--- !ruby/object:Gem::Specification name: redis-store version: !ruby/object:Gem::Version hash: 3 prerelease: false segments: - 0 - 3 - 8 version: 0.3.8 platform: ruby authors: - Luca Guidi autorequire: bindir: bin cert_chain: [] date: 2010-05-21 00:00:00 +02:00 default_executable: dependencies: [] description: Rack::Session, Rack::Cache and cache Redis stores for Ruby web frameworks. email: guidi.luca@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.md files: - .gitignore - Gemfile - MIT-LICENSE - README.md - Rakefile - VERSION - lib/cache/merb/redis_store.rb - lib/cache/rails/redis_store.rb - lib/cache/sinatra/redis_store.rb - lib/rack/cache/redis_entitystore.rb - lib/rack/cache/redis_metastore.rb - lib/rack/session/merb.rb - lib/rack/session/rails.rb - lib/rack/session/redis.rb - lib/redis-store.rb - lib/redis/distributed_marshaled.rb - lib/redis/factory.rb - lib/redis/marshaled_client.rb - lib/redis/namespace.rb - redis-store.gemspec - spec/cache/merb/redis_store_spec.rb - spec/cache/rails/redis_session_store_spec.rb - spec/cache/rails/redis_store_spec.rb - spec/cache/sinatra/redis_store_spec.rb - spec/config/master.conf - spec/config/single.conf - spec/config/slave.conf - spec/rack/cache/entitystore/pony.jpg - spec/rack/cache/entitystore/redis_spec.rb - spec/rack/cache/metastore/redis_spec.rb - spec/rack/session/redis_spec.rb - spec/redis/distributed_marshaled_redis_spec.rb - spec/redis/factory_spec.rb - spec/redis/marshaled_client_spec.rb - spec/spec_helper.rb - tasks/redis.tasks.rb has_rdoc: true homepage: http://github.com/jodosha/redis-store licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 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: Rack::Session, Rack::Cache and cache Redis stores for Ruby web frameworks. test_files: - spec/cache/merb/redis_store_spec.rb - spec/cache/rails/redis_session_store_spec.rb - spec/cache/rails/redis_store_spec.rb - spec/cache/sinatra/redis_store_spec.rb - spec/rack/cache/entitystore/redis_spec.rb - spec/rack/cache/metastore/redis_spec.rb - spec/rack/session/redis_spec.rb - spec/redis/distributed_marshaled_redis_spec.rb - spec/redis/factory_spec.rb - spec/redis/marshaled_client_spec.rb - spec/spec_helper.rb