BUMP 0.6.6 a bunch of minor updates

This commit is contained in:
Mike Dirolf 2009-04-23 11:09:49 -04:00
parent c5ccdfe5b8
commit bb6d0330c2
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ TEST_FILES = []
Gem::Specification.new do |s|
s.name = 'mongo_ext'
s.version = '0.1.1'
s.version = '0.1.2'
s.platform = Gem::Platform::RUBY
s.summary = 'C extensions for the MongoDB Ruby driver'
s.description = 'C extensions to accelerate the MondoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.'

View File

@ -79,7 +79,7 @@ TEST_FILES = ['tests/mongo-qa/_common.rb',
Gem::Specification.new do |s|
s.name = 'mongo'
s.version = '0.6.5'
s.version = '0.6.6'
s.platform = Gem::Platform::RUBY
s.summary = 'Ruby driver for the 10gen Mongo DB'
s.description = 'A Ruby driver for the 10gen Mongo DB. For more information about Mongo, see http://www.mongodb.org.'