# -*- encoding: utf-8 -*- # stub: mongo 0.19.1 ruby lib Gem::Specification.new do |s| s.name = "mongo".freeze s.version = "0.19.1".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, "Kyle Banker".freeze] s.date = "2010-03-02" 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/bson_benchmark.rb".freeze, "bin/fail_if_no_c.rb".freeze, "examples/admin.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/collection.rb".freeze, "lib/mongo/connection.rb".freeze, "lib/mongo/cursor.rb".freeze, "lib/mongo/db.rb".freeze, "lib/mongo/exceptions.rb".freeze, "lib/mongo/gridfs.rb".freeze, "lib/mongo/gridfs/chunk.rb".freeze, "lib/mongo/gridfs/grid.rb".freeze, "lib/mongo/gridfs/grid_file_system.rb".freeze, "lib/mongo/gridfs/grid_io.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/min_max_keys.rb".freeze, "lib/mongo/types/objectid.rb".freeze, "lib/mongo/types/regexp_of_holding.rb".freeze, "lib/mongo/util/bson_c.rb".freeze, "lib/mongo/util/bson_ruby.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, "mongo-ruby-driver.gemspec".freeze, "test/auxillary/authentication_test.rb".freeze, "test/auxillary/autoreconnect_test.rb".freeze, "test/binary_test.rb".freeze, "test/bson_test.rb".freeze, "test/byte_buffer_test.rb".freeze, "test/chunk_test.rb".freeze, "test/collection_test.rb".freeze, "test/connection_test.rb".freeze, "test/conversions_test.rb".freeze, "test/cursor_test.rb".freeze, "test/db_api_test.rb".freeze, "test/db_connection_test.rb".freeze, "test/db_test.rb".freeze, "test/grid_file_system_test.rb".freeze, "test/grid_io_test.rb".freeze, "test/grid_store_test.rb".freeze, "test/grid_test.rb".freeze, "test/objectid_test.rb".freeze, "test/ordered_hash_test.rb".freeze, "test/replica/count_test.rb".freeze, "test/replica/insert_test.rb".freeze, "test/replica/pooled_insert_test.rb".freeze, "test/replica/query_test.rb".freeze, "test/slave_connection_test.rb".freeze, "test/test_helper.rb".freeze, "test/threading/test_threading_large_pool.rb".freeze, "test/threading_test.rb".freeze, "test/unit/collection_test.rb".freeze, "test/unit/connection_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/auxillary/authentication_test.rb".freeze, "test/auxillary/autoreconnect_test.rb".freeze, "test/binary_test.rb".freeze, "test/bson_test.rb".freeze, "test/byte_buffer_test.rb".freeze, "test/chunk_test.rb".freeze, "test/collection_test.rb".freeze, "test/connection_test.rb".freeze, "test/conversions_test.rb".freeze, "test/cursor_test.rb".freeze, "test/db_api_test.rb".freeze, "test/db_connection_test.rb".freeze, "test/db_test.rb".freeze, "test/grid_file_system_test.rb".freeze, "test/grid_io_test.rb".freeze, "test/grid_store_test.rb".freeze, "test/grid_test.rb".freeze, "test/objectid_test.rb".freeze, "test/ordered_hash_test.rb".freeze, "test/replica/count_test.rb".freeze, "test/replica/insert_test.rb".freeze, "test/replica/pooled_insert_test.rb".freeze, "test/replica/query_test.rb".freeze, "test/slave_connection_test.rb".freeze, "test/test_helper.rb".freeze, "test/threading/test_threading_large_pool.rb".freeze, "test/threading_test.rb".freeze, "test/unit/collection_test.rb".freeze, "test/unit/connection_test.rb".freeze, "test/unit/cursor_test.rb".freeze, "test/unit/db_test.rb".freeze] end