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:
parent
4fdcad1327
commit
ec6849fdd8
|
@ -15,5 +15,5 @@ module Mongo
|
||||||
ASCENDING = 1
|
ASCENDING = 1
|
||||||
DESCENDING = -1
|
DESCENDING = -1
|
||||||
|
|
||||||
VERSION = "0.15"
|
VERSION = "0.15.1"
|
||||||
end
|
end
|
||||||
|
|
|
@ -8,7 +8,7 @@ TEST_FILES = []
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'mongo_ext'
|
s.name = 'mongo_ext'
|
||||||
|
|
||||||
s.version = '0.15'
|
s.version = '0.15.1'
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
s.summary = 'C extensions for the MongoDB Ruby driver'
|
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.'
|
s.description = 'C extensions to accelerate the MongoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.'
|
||||||
|
|
|
@ -83,7 +83,7 @@ Gem::Specification.new do |s|
|
||||||
s.name = 'mongo'
|
s.name = 'mongo'
|
||||||
|
|
||||||
# be sure to change this constant in lib/mongo.rb as well
|
# 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.platform = Gem::Platform::RUBY
|
||||||
s.summary = 'Ruby driver for the MongoDB'
|
s.summary = 'Ruby driver for the MongoDB'
|
||||||
|
|
Loading…
Reference in New Issue