# -*- encoding: utf-8 -*- # stub: mongo 1.9.1 ruby lib Gem::Specification.new do |s| s.name = "mongo".freeze s.version = "1.9.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 = ["Tyler Brock".freeze, "Gary Murakami".freeze, "Emily Stolfo".freeze, "Brandon Black".freeze, "Durran Jordan".freeze] s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIDODCCAiCgAwIBAgIBADANBgkqhkiG9w0BAQUFADBCMRQwEgYDVQQDDAtkcml2\nZXItcnVieTEVMBMGCgmSJomT8ixkARkWBTEwZ2VuMRMwEQYKCZImiZPyLGQBGRYD\nY29tMB4XDTEzMDIwMTE0MTEzN1oXDTE0MDIwMTE0MTEzN1owQjEUMBIGA1UEAwwL\nZHJpdmVyLXJ1YnkxFTATBgoJkiaJk/IsZAEZFgUxMGdlbjETMBEGCgmSJomT8ixk\nARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANFdSAa8fRm1\nbAM9za6Z0fAH4g02bqM1NGnw8zJQrE/PFrFfY6IFCT2AsLfOwr1maVm7iU1+kdVI\nIQ+iI/9+E+ArJ+rbGV3dDPQ+SLl3mLT+vXjfjcxMqI2IW6UuVtt2U3Rxd4QU0kdT\nJxmcPYs5fDN6BgYc6XXgUjy3m+Kwha2pGctdciUOwEfOZ4RmNRlEZKCMLRHdFP8j\n4WTnJSGfXDiuoXICJb5yOPOZPuaapPSNXp93QkUdsqdKC32I+KMpKKYGBQ6yisfA\n5MyVPPCzLR1lP5qXVGJPnOqUAkvEUfCahg7EP9tI20qxiXrR6TSEraYhIFXL0EGY\nu8KAcPHm5KkCAwEAAaM5MDcwCQYDVR0TBAIwADAdBgNVHQ4EFgQUW3dZsX70mlSM\nCiPrZxAGA1vwfNcwCwYDVR0PBAQDAgSwMA0GCSqGSIb3DQEBBQUAA4IBAQCIa/Y6\nxS7YWBxkn9WP0EMnJ3pY9vef9DTmLSi/2jz8PzwlKQ89zNTrqSUD8LoQZmBqCJBt\ndKSQ/RUnaHJuxh8HWvWubP8EBYTuf+I1DFnRv648IF3MR1tCQumVL0XcYMvZcxBj\na/p+8DomWTQqUdNbNoGywwjtVBWfDdwFV8Po1XcN/AtpILOJQd9J77INIGGCHxZo\n6SOHHaNknlE9H0w6q0SVxZKZI8/+2c447V0NrHIw1Qhe0tAGJ9V1u3ky8gyxe0SM\n8v7zLF2XliYbfurYIwkcXs8yPn8ggApBIy9bX6VJxRs/l2+UvqzaHIFaFy/F8/GP\nRNTuXsVG5NDACo7Q\n-----END CERTIFICATE-----\n".freeze] s.date = "2013-07-09" 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.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/mongo_console".freeze, "lib/mongo.rb".freeze, "lib/mongo/collection.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/legacy.rb".freeze, "lib/mongo/mongo_client.rb".freeze, "lib/mongo/mongo_replica_set_client.rb".freeze, "lib/mongo/mongo_sharded_client.rb".freeze, "lib/mongo/networking.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/read_preference.rb".freeze, "lib/mongo/util/server_version.rb".freeze, "lib/mongo/util/sharding_pool_manager.rb".freeze, "lib/mongo/util/socket_util.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/thread_local_variable_manager.rb".freeze, "lib/mongo/util/unix_socket.rb".freeze, "lib/mongo/util/uri_parser.rb".freeze, "lib/mongo/util/write_concern.rb".freeze, "mongo.gemspec".freeze, "test/functional/authentication_test.rb".freeze, "test/functional/collection_test.rb".freeze, "test/functional/connection_test.rb".freeze, "test/functional/conversions_test.rb".freeze, "test/functional/cursor_fail_test.rb".freeze, "test/functional/cursor_message_test.rb".freeze, "test/functional/cursor_test.rb".freeze, "test/functional/db_api_test.rb".freeze, "test/functional/db_connection_test.rb".freeze, "test/functional/db_test.rb".freeze, "test/functional/grid_file_system_test.rb".freeze, "test/functional/grid_io_test.rb".freeze, "test/functional/grid_test.rb".freeze, "test/functional/pool_test.rb".freeze, "test/functional/safe_test.rb".freeze, "test/functional/ssl_test.rb".freeze, "test/functional/support_test.rb".freeze, "test/functional/threading_test.rb".freeze, "test/functional/timeout_test.rb".freeze, "test/functional/uri_test.rb".freeze, "test/functional/write_concern_test.rb".freeze, "test/replica_set/authentication_test.rb".freeze, "test/replica_set/basic_test.rb".freeze, "test/replica_set/client_test.rb".freeze, "test/replica_set/complex_connect_test.rb".freeze, "test/replica_set/connection_test.rb".freeze, "test/replica_set/count_test.rb".freeze, "test/replica_set/cursor_test.rb".freeze, "test/replica_set/insert_test.rb".freeze, "test/replica_set/max_values_test.rb".freeze, "test/replica_set/pinning_test.rb".freeze, "test/replica_set/query_test.rb".freeze, "test/replica_set/read_preference_test.rb".freeze, "test/replica_set/refresh_test.rb".freeze, "test/replica_set/replication_ack_test.rb".freeze, "test/replica_set/ssl_test.rb".freeze, "test/sharded_cluster/basic_test.rb".freeze, "test/shared/authentication.rb".freeze, "test/test_helper.rb".freeze, "test/threading/basic_test.rb".freeze, "test/tools/mongo_config.rb".freeze, "test/tools/mongo_config_test.rb".freeze, "test/unit/client_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, "test/unit/grid_test.rb".freeze, "test/unit/mongo_sharded_client_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_pref_test.rb".freeze, "test/unit/read_test.rb".freeze, "test/unit/safe_test.rb".freeze, "test/unit/sharding_pool_manager_test.rb".freeze, "test/unit/util_test.rb".freeze, "test/unit/write_concern_test.rb".freeze] s.homepage = "http://www.mongodb.org".freeze s.licenses = ["Apache License Version 2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby driver for MongoDB".freeze s.test_files = ["test/functional/authentication_test.rb".freeze, "test/functional/collection_test.rb".freeze, "test/functional/connection_test.rb".freeze, "test/functional/conversions_test.rb".freeze, "test/functional/cursor_fail_test.rb".freeze, "test/functional/cursor_message_test.rb".freeze, "test/functional/cursor_test.rb".freeze, "test/functional/db_api_test.rb".freeze, "test/functional/db_connection_test.rb".freeze, "test/functional/db_test.rb".freeze, "test/functional/grid_file_system_test.rb".freeze, "test/functional/grid_io_test.rb".freeze, "test/functional/grid_test.rb".freeze, "test/functional/pool_test.rb".freeze, "test/functional/safe_test.rb".freeze, "test/functional/ssl_test.rb".freeze, "test/functional/support_test.rb".freeze, "test/functional/threading_test.rb".freeze, "test/functional/timeout_test.rb".freeze, "test/functional/uri_test.rb".freeze, "test/functional/write_concern_test.rb".freeze, "test/replica_set/authentication_test.rb".freeze, "test/replica_set/basic_test.rb".freeze, "test/replica_set/client_test.rb".freeze, "test/replica_set/complex_connect_test.rb".freeze, "test/replica_set/connection_test.rb".freeze, "test/replica_set/count_test.rb".freeze, "test/replica_set/cursor_test.rb".freeze, "test/replica_set/insert_test.rb".freeze, "test/replica_set/max_values_test.rb".freeze, "test/replica_set/pinning_test.rb".freeze, "test/replica_set/query_test.rb".freeze, "test/replica_set/read_preference_test.rb".freeze, "test/replica_set/refresh_test.rb".freeze, "test/replica_set/replication_ack_test.rb".freeze, "test/replica_set/ssl_test.rb".freeze, "test/sharded_cluster/basic_test.rb".freeze, "test/shared/authentication.rb".freeze, "test/test_helper.rb".freeze, "test/threading/basic_test.rb".freeze, "test/tools/mongo_config.rb".freeze, "test/tools/mongo_config_test.rb".freeze, "test/unit/client_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, "test/unit/grid_test.rb".freeze, "test/unit/mongo_sharded_client_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_pref_test.rb".freeze, "test/unit/read_test.rb".freeze, "test/unit/safe_test.rb".freeze, "test/unit/sharding_pool_manager_test.rb".freeze, "test/unit/util_test.rb".freeze, "test/unit/write_concern_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.9.1".freeze]) end