Bumped minor version number.

This commit is contained in:
Jim Menard 2009-02-10 14:18:16 -05:00
parent ec391c3e7c
commit ff417d9ea7
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ TEST_FILES = files_in('tests')
Gem::Specification.new do |s|
s.name = 'mongo'
s.version = '0.5.4'
s.version = '0.6.0'
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.'