Sha256: 48385c64a98253c1f1d13913b0b2279e0382fffeb3c5c4c791cc379110fe20f9
Contents?: true
Size: 840 Bytes
Versions: 3
Compression:
Stored size: 840 Bytes
Contents
require "lib/mongo" Gem::Specification.new do |s| s.name = 'kbaum-mongo' s.version = Mongo::VERSION s.platform = Gem::Platform::RUBY s.summary = 'Ruby driver for the MongoDB' s.description = 'A Ruby driver for MongoDB. For more information about Mongo, see http://www.mongodb.org.' s.require_paths = ['lib'] s.files = ['README.rdoc', 'Rakefile', 'mongo-ruby-driver.gemspec', 'LICENSE.txt'] s.files += Dir['lib/**/*.rb'] + Dir['examples/**/*.rb'] + Dir['bin/**/*.rb'] s.test_files = Dir['test/**/*.rb'] s.has_rdoc = true s.test_files = Dir['test/**/*.rb'] s.has_rdoc = true s.rdoc_options = ['--main', 'README.rdoc', '--inline-source'] s.extra_rdoc_files = ['README.rdoc'] s.authors = ['Jim Menard', 'Mike Dirolf'] s.email = 'mongodb-dev@googlegroups.com' s.homepage = 'http://www.mongodb.org' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kbaum-mongo-0.19 | mongo-ruby-driver.gemspec |
kbaum-mongo-0.18.3.2 | mongo-ruby-driver.gemspec |
kbaum-mongo-0.18.3p | mongo-ruby-driver.gemspec |