Skip to content

Commit

Permalink
Reordered the gem dependencies (RubyGems.org displays them in reverse…
Browse files Browse the repository at this point in the history
… order).
  • Loading branch information
artob committed Jun 22, 2010
1 parent 0ce44d0 commit 3f3e7d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gemspec
Expand Up @@ -26,10 +26,10 @@ GEMSPEC = Gem::Specification.new do |gem|
gem.has_rdoc = false

gem.required_ruby_version = '>= 1.8.1'
gem.requirements = ['Raptor (>= 1.4.16)']
gem.add_development_dependency 'rdf-spec', '~> 0.2.0'
gem.add_development_dependency 'rspec', '>= 1.3.0'
gem.add_development_dependency 'yard' , '>= 0.5.6'
gem.requirements = ['libraptor (>= 1.4.16)']
gem.add_runtime_dependency 'rdf', '~> 0.2.0'
gem.add_development_dependency 'yard' , '>= 0.5.6'
gem.add_development_dependency 'rspec', '>= 1.3.0'
gem.add_development_dependency 'rdf-spec', '~> 0.2.0'
gem.post_install_message = nil
end

0 comments on commit 3f3e7d0

Please sign in to comment.