# -*- encoding: utf-8 -*- # stub: mongo 0.17 ruby lib Gem::Specification.new do |s| s.name = "mongo".freeze s.version = "0.17".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jim Menard".freeze, "Mike Dirolf".freeze] s.date = "2009-11-16" s.description = "A Ruby driver for MongoDB. For more information about Mongo, see http://www.mongodb.org.".freeze s.email = "mongodb-dev@googlegroups.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/autoreconnect.rb".freeze, "bin/bson_benchmark.rb".freeze, "bin/fail_if_no_c.rb".freeze, "examples/admin.rb".freeze, "examples/benchmarks.rb".freeze, "examples/blog.rb".freeze, "examples/capped.rb".freeze, "examples/cursor.rb".freeze, "examples/gridfs.rb".freeze, "examples/index_test.rb".freeze, "examples/info.rb".freeze, "examples/queries.rb".freeze, "examples/simple.rb".freeze, "examples/strict.rb".freeze, "examples/types.rb".freeze, "lib/mongo.rb".freeze, "lib/mongo/admin.rb".freeze, "lib/mongo/collection.rb".freeze, "lib/mongo/connection.rb".freeze, "lib/mongo/constants.rb".freeze, "lib/mongo/cursor.rb".freeze, "lib/mongo/db.rb".freeze, "lib/mongo/errors.rb".freeze, "lib/mongo/gridfs.rb".freeze, "lib/mongo/gridfs/chunk.rb".freeze, "lib/mongo/gridfs/grid_store.rb".freeze, "lib/mongo/types/binary.rb".freeze, "lib/mongo/types/code.rb".freeze, "lib/mongo/types/dbref.rb".freeze, "lib/mongo/types/objectid.rb".freeze, "lib/mongo/types/regexp_of_holding.rb".freeze, "lib/mongo/util/bson.rb".freeze, "lib/mongo/util/byte_buffer.rb".freeze, "lib/mongo/util/conversions.rb".freeze, "lib/mongo/util/ordered_hash.rb".freeze, "lib/mongo/util/server_version.rb".freeze, "lib/mongo/util/support.rb".freeze, "lib/mongo/util/xml_to_ruby.rb".freeze, "mongo-ruby-driver.gemspec".freeze, "test/mongo-qa/_common.rb".freeze, "test/test_admin.rb".freeze, "test/test_bson.rb".freeze, "test/test_byte_buffer.rb".freeze, "test/test_chunk.rb".freeze, "test/test_collection.rb".freeze, "test/test_connection.rb".freeze, "test/test_conversions.rb".freeze, "test/test_cursor.rb".freeze, "test/test_db.rb".freeze, "test/test_db_api.rb".freeze, "test/test_db_connection.rb".freeze, "test/test_grid_store.rb".freeze, "test/test_helper.rb".freeze, "test/test_objectid.rb".freeze, "test/test_ordered_hash.rb".freeze, "test/test_round_trip.rb".freeze, "test/test_slave_connection.rb".freeze, "test/test_threading.rb".freeze, "test/unit/collection_test.rb".freeze, "test/unit/cursor_test.rb".freeze, "test/unit/db_test.rb".freeze] s.homepage = "http://www.mongodb.org".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze, "--inline-source".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby driver for the MongoDB".freeze s.test_files = ["test/mongo-qa/_common.rb".freeze, "test/test_admin.rb".freeze, "test/test_bson.rb".freeze, "test/test_byte_buffer.rb".freeze, "test/test_chunk.rb".freeze, "test/test_collection.rb".freeze, "test/test_connection.rb".freeze, "test/test_conversions.rb".freeze, "test/test_cursor.rb".freeze, "test/test_db.rb".freeze, "test/test_db_api.rb".freeze, "test/test_db_connection.rb".freeze, "test/test_grid_store.rb".freeze, "test/test_helper.rb".freeze, "test/test_objectid.rb".freeze, "test/test_ordered_hash.rb".freeze, "test/test_round_trip.rb".freeze, "test/test_slave_connection.rb".freeze, "test/test_threading.rb".freeze, "test/unit/collection_test.rb".freeze, "test/unit/cursor_test.rb".freeze, "test/unit/db_test.rb".freeze] end