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"
22
33gemspec
44gem 'rdf' , git : "https://github.com/ruby-rdf/rdf" , branch : "develop"
5- gem 'rdf-spec' , git : "https://github.com/ruby-rdf/rdf-spec" , branch : "develop"
65
76group :development do
87 gem 'ebnf' , git : "https://github.com/gkellogg/ebnf" , branch : "develop"
98 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"
1011 gem 'rdf-isomorphic' , git : "https://github.com/ruby-rdf/rdf-isomorphic" , branch : "develop"
1112 gem 'rdf-trig' , git : "https://github.com/ruby-rdf/rdf-trig" , branch : "develop"
1213 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|
3030 gem . add_runtime_dependency 'rdf' , '>= 2.2.8' , '< 4.0'
3131 gem . add_runtime_dependency 'multi_json' , '~> 1.12'
3232 #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'
3434 gem . add_development_dependency 'jsonlint' , '~> 0.2' unless RUBY_ENGINE == "jruby"
3535 gem . add_development_dependency 'oj' , '~> 2.18' unless RUBY_ENGINE == "jruby"
3636 gem . add_development_dependency 'yajl-ruby' , '~> 1.2' unless RUBY_ENGINE == "jruby"
You can’t perform that action at this time.
0 commit comments