From ec6849fdd8f1a87a10da3f0e728afcde72b019f7 Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Thu, 8 Oct 2009 10:12:08 -0400 Subject: [PATCH] BUMP 0.15.1 DB#last_status, OrderedHash#each returns self, logger convenience methods, new syntax for sort orders (and deprecate the old syntaxes --- lib/mongo.rb | 2 +- mongo-extensions.gemspec | 2 +- mongo-ruby-driver.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/mongo.rb b/lib/mongo.rb index f8fb9b8..f6c2d90 100644 --- a/lib/mongo.rb +++ b/lib/mongo.rb @@ -15,5 +15,5 @@ module Mongo ASCENDING = 1 DESCENDING = -1 - VERSION = "0.15" + VERSION = "0.15.1" end diff --git a/mongo-extensions.gemspec b/mongo-extensions.gemspec index b27fae9..740cc5c 100644 --- a/mongo-extensions.gemspec +++ b/mongo-extensions.gemspec @@ -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.' diff --git a/mongo-ruby-driver.gemspec b/mongo-ruby-driver.gemspec index 8a96603..423a10a 100644 --- a/mongo-ruby-driver.gemspec +++ b/mongo-ruby-driver.gemspec @@ -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'