BUMP 0.14 Fix ObjectID string representation (and generation). Fix paired connection find master. Take scope for group reduce function

This commit is contained in:
Mike Dirolf 2009-08-26 14:23:27 -04:00
parent 4bdfa6efd2
commit f6cb2972d5
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.13'
s.version = '0.14'
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.'