BUMP 0.15.1 DB#last_status, OrderedHash#each returns self, logger convenience methods, new syntax for sort orders (and deprecate the old syntaxes

This commit is contained in:
Mike Dirolf 2009-10-08 10:12:08 -04:00
parent 4fdcad1327
commit ec6849fdd8
3 changed files with 3 additions and 3 deletions

View File

@ -15,5 +15,5 @@ module Mongo
ASCENDING = 1
DESCENDING = -1
VERSION = "0.15"
VERSION = "0.15.1"
end

View File

@ -8,7 +8,7 @@ TEST_FILES = []
Gem::Specification.new do |s|
s.name = 'mongo_ext'
s.version = '0.15'
s.version = '0.15.1'
s.platform = Gem::Platform::RUBY
s.summary = 'C extensions for the MongoDB Ruby driver'
s.description = 'C extensions to accelerate the MongoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.'

View File

@ -83,7 +83,7 @@ Gem::Specification.new do |s|
s.name = 'mongo'
# be sure to change this constant in lib/mongo.rb as well
s.version = '0.15'
s.version = '0.15.1'
s.platform = Gem::Platform::RUBY
s.summary = 'Ruby driver for the MongoDB'