Twiddle-wakka for semantically versioned dependencies.

This commit is contained in:
Kyle Banker 2012-02-28 10:34:52 -05:00
parent 579e187e4f
commit cf9ef481d3
2 changed files with 2 additions and 2 deletions

View File

@ -22,5 +22,5 @@ Gem::Specification.new do |s|
s.author = 'Mike Dirolf'
s.email = 'mongodb-dev@googlegroups.com'
s.homepage = 'http://www.mongodb.org'
s.add_dependency('bson', BSON::VERSION)
s.add_dependency('bson', "~> #{BSON::VERSION}")
end

View File

@ -30,5 +30,5 @@ Gem::Specification.new do |s|
s.email = 'mongodb-dev@googlegroups.com'
s.homepage = 'http://www.mongodb.org'
s.add_dependency('bson', Mongo::VERSION)
s.add_dependency('bson', "~> #{Mongo::VERSION}")
end