Bumped patch version number.

This commit is contained in:
Jim Menard 2009-02-09 09:46:58 -05:00
parent 7de404c8e3
commit f82925e4a1
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.3'
s.version = '0.5.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.'