BUMP 0.15 Mongo::VERSION constant, logger support, fix for Collection#[], use hard limit for explain, deserialize pre-epoch dates, limit offset and sort methods for cursors, deprecate :offset in favor of :skip, use soft/hard limits correctly
This commit is contained in:
parent
941b80e24f
commit
f1bf2eb4d6
|
@ -15,5 +15,5 @@ module Mongo
|
|||
ASCENDING = 1
|
||||
DESCENDING = -1
|
||||
|
||||
VERSION = "0.14.1"
|
||||
VERSION = "0.15"
|
||||
end
|
||||
|
|
|
@ -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.14.1'
|
||||
s.version = '0.15'
|
||||
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.summary = 'Ruby driver for the 10gen Mongo DB'
|
||||
|
|
Loading…
Reference in New Issue