BUMP 0.12 [] to get collections, add _id to inserted hash instances, update some names (find_one, update replace find_first, repsert, modify), safe insert, safe update, better orderedhash initialize, working towards better exception hierarchy

This commit is contained in:
Mike Dirolf 2009-08-17 11:19:12 -04:00
parent dc69516fbe
commit 03beecd936
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ TEST_FILES = ['tests/mongo-qa/_common.rb',
Gem::Specification.new do |s|
s.name = 'mongo'
s.version = '0.11.1'
s.version = '0.12'
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.'