Skip to content

Commit d43a850

Browse files
committed
Finish 2.2.1
2 parents b4bb3c2 + 1f12c4d commit d43a850

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ source "https://rubygems.org"
22

33
gemspec
44
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"
65

76
group :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"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.2.1

json-ld.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)