# -*- encoding: utf-8 -*- # stub: mongo 1.12.5 ruby lib Gem::Specification.new do |s| s.name = "mongo".freeze s.version = "1.12.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Emily Stolfo".freeze, "Durran Jordan".freeze, "Gary Murakami".freeze, "Tyler Brock".freeze, "Brandon Black".freeze] s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIDfDCCAmSgAwIBAgIBATANBgkqhkiG9w0BAQUFADBCMRQwEgYDVQQDDAtkcml2\nZXItcnVieTEVMBMGCgmSJomT8ixkARkWBTEwZ2VuMRMwEQYKCZImiZPyLGQBGRYD\nY29tMB4XDTE1MDMzMTA5NDIzNVoXDTE2MDMzMDA5NDIzNVowQjEUMBIGA1UEAwwL\nZHJpdmVyLXJ1YnkxFTATBgoJkiaJk/IsZAEZFgUxMGdlbjETMBEGCgmSJomT8ixk\nARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANFdSAa8fRm1\nbAM9za6Z0fAH4g02bqM1NGnw8zJQrE/PFrFfY6IFCT2AsLfOwr1maVm7iU1+kdVI\nIQ+iI/9+E+ArJ+rbGV3dDPQ+SLl3mLT+vXjfjcxMqI2IW6UuVtt2U3Rxd4QU0kdT\nJxmcPYs5fDN6BgYc6XXgUjy3m+Kwha2pGctdciUOwEfOZ4RmNRlEZKCMLRHdFP8j\n4WTnJSGfXDiuoXICJb5yOPOZPuaapPSNXp93QkUdsqdKC32I+KMpKKYGBQ6yisfA\n5MyVPPCzLR1lP5qXVGJPnOqUAkvEUfCahg7EP9tI20qxiXrR6TSEraYhIFXL0EGY\nu8KAcPHm5KkCAwEAAaN9MHswCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0O\nBBYEFFt3WbF+9JpUjAoj62cQBgNb8HzXMCAGA1UdEQQZMBeBFWRyaXZlci1ydWJ5\nQDEwZ2VuLmNvbTAgBgNVHRIEGTAXgRVkcml2ZXItcnVieUAxMGdlbi5jb20wDQYJ\nKoZIhvcNAQEFBQADggEBAH+jEbhVRjZke7ZgM3EjERSblLM8RtHZBczjQKuG0Eor\nHUF/hyq7D+mz75Ch7K8m5NRwvppePbBV4lAF+DzuDGjh+V6cz4wNKaWWFIL8eNCY\nF+0vDVtGok06CXnb2swHEtd1Z8zpQviJ3xpSGAvF88+glzvPQmCyA071kPUAmDvd\n5og5x3Bv8IxaxmEpFndXhT3NHL/tOBeT9VJuJWMCxOXRCv4y9bBBTrxoRVuos59Z\nXZOS48LlWh15EG4yZo/gRzqNAW2LUIkYA5eMS2Kp6r+KV8IBUO/LaHdrXbdilpa8\nBRsuCo7UZDbFVRns04HLyjVvkj+K/ywIcdKdS0csz5M=\n-----END CERTIFICATE-----\n".freeze] s.date = "2015-12-01" 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/bulk_write_collection_view.rb".freeze, "lib/mongo/collection.rb".freeze, "lib/mongo/collection_writer.rb".freeze, "lib/mongo/connection.rb".freeze, "lib/mongo/connection/node.rb".freeze, "lib/mongo/connection/pool.rb".freeze, "lib/mongo/connection/pool_manager.rb".freeze, "lib/mongo/connection/sharding_pool_manager.rb".freeze, "lib/mongo/connection/socket.rb".freeze, "lib/mongo/connection/socket/socket_util.rb".freeze, "lib/mongo/connection/socket/ssl_socket.rb".freeze, "lib/mongo/connection/socket/tcp_socket.rb".freeze, "lib/mongo/connection/socket/unix_socket.rb".freeze, "lib/mongo/cursor.rb".freeze, "lib/mongo/db.rb".freeze, "lib/mongo/exception.rb".freeze, "lib/mongo/functional.rb".freeze, "lib/mongo/functional/authentication.rb".freeze, "lib/mongo/functional/logging.rb".freeze, "lib/mongo/functional/read_preference.rb".freeze, "lib/mongo/functional/scram.rb".freeze, "lib/mongo/functional/uri_parser.rb".freeze, "lib/mongo/functional/write_concern.rb".freeze, "lib/mongo/gridfs.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/utils.rb".freeze, "lib/mongo/utils/conversions.rb".freeze, "lib/mongo/utils/core_ext.rb".freeze, "lib/mongo/utils/server_version.rb".freeze, "lib/mongo/utils/support.rb".freeze, "lib/mongo/utils/thread_local_variable_manager.rb".freeze, "mongo.gemspec".freeze, "test/functional/authentication_test.rb".freeze, "test/functional/bulk_api_stress_test.rb".freeze, "test/functional/bulk_write_collection_view_test.rb".freeze, "test/functional/client_test.rb".freeze, "test/functional/collection_test.rb".freeze, "test/functional/collection_writer_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/timeout_test.rb".freeze, "test/functional/uri_test.rb".freeze, "test/functional/write_concern_test.rb".freeze, "test/helpers/general.rb".freeze, "test/helpers/test_unit.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/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/basic_auth_shared.rb".freeze, "test/shared/authentication/bulk_api_auth_shared.rb".freeze, "test/shared/authentication/gssapi_shared.rb".freeze, "test/shared/authentication/sasl_plain_shared.rb".freeze, "test/shared/authentication/scram_shared.rb".freeze, "test/shared/ssl_shared.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/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/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/bulk_api_stress_test.rb".freeze, "test/functional/bulk_write_collection_view_test.rb".freeze, "test/functional/client_test.rb".freeze, "test/functional/collection_test.rb".freeze, "test/functional/collection_writer_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/timeout_test.rb".freeze, "test/functional/uri_test.rb".freeze, "test/functional/write_concern_test.rb".freeze, "test/helpers/general.rb".freeze, "test/helpers/test_unit.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/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/basic_auth_shared.rb".freeze, "test/shared/authentication/bulk_api_auth_shared.rb".freeze, "test/shared/authentication/gssapi_shared.rb".freeze, "test/shared/authentication/sasl_plain_shared.rb".freeze, "test/shared/authentication/scram_shared.rb".freeze, "test/shared/ssl_shared.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/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/write_concern_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 1.12.5".freeze]) end