minor: make mongo_ext depend on specific version of mongo

This commit is contained in:
Mike Dirolf 2009-10-05 11:14:54 -04:00
parent dd152967b0
commit 024c4a9e35
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ Gem::Specification.new do |s|
s.name = 'mongo_ext'
s.version = '0.15'
s.add_dependency('mongo', ['= 0.15'])
s.platform = Gem::Platform::RUBY
s.summary = 'C extensions for the MongoDB Ruby driver'
s.description = 'C extensions to accelerate the MongoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.'