Bumped up minor version number.

This commit is contained in:
Jim Menard 2009-01-21 11:29:17 -05:00
parent 6b6b90b390
commit a913823960

View File

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