BUMP 0.14.1 DB#collections, fixes for 64 bit C extension, decode strings as UTF-8 w/ 1.9 C ext

This commit is contained in:
Mike Dirolf 2009-09-04 14:16:49 -04:00
parent 4468748112
commit 4574f91249
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ TEST_FILES = ['test/mongo-qa/_common.rb',
Gem::Specification.new do |s|
s.name = 'mongo'
s.version = '0.14'
s.version = '0.14.1'
s.platform = Gem::Platform::RUBY
s.summary = 'Ruby driver for the 10gen Mongo DB'
s.description = 'A Ruby driver for the 10gen Mongo DB. For more information about Mongo, see http://www.mongodb.org.'