|
1 | 1 | source "https://rubygems.org" |
2 | 2 |
|
3 | 3 | gemspec |
4 | | -gem 'rdf', git: "git://github.com/ruby-rdf/rdf.git", branch: "develop" |
5 | | -gem 'rdf-spec', git: "git://github.com/ruby-rdf/rdf-spec.git", branch: "develop" |
| 4 | +gem 'rdf', git: "git://github.com/ruby-rdf/rdf.git", branch: "develop" |
| 5 | +gem 'rdf-spec', git: "git://github.com/ruby-rdf/rdf-spec.git", branch: "develop" |
6 | 6 | gem 'jsonlint', git: "git://github.com/dougbarth/jsonlint.git", platforms: [:rbx, :mri] |
7 | 7 |
|
8 | 8 | group :development do |
9 | | - gem 'rdf-turtle', git: "git://github.com/ruby-rdf/rdf-turtle.git", branch: "develop" |
10 | | - gem 'rdf-trig', git: "git://github.com/ruby-rdf/rdf-trig.git", branch: "develop" |
11 | | - gem 'rdf-vocab', git: "git://github.com/ruby-rdf/rdf-vocab.git", branch: "develop" |
| 9 | + gem 'ebnf', git: "git://github.com/gkellogg/ebnf.git", branch: "develop" |
| 10 | + gem 'sxp', git: "git://github.com/gkellogg/sxp-ruby.git" |
| 11 | + gem 'rdf-isomorphic', git: "git://github.com/ruby-rdf/rdf-isomorphic.git", branch: "develop" |
| 12 | + gem 'rdf-turtle', git: "git://github.com/ruby-rdf/rdf-turtle.git", branch: "develop" |
| 13 | + gem 'rdf-trig', git: "git://github.com/ruby-rdf/rdf-trig.git", branch: "develop" |
| 14 | + gem 'rdf-vocab', git: "git://github.com/ruby-rdf/rdf-vocab.git", branch: "develop" |
| 15 | + gem 'rdf-xsd', git: "git://github.com/ruby-rdf/rdf-xsd.git", branch: "develop" |
12 | 16 | gem 'fasterer' |
13 | 17 | end |
14 | 18 |
|
15 | 19 | group :development, :test do |
16 | | - gem 'simplecov', require: false, platform: :mri_21 # Travis doesn't understand 22 yet. |
17 | | - gem 'coveralls', require: false, platform: :mri_21 # Travis doesn't understand 22 yet. |
18 | | - gem 'psych', :platforms => [:mri, :rbx] |
| 20 | + gem 'simplecov', require: false, platform: :mri |
| 21 | + gem 'coveralls', require: false, platform: :mri |
| 22 | + gem 'psych', platforms: [:mri, :rbx] |
19 | 23 | end |
20 | 24 |
|
21 | 25 | group :debug do |
22 | 26 | gem "wirble" |
23 | | - gem "linkeddata" |
24 | 27 | gem "byebug", platforms: :mri |
25 | 28 | end |
26 | 29 |
|
|
0 commit comments