Skip to content

Commit c1e75c9

Browse files
committed
Finish 2.2.1
2 parents 161b235 + 47fb311 commit c1e75c9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ MIT License
7474
[W3C-ruby-rdf mailing list]: http://lists.w3.org/Archives/Public/public-rdf-ruby/
7575
[Pius Uzamere]: http://pius.me
7676
[Gregg Kellogg]: http://greggkellogg.net/me
77-
[RDF.rb]: http://rdf.rubyforge.org/
77+
[RDF.rb]: http://ruby-rdf.github.com/
7878
[YARD]: http://yardoc.org/
7979
[YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md
8080
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html

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

rdf-mongo.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Gem::Specification.new do |gem|
2929

3030
gem.required_ruby_version = '>= 2.2.2'
3131
gem.requirements = []
32-
gem.add_runtime_dependency 'rdf', '~> 2.0'
32+
gem.add_runtime_dependency 'rdf', '>= 2.2', '< 4.0'
3333
gem.add_runtime_dependency 'mongo', '~> 2.2'
3434

35-
gem.add_development_dependency 'rdf-spec', '~> 2.0'
35+
gem.add_development_dependency 'rdf-spec', '>= 2.2', '< 4.0'
3636
gem.add_development_dependency 'rspec', '~> 3.4'
3737
gem.add_development_dependency 'rspec-its', '~> 1.2'
3838
gem.add_development_dependency 'yard', '~> 0.8'

0 commit comments

Comments
 (0)