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:
Mike Dirolf 2009-09-30 15:07:28 -04:00
parent 941b80e24f
commit f1bf2eb4d6
2 changed files with 2 additions and 2 deletions

View File

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

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.14.1'
s.version = '0.15'
s.platform = Gem::Platform::RUBY
s.summary = 'Ruby driver for the 10gen Mongo DB'