# -*- encoding: utf-8 -*- # stub: mongo 1.7.1 ruby lib Gem::Specification.new do |s| s.name = "mongo".freeze s.version = "1.7.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, "Tyler Brock".freeze] s.date = "2012-11-15" 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.executables = ["mongo_console".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = ["LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/mongo_console".freeze, "docs/CREDITS.md".freeze, "docs/FAQ.md".freeze, "docs/GRID_FS.md".freeze, "docs/HISTORY.md".freeze, "docs/READ_PREFERENCE.md".freeze, "docs/RELEASES.md".freeze, "docs/REPLICA_SETS.md".freeze, "docs/TAILABLE_CURSORS.md".freeze, "docs/TUTORIAL.md".freeze, "docs/WRITE_CONCERN.md".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/grid.rb".freeze, "lib/mongo/gridfs/grid_ext.rb".freeze, "lib/mongo/gridfs/grid_file_system.rb".freeze, "lib/mongo/gridfs/grid_io.rb".freeze, "lib/mongo/gridfs/grid_io_fix.rb".freeze, "lib/mongo/networking.rb".freeze, "lib/mongo/repl_set_connection.rb".freeze, "lib/mongo/sharded_connection.rb".freeze, "lib/mongo/util/conversions.rb".freeze, "lib/mongo/util/core_ext.rb".freeze, "lib/mongo/util/logging.rb".freeze, "lib/mongo/util/node.rb".freeze, "lib/mongo/util/pool.rb".freeze, "lib/mongo/util/pool_manager.rb".freeze, "lib/mongo/util/server_version.rb".freeze, "lib/mongo/util/sharding_pool_manager.rb".freeze, "lib/mongo/util/ssl_socket.rb".freeze, "lib/mongo/util/support.rb".freeze, "lib/mongo/util/tcp_socket.rb".freeze, "lib/mongo/util/uri_parser.rb".freeze, "lib/mongo/version.rb".freeze, "mongo.gemspec".freeze, "test/auxillary/1.4_features.rb".freeze, "test/auxillary/authentication_test.rb".freeze, "test/auxillary/autoreconnect_test.rb".freeze, "test/auxillary/fork_test.rb".freeze, "test/auxillary/repl_set_auth_test.rb".freeze, "test/auxillary/slave_connection_test.rb".freeze, "test/auxillary/threaded_authentication_test.rb".freeze, "test/bson/binary_test.rb".freeze, "test/bson/bson_test.rb".freeze, "test/bson/byte_buffer_test.rb".freeze, "test/bson/hash_with_indifferent_access_test.rb".freeze, "test/bson/json_test.rb".freeze, "test/bson/object_id_test.rb".freeze, "test/bson/ordered_hash_test.rb".freeze, "test/bson/test_helper.rb".freeze, "test/bson/timestamp_test.rb".freeze, "test/collection_test.rb".freeze, "test/connection_test.rb".freeze, "test/conversions_test.rb".freeze, "test/cursor_fail_test.rb".freeze, "test/cursor_message_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_test.rb".freeze, "test/load/thin/load.rb".freeze, "test/load/unicorn/load.rb".freeze, "test/pool_test.rb".freeze, "test/replica_sets/basic_test.rb".freeze, "test/replica_sets/complex_connect_test.rb".freeze, "test/replica_sets/complex_read_preference_test.rb".freeze, "test/replica_sets/connect_test.rb".freeze, "test/replica_sets/count_test.rb".freeze, "test/replica_sets/cursor_test.rb".freeze, "test/replica_sets/insert_test.rb".freeze, "test/replica_sets/pooled_insert_test.rb".freeze, "test/replica_sets/query_test.rb".freeze, "test/replica_sets/read_preference_test.rb".freeze, "test/replica_sets/refresh_test.rb".freeze, "test/replica_sets/refresh_with_threads_test.rb".freeze, "test/replica_sets/replication_ack_test.rb".freeze, "test/replica_sets/rs_test_helper.rb".freeze, "test/safe_test.rb".freeze, "test/sharded_cluster/basic_test.rb".freeze, "test/sharded_cluster/mongo_config_test.rb".freeze, "test/sharded_cluster/sc_test_helper.rb".freeze, "test/support/hash_with_indifferent_access.rb".freeze, "test/support/keys.rb".freeze, "test/support_test.rb".freeze, "test/test_helper.rb".freeze, "test/threading/threading_with_large_pool_test.rb".freeze, "test/threading_test.rb".freeze, "test/timeout_test.rb".freeze, "test/tools/auth_repl_set_manager.rb".freeze, "test/tools/mongo_config.rb".freeze, "test/tools/repl_set_manager.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, "test/unit/grid_test.rb".freeze, "test/unit/node_test.rb".freeze, "test/unit/pool_manager_test.rb".freeze, "test/unit/pool_test.rb".freeze, "test/unit/read_test.rb".freeze, "test/unit/safe_test.rb".freeze, "test/uri_test.rb".freeze] s.homepage = "http://www.mongodb.org".freeze s.rdoc_options = ["--main".freeze, "README.md".freeze, "--inline-source".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby driver for MongoDB".freeze s.test_files = ["test/auxillary/1.4_features.rb".freeze, "test/auxillary/authentication_test.rb".freeze, "test/auxillary/autoreconnect_test.rb".freeze, "test/auxillary/fork_test.rb".freeze, "test/auxillary/repl_set_auth_test.rb".freeze, "test/auxillary/slave_connection_test.rb".freeze, "test/auxillary/threaded_authentication_test.rb".freeze, "test/bson/binary_test.rb".freeze, "test/bson/bson_test.rb".freeze, "test/bson/byte_buffer_test.rb".freeze, "test/bson/hash_with_indifferent_access_test.rb".freeze, "test/bson/json_test.rb".freeze, "test/bson/object_id_test.rb".freeze, "test/bson/ordered_hash_test.rb".freeze, "test/bson/test_helper.rb".freeze, "test/bson/timestamp_test.rb".freeze, "test/collection_test.rb".freeze, "test/connection_test.rb".freeze, "test/conversions_test.rb".freeze, "test/cursor_fail_test.rb".freeze, "test/cursor_message_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_test.rb".freeze, "test/load/thin/load.rb".freeze, "test/load/unicorn/load.rb".freeze, "test/pool_test.rb".freeze, "test/replica_sets/basic_test.rb".freeze, "test/replica_sets/complex_connect_test.rb".freeze, "test/replica_sets/complex_read_preference_test.rb".freeze, "test/replica_sets/connect_test.rb".freeze, "test/replica_sets/count_test.rb".freeze, "test/replica_sets/cursor_test.rb".freeze, "test/replica_sets/insert_test.rb".freeze, "test/replica_sets/pooled_insert_test.rb".freeze, "test/replica_sets/query_test.rb".freeze, "test/replica_sets/read_preference_test.rb".freeze, "test/replica_sets/refresh_test.rb".freeze, "test/replica_sets/refresh_with_threads_test.rb".freeze, "test/replica_sets/replication_ack_test.rb".freeze, "test/replica_sets/rs_test_helper.rb".freeze, "test/safe_test.rb".freeze, "test/sharded_cluster/basic_test.rb".freeze, "test/sharded_cluster/mongo_config_test.rb".freeze, "test/sharded_cluster/sc_test_helper.rb".freeze, "test/support/hash_with_indifferent_access.rb".freeze, "test/support/keys.rb".freeze, "test/support_test.rb".freeze, "test/test_helper.rb".freeze, "test/threading/threading_with_large_pool_test.rb".freeze, "test/threading_test.rb".freeze, "test/timeout_test.rb".freeze, "test/tools/auth_repl_set_manager.rb".freeze, "test/tools/mongo_config.rb".freeze, "test/tools/repl_set_manager.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, "test/unit/grid_test.rb".freeze, "test/unit/node_test.rb".freeze, "test/unit/pool_manager_test.rb".freeze, "test/unit/pool_test.rb".freeze, "test/unit/read_test.rb".freeze, "test/unit/safe_test.rb".freeze, "test/uri_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 1.7.1".freeze]) end