Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Update rdf, rdf-spec versions in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuga committed Jun 4, 2010
1 parent 4d12b91 commit aeff605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ GEMSPEC = Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 1.8.2'
gem.requirements = []
gem.add_development_dependency 'rdf-spec', '>= 0.1.0'
gem.add_development_dependency 'rdf-spec', '>= 0.1.10'
gem.add_development_dependency 'rspec', '>= 1.3.0'
gem.add_development_dependency 'yard' , '>= 0.5.3'
gem.add_runtime_dependency 'rdf', '>= 0.1.0'
gem.add_runtime_dependency 'rdf', '>= 0.1.10'
gem.add_runtime_dependency 'rdf-isomorphic', '>= 0.1.2'
gem.add_runtime_dependency 'promise', '>= 0.1.0'
gem.post_install_message = nil
Expand Down

0 comments on commit aeff605

Please sign in to comment.