bump version - a bunch of fixes

This commit is contained in:
Mike Dirolf 2009-03-12 17:37:49 -04:00
parent ce406d92f7
commit 888d2bac7c
1 changed files with 1 additions and 1 deletions

View File

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