bumped up to 0.1.1

This commit is contained in:
Jim Menard 2009-01-15 11:24:12 -05:00
parent 64c6e52893
commit d34108f071
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ require 'rake/gempackagetask'
require 'rake/contrib/rubyforgepublisher'
GEM = "mongo"
GEM_VERSION = '0.1.0'
GEM_VERSION = '0.1.1'
SUMMARY = 'Simple pure-Ruby driver for the 10gen Mongo DB'
DESCRIPTION = 'This is a simple pure-Ruby driver for the 10gen Mongo DB. For more information about Mongo, see http://www.mongodb.org.'
AUTHOR = 'Jim Menard'