# -*- encoding: utf-8 -*- # stub: redis 4.0.0.rc1 ruby lib Gem::Specification.new do |s| s.name = "redis".freeze s.version = "4.0.0.rc1".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ezra Zygmuntowicz".freeze, "Taylor Weibley".freeze, "Matthew Clark".freeze, "Brian McKinney".freeze, "Salvatore Sanfilippo".freeze, "Luca Guidi".freeze, "Michel Martens".freeze, "Damian Janowski".freeze, "Pieter Noordhuis".freeze] s.date = "2016-11-24" s.description = " A Ruby client that tries to match Redis' API one-to-one, while still\n providing an idiomatic interface.\n".freeze s.email = ["redis-db@googlegroups.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, ".travis/Gemfile".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "benchmarking/logging.rb".freeze, "benchmarking/pipeline.rb".freeze, "benchmarking/speed.rb".freeze, "benchmarking/suite.rb".freeze, "benchmarking/worker.rb".freeze, "examples/basic.rb".freeze, "examples/consistency.rb".freeze, "examples/incr-decr.rb".freeze, "examples/list.rb".freeze, "examples/pubsub.rb".freeze, "examples/sentinel.rb".freeze, "examples/sentinel/sentinel.conf".freeze, "examples/sentinel/start".freeze, "examples/sets.rb".freeze, "examples/unicorn/config.ru".freeze, "examples/unicorn/unicorn.rb".freeze, "lib/redis.rb".freeze, "lib/redis/client.rb".freeze, "lib/redis/connection.rb".freeze, "lib/redis/connection/command_helper.rb".freeze, "lib/redis/connection/hiredis.rb".freeze, "lib/redis/connection/registry.rb".freeze, "lib/redis/connection/ruby.rb".freeze, "lib/redis/connection/synchrony.rb".freeze, "lib/redis/errors.rb".freeze, "lib/redis/pipeline.rb".freeze, "lib/redis/subscribe.rb".freeze, "lib/redis/version.rb".freeze, "makefile".freeze, "redis.gemspec".freeze, "test/bitpos_test.rb".freeze, "test/blocking_commands_test.rb".freeze, "test/client_test.rb".freeze, "test/command_map_test.rb".freeze, "test/commands_on_hashes_test.rb".freeze, "test/commands_on_hyper_log_log_test.rb".freeze, "test/commands_on_lists_test.rb".freeze, "test/commands_on_sets_test.rb".freeze, "test/commands_on_sorted_sets_test.rb".freeze, "test/commands_on_strings_test.rb".freeze, "test/commands_on_value_types_test.rb".freeze, "test/connection_handling_test.rb".freeze, "test/db/.gitkeep".freeze, "test/encoding_test.rb".freeze, "test/error_replies_test.rb".freeze, "test/fork_safety_test.rb".freeze, "test/helper.rb".freeze, "test/helper_test.rb".freeze, "test/internals_test.rb".freeze, "test/persistence_control_commands_test.rb".freeze, "test/pipelining_commands_test.rb".freeze, "test/publish_subscribe_test.rb".freeze, "test/remote_server_control_commands_test.rb".freeze, "test/scanning_test.rb".freeze, "test/scripting_test.rb".freeze, "test/sentinel_command_test.rb".freeze, "test/sentinel_test.rb".freeze, "test/sorting_test.rb".freeze, "test/ssl_test.rb".freeze, "test/support/connection/hiredis.rb".freeze, "test/support/connection/ruby.rb".freeze, "test/support/connection/synchrony.rb".freeze, "test/support/redis_mock.rb".freeze, "test/support/ssl/gen_certs.sh".freeze, "test/support/ssl/trusted-ca.crt".freeze, "test/support/ssl/trusted-ca.key".freeze, "test/support/ssl/trusted-cert.crt".freeze, "test/support/ssl/trusted-cert.key".freeze, "test/support/ssl/untrusted-ca.crt".freeze, "test/support/ssl/untrusted-ca.key".freeze, "test/support/ssl/untrusted-cert.crt".freeze, "test/support/ssl/untrusted-cert.key".freeze, "test/support/wire/synchrony.rb".freeze, "test/support/wire/thread.rb".freeze, "test/synchrony_driver.rb".freeze, "test/test.conf.erb".freeze, "test/thread_safety_test.rb".freeze, "test/transactions_test.rb".freeze, "test/unknown_commands_test.rb".freeze, "test/url_param_test.rb".freeze] s.homepage = "https://github.com/redis/redis-rb".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby client library for Redis".freeze s.test_files = ["test/bitpos_test.rb".freeze, "test/blocking_commands_test.rb".freeze, "test/client_test.rb".freeze, "test/command_map_test.rb".freeze, "test/commands_on_hashes_test.rb".freeze, "test/commands_on_hyper_log_log_test.rb".freeze, "test/commands_on_lists_test.rb".freeze, "test/commands_on_sets_test.rb".freeze, "test/commands_on_sorted_sets_test.rb".freeze, "test/commands_on_strings_test.rb".freeze, "test/commands_on_value_types_test.rb".freeze, "test/connection_handling_test.rb".freeze, "test/db/.gitkeep".freeze, "test/encoding_test.rb".freeze, "test/error_replies_test.rb".freeze, "test/fork_safety_test.rb".freeze, "test/helper.rb".freeze, "test/helper_test.rb".freeze, "test/internals_test.rb".freeze, "test/persistence_control_commands_test.rb".freeze, "test/pipelining_commands_test.rb".freeze, "test/publish_subscribe_test.rb".freeze, "test/remote_server_control_commands_test.rb".freeze, "test/scanning_test.rb".freeze, "test/scripting_test.rb".freeze, "test/sentinel_command_test.rb".freeze, "test/sentinel_test.rb".freeze, "test/sorting_test.rb".freeze, "test/ssl_test.rb".freeze, "test/support/connection/hiredis.rb".freeze, "test/support/connection/ruby.rb".freeze, "test/support/connection/synchrony.rb".freeze, "test/support/redis_mock.rb".freeze, "test/support/ssl/gen_certs.sh".freeze, "test/support/ssl/trusted-ca.crt".freeze, "test/support/ssl/trusted-ca.key".freeze, "test/support/ssl/trusted-cert.crt".freeze, "test/support/ssl/trusted-cert.key".freeze, "test/support/ssl/untrusted-ca.crt".freeze, "test/support/ssl/untrusted-ca.key".freeze, "test/support/ssl/untrusted-cert.crt".freeze, "test/support/ssl/untrusted-cert.key".freeze, "test/support/wire/synchrony.rb".freeze, "test/support/wire/thread.rb".freeze, "test/synchrony_driver.rb".freeze, "test/test.conf.erb".freeze, "test/thread_safety_test.rb".freeze, "test/transactions_test.rb".freeze, "test/unknown_commands_test.rb".freeze, "test/url_param_test.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["= 3.1.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end