minor: remove dependency because it breaks buildbot

This commit is contained in:
Mike Dirolf 2009-10-05 16:19:12 -04:00
parent 024c4a9e35
commit 1fc537c78e
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ 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.'