# -*- encoding: utf-8 -*- # stub: riak-client 2.2.0 ruby lib Gem::Specification.new do |s| s.name = "riak-client".freeze s.version = "2.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Bryce Kerley".freeze] s.date = "2015-05-27" s.description = "riak-client is a rich client for Riak, the distributed database by Basho. It supports the full HTTP and Protocol Buffers interfaces including storage operations, bucket configuration, link-walking, secondary indexes and map-reduce.".freeze s.email = ["bryce@basho.com".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.md".freeze, "README.markdown".freeze, "RELEASE_NOTES.md".freeze, "Rakefile".freeze, "lib/riak.rb".freeze, "lib/riak/bucket.rb".freeze, "lib/riak/bucket_properties.rb".freeze, "lib/riak/bucket_type.rb".freeze, "lib/riak/bucket_typed/bucket.rb".freeze, "lib/riak/client.rb".freeze, "lib/riak/client/beefcake/bucket_properties_operator.rb".freeze, "lib/riak/client/beefcake/crdt/counter_loader.rb".freeze, "lib/riak/client/beefcake/crdt/map_loader.rb".freeze, "lib/riak/client/beefcake/crdt/set_loader.rb".freeze, "lib/riak/client/beefcake/crdt_loader.rb".freeze, "lib/riak/client/beefcake/crdt_operator.rb".freeze, "lib/riak/client/beefcake/footer".freeze, "lib/riak/client/beefcake/header".freeze, "lib/riak/client/beefcake/message_codes.rb".freeze, "lib/riak/client/beefcake/message_overlay.rb".freeze, "lib/riak/client/beefcake/messages.rb".freeze, "lib/riak/client/beefcake/object_methods.rb".freeze, "lib/riak/client/beefcake/protocol.rb".freeze, "lib/riak/client/beefcake/socket.rb".freeze, "lib/riak/client/beefcake_protobuffs_backend.rb".freeze, "lib/riak/client/decaying.rb".freeze, "lib/riak/client/feature_detection.rb".freeze, "lib/riak/client/instrumentation.rb".freeze, "lib/riak/client/node.rb".freeze, "lib/riak/client/protobuffs_backend.rb".freeze, "lib/riak/client/search.rb".freeze, "lib/riak/client/yokozuna.rb".freeze, "lib/riak/conflict.rb".freeze, "lib/riak/core_ext.rb".freeze, "lib/riak/core_ext/blank.rb".freeze, "lib/riak/core_ext/deep_dup.rb".freeze, "lib/riak/core_ext/extract_options.rb".freeze, "lib/riak/core_ext/json.rb".freeze, "lib/riak/core_ext/slice.rb".freeze, "lib/riak/core_ext/stringify_keys.rb".freeze, "lib/riak/core_ext/symbolize_keys.rb".freeze, "lib/riak/core_ext/to_param.rb".freeze, "lib/riak/counter.rb".freeze, "lib/riak/crdt.rb".freeze, "lib/riak/crdt/base.rb".freeze, "lib/riak/crdt/batch_counter.rb".freeze, "lib/riak/crdt/batch_map.rb".freeze, "lib/riak/crdt/counter.rb".freeze, "lib/riak/crdt/inner_counter.rb".freeze, "lib/riak/crdt/inner_flag.rb".freeze, "lib/riak/crdt/inner_map.rb".freeze, "lib/riak/crdt/inner_register.rb".freeze, "lib/riak/crdt/inner_set.rb".freeze, "lib/riak/crdt/map.rb".freeze, "lib/riak/crdt/operation.rb".freeze, "lib/riak/crdt/set.rb".freeze, "lib/riak/crdt/typed_collection.rb".freeze, "lib/riak/encoding.rb".freeze, "lib/riak/errors/backend_creation.rb".freeze, "lib/riak/errors/base.rb".freeze, "lib/riak/errors/connection_error.rb".freeze, "lib/riak/errors/crdt_error.rb".freeze, "lib/riak/errors/failed_request.rb".freeze, "lib/riak/errors/protobuffs_error.rb".freeze, "lib/riak/errors/search_error.rb".freeze, "lib/riak/i18n.rb".freeze, "lib/riak/index_collection.rb".freeze, "lib/riak/instrumentation.rb".freeze, "lib/riak/json.rb".freeze, "lib/riak/link.rb".freeze, "lib/riak/list_buckets.rb".freeze, "lib/riak/locale/en.yml".freeze, "lib/riak/locale/fr.yml".freeze, "lib/riak/map_reduce.rb".freeze, "lib/riak/map_reduce/filter_builder.rb".freeze, "lib/riak/map_reduce/phase.rb".freeze, "lib/riak/map_reduce/results.rb".freeze, "lib/riak/map_reduce_error.rb".freeze, "lib/riak/multiget.rb".freeze, "lib/riak/preflist_item.rb".freeze, "lib/riak/rcontent.rb".freeze, "lib/riak/robject.rb".freeze, "lib/riak/search.rb".freeze, "lib/riak/search/index.rb".freeze, "lib/riak/search/query.rb".freeze, "lib/riak/search/result_collection.rb".freeze, "lib/riak/search/result_document.rb".freeze, "lib/riak/search/schema.rb".freeze, "lib/riak/secondary_index.rb".freeze, "lib/riak/serializers.rb".freeze, "lib/riak/stamp.rb".freeze, "lib/riak/util/escape.rb".freeze, "lib/riak/util/tcp_socket_extensions.rb".freeze, "lib/riak/util/translation.rb".freeze, "lib/riak/version.rb".freeze, "lib/riak/walk_spec.rb".freeze, "riak-client.gemspec".freeze, "spec/failover/failover.rb".freeze, "spec/fixtures/bitcask.txt".freeze, "spec/fixtures/cat.jpg".freeze, "spec/fixtures/multipart-basic-conflict.txt".freeze, "spec/fixtures/multipart-blank.txt".freeze, "spec/fixtures/multipart-mapreduce.txt".freeze, "spec/fixtures/multipart-with-body.txt".freeze, "spec/fixtures/multipart-with-marked-tombstones.txt".freeze, "spec/fixtures/multipart-with-unmarked-tombstone.txt".freeze, "spec/fixtures/server.cert.crt".freeze, "spec/fixtures/server.cert.key".freeze, "spec/fixtures/test.pem".freeze, "spec/fixtures/yz_schema_template.xml".freeze, "spec/integration/riak/bucket_types_spec.rb".freeze, "spec/integration/riak/conflict_resolution_spec.rb".freeze, "spec/integration/riak/counters_spec.rb".freeze, "spec/integration/riak/crdt/configuration_spec.rb".freeze, "spec/integration/riak/crdt_search_spec.rb".freeze, "spec/integration/riak/crdt_spec.rb".freeze, "spec/integration/riak/crdt_validation/map_spec.rb".freeze, "spec/integration/riak/crdt_validation/set_spec.rb".freeze, "spec/integration/riak/preflist_spec.rb".freeze, "spec/integration/riak/properties_spec.rb".freeze, "spec/integration/riak/protobuffs/interrupted_request_spec.rb".freeze, "spec/integration/riak/protobuffs_backends_spec.rb".freeze, "spec/integration/riak/search_spec.rb".freeze, "spec/integration/riak/secondary_index_spec.rb".freeze, "spec/integration/riak/security_spec.rb".freeze, "spec/integration/riak/threading_spec.rb".freeze, "spec/integration/yokozuna/index_spec.rb".freeze, "spec/integration/yokozuna/queries_spec.rb".freeze, "spec/integration/yokozuna/schema_spec.rb".freeze, "spec/riak/beefcake_protobuffs_backend/bucket_properties_operator_spec.rb".freeze, "spec/riak/beefcake_protobuffs_backend/crdt_operator_spec.rb".freeze, "spec/riak/beefcake_protobuffs_backend/object_methods_spec.rb".freeze, "spec/riak/beefcake_protobuffs_backend/protocol_spec.rb".freeze, "spec/riak/beefcake_protobuffs_backend_spec.rb".freeze, "spec/riak/bucket_properties_spec.rb".freeze, "spec/riak/bucket_spec.rb".freeze, "spec/riak/bucket_type_spec.rb".freeze, "spec/riak/bucket_typed/bucket_spec.rb".freeze, "spec/riak/client_spec.rb".freeze, "spec/riak/core_ext/to_param_spec.rb".freeze, "spec/riak/counter_spec.rb".freeze, "spec/riak/crdt/counter_spec.rb".freeze, "spec/riak/crdt/inner_counter_spec.rb".freeze, "spec/riak/crdt/inner_flag_spec.rb".freeze, "spec/riak/crdt/inner_map_spec.rb".freeze, "spec/riak/crdt/inner_register_spec.rb".freeze, "spec/riak/crdt/inner_set_spec.rb".freeze, "spec/riak/crdt/map_spec.rb".freeze, "spec/riak/crdt/set_spec.rb".freeze, "spec/riak/crdt/shared_examples.rb".freeze, "spec/riak/crdt/typed_collection_spec.rb".freeze, "spec/riak/escape_spec.rb".freeze, "spec/riak/feature_detection_spec.rb".freeze, "spec/riak/index_collection_spec.rb".freeze, "spec/riak/instrumentation_spec.rb".freeze, "spec/riak/link_spec.rb".freeze, "spec/riak/list_buckets_spec.rb".freeze, "spec/riak/map_reduce/filter_builder_spec.rb".freeze, "spec/riak/map_reduce/phase_spec.rb".freeze, "spec/riak/map_reduce_spec.rb".freeze, "spec/riak/multiget_spec.rb".freeze, "spec/riak/node_spec.rb".freeze, "spec/riak/robject_spec.rb".freeze, "spec/riak/search/index_spec.rb".freeze, "spec/riak/search/query_spec.rb".freeze, "spec/riak/search/result_collection_spec.rb".freeze, "spec/riak/search/result_document_spec.rb".freeze, "spec/riak/search/schema_spec.rb".freeze, "spec/riak/search_spec.rb".freeze, "spec/riak/secondary_index_spec.rb".freeze, "spec/riak/serializers_spec.rb".freeze, "spec/riak/stamp_spec.rb".freeze, "spec/riak/walk_spec_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/certs/README.md".freeze, "spec/support/certs/ca.crt".freeze, "spec/support/certs/client.crl".freeze, "spec/support/certs/client.crt".freeze, "spec/support/certs/client.csr".freeze, "spec/support/certs/client.key".freeze, "spec/support/certs/empty_ca.crt".freeze, "spec/support/certs/server.crl".freeze, "spec/support/certs/server.crt".freeze, "spec/support/certs/server.key".freeze, "spec/support/crdt_search_config.rb".freeze, "spec/support/crdt_search_fixtures.rb".freeze, "spec/support/integration_setup.rb".freeze, "spec/support/search_config.rb".freeze, "spec/support/search_corpus_setup.rb".freeze, "spec/support/test_client.rb".freeze, "spec/support/test_client.yml".freeze, "spec/support/test_client.yml.example".freeze, "spec/support/unified_backend_examples.rb".freeze, "spec/support/version_filter.rb".freeze, "spec/support/wait_until.rb".freeze] s.homepage = "http://github.com/basho/riak-ruby-client".freeze s.licenses = ["Apache 2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "riak-client is a rich client for Riak, the distributed database by Basho.".freeze s.test_files = ["spec/failover/failover.rb".freeze, "spec/fixtures/bitcask.txt".freeze, "spec/fixtures/cat.jpg".freeze, "spec/fixtures/multipart-basic-conflict.txt".freeze, "spec/fixtures/multipart-blank.txt".freeze, "spec/fixtures/multipart-mapreduce.txt".freeze, "spec/fixtures/multipart-with-body.txt".freeze, "spec/fixtures/multipart-with-marked-tombstones.txt".freeze, "spec/fixtures/multipart-with-unmarked-tombstone.txt".freeze, "spec/fixtures/server.cert.crt".freeze, "spec/fixtures/server.cert.key".freeze, "spec/fixtures/test.pem".freeze, "spec/fixtures/yz_schema_template.xml".freeze, "spec/integration/riak/bucket_types_spec.rb".freeze, "spec/integration/riak/conflict_resolution_spec.rb".freeze, "spec/integration/riak/counters_spec.rb".freeze, "spec/integration/riak/crdt/configuration_spec.rb".freeze, "spec/integration/riak/crdt_search_spec.rb".freeze, "spec/integration/riak/crdt_spec.rb".freeze, "spec/integration/riak/crdt_validation/map_spec.rb".freeze, "spec/integration/riak/crdt_validation/set_spec.rb".freeze, "spec/integration/riak/preflist_spec.rb".freeze, "spec/integration/riak/properties_spec.rb".freeze, "spec/integration/riak/protobuffs/interrupted_request_spec.rb".freeze, "spec/integration/riak/protobuffs_backends_spec.rb".freeze, "spec/integration/riak/search_spec.rb".freeze, "spec/integration/riak/secondary_index_spec.rb".freeze, "spec/integration/riak/security_spec.rb".freeze, "spec/integration/riak/threading_spec.rb".freeze, "spec/integration/yokozuna/index_spec.rb".freeze, "spec/integration/yokozuna/queries_spec.rb".freeze, "spec/integration/yokozuna/schema_spec.rb".freeze, "spec/riak/beefcake_protobuffs_backend/bucket_properties_operator_spec.rb".freeze, "spec/riak/beefcake_protobuffs_backend/crdt_operator_spec.rb".freeze, "spec/riak/beefcake_protobuffs_backend/object_methods_spec.rb".freeze, "spec/riak/beefcake_protobuffs_backend/protocol_spec.rb".freeze, "spec/riak/beefcake_protobuffs_backend_spec.rb".freeze, "spec/riak/bucket_properties_spec.rb".freeze, "spec/riak/bucket_spec.rb".freeze, "spec/riak/bucket_type_spec.rb".freeze, "spec/riak/bucket_typed/bucket_spec.rb".freeze, "spec/riak/client_spec.rb".freeze, "spec/riak/core_ext/to_param_spec.rb".freeze, "spec/riak/counter_spec.rb".freeze, "spec/riak/crdt/counter_spec.rb".freeze, "spec/riak/crdt/inner_counter_spec.rb".freeze, "spec/riak/crdt/inner_flag_spec.rb".freeze, "spec/riak/crdt/inner_map_spec.rb".freeze, "spec/riak/crdt/inner_register_spec.rb".freeze, "spec/riak/crdt/inner_set_spec.rb".freeze, "spec/riak/crdt/map_spec.rb".freeze, "spec/riak/crdt/set_spec.rb".freeze, "spec/riak/crdt/shared_examples.rb".freeze, "spec/riak/crdt/typed_collection_spec.rb".freeze, "spec/riak/escape_spec.rb".freeze, "spec/riak/feature_detection_spec.rb".freeze, "spec/riak/index_collection_spec.rb".freeze, "spec/riak/instrumentation_spec.rb".freeze, "spec/riak/link_spec.rb".freeze, "spec/riak/list_buckets_spec.rb".freeze, "spec/riak/map_reduce/filter_builder_spec.rb".freeze, "spec/riak/map_reduce/phase_spec.rb".freeze, "spec/riak/map_reduce_spec.rb".freeze, "spec/riak/multiget_spec.rb".freeze, "spec/riak/node_spec.rb".freeze, "spec/riak/robject_spec.rb".freeze, "spec/riak/search/index_spec.rb".freeze, "spec/riak/search/query_spec.rb".freeze, "spec/riak/search/result_collection_spec.rb".freeze, "spec/riak/search/result_document_spec.rb".freeze, "spec/riak/search/schema_spec.rb".freeze, "spec/riak/search_spec.rb".freeze, "spec/riak/secondary_index_spec.rb".freeze, "spec/riak/serializers_spec.rb".freeze, "spec/riak/stamp_spec.rb".freeze, "spec/riak/walk_spec_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/certs/README.md".freeze, "spec/support/certs/ca.crt".freeze, "spec/support/certs/client.crl".freeze, "spec/support/certs/client.crt".freeze, "spec/support/certs/client.csr".freeze, "spec/support/certs/client.key".freeze, "spec/support/certs/empty_ca.crt".freeze, "spec/support/certs/server.crl".freeze, "spec/support/certs/server.crt".freeze, "spec/support/certs/server.key".freeze, "spec/support/crdt_search_config.rb".freeze, "spec/support/crdt_search_fixtures.rb".freeze, "spec/support/integration_setup.rb".freeze, "spec/support/search_config.rb".freeze, "spec/support/search_corpus_setup.rb".freeze, "spec/support/test_client.rb".freeze, "spec/support/test_client.yml".freeze, "spec/support/test_client.yml.example".freeze, "spec/support/unified_backend_examples.rb".freeze, "spec/support/version_filter.rb".freeze, "spec/support/wait_until.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.1.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.28.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.1".freeze]) end