bumped patch version number

This commit is contained in:
Jim Menard 2009-02-12 10:30:34 -05:00
parent 61309340cc
commit a17f565151
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ TEST_FILES = ['tests/mongo-qa/_common.rb',
Gem::Specification.new do |s|
s.name = 'mongo'
s.version = '0.6.1'
s.version = '0.6.2'
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.'