BUMP 1.0.5 (Release fix for 1.0.4)
This commit is contained in:
parent
f62a54416d
commit
f99de96591
|
@ -3,7 +3,7 @@
|
||||||
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||||||
|
|
||||||
module Mongo
|
module Mongo
|
||||||
VERSION = "1.0.4"
|
VERSION = "1.0.5"
|
||||||
end
|
end
|
||||||
|
|
||||||
module Mongo
|
module Mongo
|
||||||
|
|
|
@ -29,5 +29,5 @@ Gem::Specification.new do |s|
|
||||||
s.email = 'mongodb-dev@googlegroups.com'
|
s.email = 'mongodb-dev@googlegroups.com'
|
||||||
s.homepage = 'http://www.mongodb.org'
|
s.homepage = 'http://www.mongodb.org'
|
||||||
|
|
||||||
s.add_dependency(%q<bson>, ["= #{Mongo::VERSION}"])
|
s.add_dependency(%q<bson>, [">= 1.0.4"])
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue