File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ source "https://rubygems.org"
2
2
3
3
gemspec
4
4
gem 'rdf' , git : "https://github.com/ruby-rdf/rdf" , branch : "develop"
5
- gem 'rdf-spec' , git : "https://github.com/ruby-rdf/rdf-spec" , branch : "develop"
6
5
7
6
group :development do
8
7
gem 'ebnf' , git : "https://github.com/gkellogg/ebnf" , branch : "develop"
9
8
gem 'sxp' , git : "https://github.com/dryruby/sxp.rb" , branch : "develop"
9
+ #gem 'linkeddata', git: "https://github.com/ruby-rdf/linkeddata", branch: "develop"
10
+ gem 'rdf-spec' , git : "https://github.com/ruby-rdf/rdf-spec" , branch : "develop"
10
11
gem 'rdf-isomorphic' , git : "https://github.com/ruby-rdf/rdf-isomorphic" , branch : "develop"
11
12
gem 'rdf-trig' , git : "https://github.com/ruby-rdf/rdf-trig" , branch : "develop"
12
13
gem 'rdf-vocab' , git : "https://github.com/ruby-rdf/rdf-vocab" , branch : "develop"
Original file line number Diff line number Diff line change 1
- 2.2.0
1
+ 2.2.1
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Gem::Specification.new do |gem|
30
30
gem . add_runtime_dependency 'rdf' , '>= 2.2.8' , '< 4.0'
31
31
gem . add_runtime_dependency 'multi_json' , '~> 1.12'
32
32
#gem.add_development_dependency 'linkeddata', '~> 2.2'
33
- gem . add_development_dependency 'linkeddata' , '>= 2.2' , '< 4.0'
33
+ # gem.add_development_dependency 'linkeddata', '>= 2.2', '< 4.0'
34
34
gem . add_development_dependency 'jsonlint' , '~> 0.2' unless RUBY_ENGINE == "jruby"
35
35
gem . add_development_dependency 'oj' , '~> 2.18' unless RUBY_ENGINE == "jruby"
36
36
gem . add_development_dependency 'yajl-ruby' , '~> 1.2' unless RUBY_ENGINE == "jruby"
You can’t perform that action at this time.
0 commit comments