# -*- encoding: utf-8 -*- # stub: hella-redis 0.5.0 ruby lib Gem::Specification.new do |s| s.name = "hella-redis".freeze s.version = "0.5.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 = ["Kelly Redding".freeze, "Collin Redding".freeze] s.date = "2021-05-07" s.description = "It's-a hella-redis!".freeze s.email = ["kelly@kellyredding.com".freeze, "collin.redding@me.com".freeze] s.files = [".gitignore".freeze, ".l.yml".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".t.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "hella-redis.gemspec".freeze, "lib/hella-redis.rb".freeze, "lib/hella-redis/connection_pool.rb".freeze, "lib/hella-redis/connection_pool_spy.rb".freeze, "lib/hella-redis/connection_spy.rb".freeze, "lib/hella-redis/version.rb".freeze, "log/.keep".freeze, "test/helper.rb".freeze, "test/support/factory.rb".freeze, "test/unit/connection_pool_spy_tests.rb".freeze, "test/unit/connection_pool_tests.rb".freeze, "test/unit/connection_spy_tests.rb".freeze, "test/unit/hella-redis_tests.rb".freeze, "tmp/.keep".freeze] s.homepage = "http://github.com/redding/hella-redis".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new("~> 2.5".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "It's-a hella-redis!".freeze s.test_files = ["test/helper.rb".freeze, "test/support/factory.rb".freeze, "test/unit/connection_pool_spy_tests.rb".freeze, "test/unit/connection_pool_tests.rb".freeze, "test/unit/connection_spy_tests.rb".freeze, "test/unit/hella-redis_tests.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.19.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.6.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.8.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.2.5".freeze]) end