Bumped patch version number.

This commit is contained in:
Jim Menard 2009-01-26 09:02:55 -05:00
parent c65278afc7
commit d55d40c94f

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'mongo'
s.version = '0.2.5'
s.version = '0.2.6'
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.'