Skip to content

Commit

Permalink
Add bson_ext as development dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jan 22, 2013
1 parent d8d8ba4 commit c58d5b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ Gem::Specification.new do |gem|
gem.requirements = []
gem.add_runtime_dependency 'rdf', '>= 1.0'
gem.add_runtime_dependency 'mongo', '>= 1.5.1'
gem.add_runtime_dependency 'addressable', '>= 2.3.2'

gem.add_development_dependency 'rdf-spec', '>= 1.0'
gem.add_development_dependency 'rspec', '>= 2.12.0'
gem.add_development_dependency 'yard' , '>= 0.8.3'
gem.add_runtime_dependency 'addressable', '>= 2.3.2'
gem.add_development_dependency 'bson_ext'
gem.post_install_message = "Have fun! :)"
end

0 comments on commit c58d5b4

Please sign in to comment.