Sha256: f1a3be2d05dfcd762a1fc8f7a5b7719c411f9c8cd3cfaa211814e8c8e2f06d5c
Contents?: true
Size: 1.35 KB
Versions: 0
Compression: gzip
Compressed size: 647 Bytes
Stored size: 647 Bytes
Contents
--- !ruby/object:Gem::Specification name: redis-namespace version: !ruby/object:Gem::Version hash: 9 prerelease: false segments: - 0 - 4 - 3 version: 0.4.3 platform: ruby authors: - Chris Wanstrath autorequire: bindir: bin cert_chain: [] date: 2010-05-17 00:00:00 -07:00 default_executable: dependencies: [] description: | Adds a Redis::Namespace class which can be used to namespace calls to Redis. This is useful when using a single instance of Redis with multiple, different applications. email: chris@ozmm.org executables: [] extensions: [] extra_rdoc_files: [] files: - README.md - Rakefile - LICENSE - lib/redis/namespace.rb - spec/redis_spec.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/defunkt/redis-namespace licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Namespaces Redis commands. test_files: []