# -*- encoding: utf-8 -*-
# stub: redis-namespace 0.4.3 ruby lib

Gem::Specification.new do |s|
  s.name = "redis-namespace".freeze
  s.version = "0.4.3".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Chris Wanstrath".freeze]
  s.date = "2010-05-17"
  s.description = "Adds a Redis::Namespace class which can be used to namespace calls\nto Redis. This is useful when using a single instance of Redis with\nmultiple, different applications.\n".freeze
  s.email = "chris@ozmm.org".freeze
  s.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/redis/namespace.rb".freeze, "spec/redis_spec.rb".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "http://github.com/defunkt/redis-namespace".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Namespaces Redis commands.".freeze
end