Sha256: 27ac45065e755a9f21afb5261d7b13f35103f91bed1b5fa0408298f3f8c5215a

Contents?: true

Size: 991 Bytes

Versions: 45

Compression:

Stored size: 991 Bytes

Contents

# -*- encoding: utf-8 -*-

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

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Chris Wanstrath"]
  s.date = "2011-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"
  s.email = "chris@ozmm.org"
  s.homepage = "http://github.com/defunkt/redis-namespace"
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.21"
  s.summary = "Namespaces Redis commands."

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<redis>, ["< 3.0.0"])
    else
      s.add_dependency(%q<redis>, ["< 3.0.0"])
    end
  else
    s.add_dependency(%q<redis>, ["< 3.0.0"])
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
classiccms-0.7.5 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.7.4 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.7.3 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.7.2 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.7.1 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.7.0 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.6.9 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.6.8 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.6.7 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.6.6 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.6.5 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.6.4 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.6.3 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.6.2 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.6.1 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.6.0 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.5.17 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.5.16 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.5.15 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec
classiccms-0.5.14 vendor/bundle/specifications/redis-namespace-1.0.3.gemspec