--- !ruby/object:Gem::Specification name: mongo version: !ruby/object:Gem::Version version: 1.10.0.rc0 platform: ruby authors: - Tyler Brock - Gary Murakami - Emily Stolfo - Brandon Black - Durran Jordan autorequire: bindir: bin cert_chain: - | -----BEGIN CERTIFICATE----- MIIDfDCCAmSgAwIBAgIBATANBgkqhkiG9w0BAQUFADBCMRQwEgYDVQQDDAtkcml2 ZXItcnVieTEVMBMGCgmSJomT8ixkARkWBTEwZ2VuMRMwEQYKCZImiZPyLGQBGRYD Y29tMB4XDTE0MDIxODIyMDQwMVoXDTE1MDIxODIyMDQwMVowQjEUMBIGA1UEAwwL ZHJpdmVyLXJ1YnkxFTATBgoJkiaJk/IsZAEZFgUxMGdlbjETMBEGCgmSJomT8ixk ARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANdoZILE3alL V5OGgh2hkgVTd79nRV3akueIZgu9qXhNHixXsyxBnaSPbrK7s1bWurgVT/Klp//3 ASnU78R5ChmCX5/xMRp+E9FO69nCt33njUKyYU0+SwiEID02At+bUb3iS7S5CIMO tLSybh/DhH9Hi5g+FqwpRQy/RQcTJ6Uz/75+Ng2J0oz6eVvXAuEz75apE3qJcLb3 w699mm0e4qqpfHcSkgJbOGpmbrb+XimNy+AXdagkKYk2tUjYiCwkLop0hf/XBEWu ap8vwBNdAn+ox1eNQUSdowBf4dJvIJWepRjqeFRcLPUrF5JES7qyHbnyi7nqtaCS GwLBeSsgxdECAwEAAaN9MHswCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0O BBYEFEfmGN56RK0OIRqm4XYACgI7AXbsMCAGA1UdEQQZMBeBFWRyaXZlci1ydWJ5 QDEwZ2VuLmNvbTAgBgNVHRIEGTAXgRVkcml2ZXItcnVieUAxMGdlbi5jb20wDQYJ KoZIhvcNAQEFBQADggEBAFcxu5xBsPg6szjBrkej2P+Qa9LK22rdIZtECnK8TLsQ tmNdYMraNgiYf96U1zZKvjgzI04BRYmIeCnIDdg2MkpOZO35d/v/Hu0N9tiu08NX aSSw+yzt43hIzEtYgs0WlSxXqnmu0ClA37t+mA0OTzp64pkQSiJfYlMbsCpElk4r vJ5hsT7hMiPKABow5+pXckFwznEuciyBCx3ox9MnEic8qsjdiZgleeAJKDpKb+uX ZLLlRFg7YfmA+N2giYd0oQz670xnBy5ZOvtXZe1wLLfGyeDwXeTrQGUE3oBRpr/t eokvmuSJOtUOXE7dArS2jfgXfYsg1YZt4HttbJ9Z4ZM= -----END CERTIFICATE----- date: 2014-02-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bson requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.10.0.rc0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.10.0.rc0 description: A Ruby driver for MongoDB. For more information about Mongo, see http://www.mongodb.org. email: mongodb-dev@googlegroups.com executables: - mongo_console extensions: [] extra_rdoc_files: [] files: - LICENSE - README.md - Rakefile - VERSION - bin/mongo_console - lib/mongo.rb - lib/mongo/bulk_write_collection_view.rb - lib/mongo/collection.rb - lib/mongo/collection_writer.rb - lib/mongo/connection.rb - lib/mongo/connection/node.rb - lib/mongo/connection/pool.rb - lib/mongo/connection/pool_manager.rb - lib/mongo/connection/sharding_pool_manager.rb - lib/mongo/connection/socket.rb - lib/mongo/connection/socket/socket_util.rb - lib/mongo/connection/socket/ssl_socket.rb - lib/mongo/connection/socket/tcp_socket.rb - lib/mongo/connection/socket/unix_socket.rb - lib/mongo/cursor.rb - lib/mongo/db.rb - lib/mongo/exception.rb - lib/mongo/functional.rb - lib/mongo/functional/authentication.rb - lib/mongo/functional/logging.rb - lib/mongo/functional/read_preference.rb - lib/mongo/functional/uri_parser.rb - lib/mongo/functional/write_concern.rb - lib/mongo/gridfs.rb - lib/mongo/gridfs/grid.rb - lib/mongo/gridfs/grid_ext.rb - lib/mongo/gridfs/grid_file_system.rb - lib/mongo/gridfs/grid_io.rb - lib/mongo/legacy.rb - lib/mongo/mongo_client.rb - lib/mongo/mongo_replica_set_client.rb - lib/mongo/mongo_sharded_client.rb - lib/mongo/networking.rb - lib/mongo/utils.rb - lib/mongo/utils/conversions.rb - lib/mongo/utils/core_ext.rb - lib/mongo/utils/server_version.rb - lib/mongo/utils/support.rb - lib/mongo/utils/thread_local_variable_manager.rb - mongo.gemspec - test/functional/authentication_test.rb - test/functional/bulk_write_collection_view_test.rb - test/functional/client_test.rb - test/functional/collection_test.rb - test/functional/collection_writer_test.rb - test/functional/conversions_test.rb - test/functional/cursor_fail_test.rb - test/functional/cursor_message_test.rb - test/functional/cursor_test.rb - test/functional/db_api_test.rb - test/functional/db_connection_test.rb - test/functional/db_test.rb - test/functional/grid_file_system_test.rb - test/functional/grid_io_test.rb - test/functional/grid_test.rb - test/functional/pool_test.rb - test/functional/safe_test.rb - test/functional/ssl_test.rb - test/functional/support_test.rb - test/functional/timeout_test.rb - test/functional/uri_test.rb - test/functional/write_concern_test.rb - test/helpers/general.rb - test/helpers/test_unit.rb - test/replica_set/authentication_test.rb - test/replica_set/basic_test.rb - test/replica_set/client_test.rb - test/replica_set/complex_connect_test.rb - test/replica_set/connection_test.rb - test/replica_set/count_test.rb - test/replica_set/cursor_test.rb - test/replica_set/insert_test.rb - test/replica_set/max_values_test.rb - test/replica_set/pinning_test.rb - test/replica_set/query_test.rb - test/replica_set/read_preference_test.rb - test/replica_set/refresh_test.rb - test/replica_set/replication_ack_test.rb - test/replica_set/ssl_test.rb - test/sharded_cluster/basic_test.rb - test/shared/authentication/basic_auth_shared.rb - test/shared/authentication/sasl_plain_shared.rb - test/shared/ssl_shared.rb - test/test_helper.rb - test/threading/basic_test.rb - test/tools/mongo_config.rb - test/tools/mongo_config_test.rb - test/unit/client_test.rb - test/unit/collection_test.rb - test/unit/connection_test.rb - test/unit/cursor_test.rb - test/unit/db_test.rb - test/unit/grid_test.rb - test/unit/mongo_sharded_client_test.rb - test/unit/node_test.rb - test/unit/pool_manager_test.rb - test/unit/read_pref_test.rb - test/unit/read_test.rb - test/unit/safe_test.rb - test/unit/sharding_pool_manager_test.rb - test/unit/write_concern_test.rb homepage: http://www.mongodb.org licenses: - Apache License Version 2.0 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubyforge_project: mongo rubygems_version: 2.2.1 signing_key: specification_version: 4 summary: Ruby driver for MongoDB test_files: - test/functional/authentication_test.rb - test/functional/bulk_write_collection_view_test.rb - test/functional/client_test.rb - test/functional/collection_test.rb - test/functional/collection_writer_test.rb - test/functional/conversions_test.rb - test/functional/cursor_fail_test.rb - test/functional/cursor_message_test.rb - test/functional/cursor_test.rb - test/functional/db_api_test.rb - test/functional/db_connection_test.rb - test/functional/db_test.rb - test/functional/grid_file_system_test.rb - test/functional/grid_io_test.rb - test/functional/grid_test.rb - test/functional/pool_test.rb - test/functional/safe_test.rb - test/functional/ssl_test.rb - test/functional/support_test.rb - test/functional/timeout_test.rb - test/functional/uri_test.rb - test/functional/write_concern_test.rb - test/helpers/general.rb - test/helpers/test_unit.rb - test/replica_set/authentication_test.rb - test/replica_set/basic_test.rb - test/replica_set/client_test.rb - test/replica_set/complex_connect_test.rb - test/replica_set/connection_test.rb - test/replica_set/count_test.rb - test/replica_set/cursor_test.rb - test/replica_set/insert_test.rb - test/replica_set/max_values_test.rb - test/replica_set/pinning_test.rb - test/replica_set/query_test.rb - test/replica_set/read_preference_test.rb - test/replica_set/refresh_test.rb - test/replica_set/replication_ack_test.rb - test/replica_set/ssl_test.rb - test/sharded_cluster/basic_test.rb - test/shared/authentication/basic_auth_shared.rb - test/shared/authentication/sasl_plain_shared.rb - test/shared/ssl_shared.rb - test/test_helper.rb - test/threading/basic_test.rb - test/tools/mongo_config.rb - test/tools/mongo_config_test.rb - test/unit/client_test.rb - test/unit/collection_test.rb - test/unit/connection_test.rb - test/unit/cursor_test.rb - test/unit/db_test.rb - test/unit/grid_test.rb - test/unit/mongo_sharded_client_test.rb - test/unit/node_test.rb - test/unit/pool_manager_test.rb - test/unit/read_pref_test.rb - test/unit/read_test.rb - test/unit/safe_test.rb - test/unit/sharding_pool_manager_test.rb - test/unit/write_concern_test.rb has_rdoc: yard