--- !ruby/object:Gem::Specification name: padrino-cache version: !ruby/object:Gem::Version hash: 96 prerelease: 7 segments: - 0 - 10 - 6 - c version: 0.10.6.c platform: ruby authors: - Padrino Team - Nathan Esquenazi - Davide D'Agostino - Arthur Chiu autorequire: bindir: bin cert_chain: [] date: 2012-01-25 00:00:00 -08:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: padrino-core prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 96 segments: - 0 - 10 - 6 - c version: 0.10.6.c type: :runtime version_requirements: *id001 description: Caching support for memcached, page and fragment email: padrinorb@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - .document - .gitignore - .yardopts - LICENSE.txt - README.rdoc - Rakefile - lib/padrino-cache.rb - lib/padrino-cache/helpers/cache_store.rb - lib/padrino-cache/helpers/fragment.rb - lib/padrino-cache/helpers/page.rb - lib/padrino-cache/store.rb - lib/padrino-cache/store/file.rb - lib/padrino-cache/store/memcache.rb - lib/padrino-cache/store/memory.rb - lib/padrino-cache/store/mongo.rb - lib/padrino-cache/store/redis.rb - padrino-cache.gemspec - test/helper.rb - test/test_padrino_cache.rb - test/test_stores.rb has_rdoc: true homepage: http://www.padrinorb.com 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: 25 segments: - 1 - 3 - 1 version: 1.3.1 requirements: [] rubyforge_project: padrino-cache rubygems_version: 1.6.2 signing_key: specification_version: 3 summary: Page and fragment caching for Padrino test_files: - test/helper.rb - test/test_padrino_cache.rb - test/test_stores.rb