Sha256: bb731b92ea004858436617fd8a973dd0e257230c8824c3c9737e543bb9338838
Contents?: true
Size: 1.89 KB
Versions: 0
Compression: gzip
Compressed size: 735 Bytes
Stored size: 735 Bytes
Contents
--- !ruby/object:Gem::Specification name: padrino-cache version: !ruby/object:Gem::Version prerelease: version: 0.10.6 platform: ruby authors: - Padrino Team - Nathan Esquenazi - Davide D'Agostino - Arthur Chiu autorequire: bindir: bin cert_chain: [] date: 2012-03-15 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: padrino-core prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version version: 0.10.6 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 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 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 1.3.6 requirements: [] rubyforge_project: padrino-cache rubygems_version: 1.8.19 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