BUMP 1.0.5 (Release fix for 1.0.4)

This commit is contained in:
Kyle Banker 2010-07-13 14:52:39 -04:00
parent f62a54416d
commit f99de96591
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
module Mongo
VERSION = "1.0.4"
VERSION = "1.0.5"
end
module Mongo

View File

@ -29,5 +29,5 @@ Gem::Specification.new do |s|
s.email = 'mongodb-dev@googlegroups.com'
s.homepage = 'http://www.mongodb.org'
s.add_dependency(%q<bson>, ["= #{Mongo::VERSION}"])
s.add_dependency(%q<bson>, [">= 1.0.4"])
end