minor: note
This commit is contained in:
parent
b2595d0c8f
commit
867bee63af
|
@ -83,7 +83,10 @@ TEST_FILES = ['test/mongo-qa/_common.rb',
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'mongo'
|
s.name = 'mongo'
|
||||||
|
|
||||||
|
# be sure to change this constant in lib/mongo.rb as well
|
||||||
s.version = '0.14.1'
|
s.version = '0.14.1'
|
||||||
|
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
s.summary = 'Ruby driver for the 10gen Mongo DB'
|
s.summary = 'Ruby driver for the 10gen Mongo DB'
|
||||||
s.description = 'A Ruby driver for the 10gen Mongo DB. For more information about Mongo, see http://www.mongodb.org.'
|
s.description = 'A Ruby driver for the 10gen Mongo DB. For more information about Mongo, see http://www.mongodb.org.'
|
||||||
|
|
Loading…
Reference in New Issue