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:
parent
dc69516fbe
commit
03beecd936
|
@ -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.'
|
||||
|
|
Loading…
Reference in New Issue