Sha256: 6649bf60b59eea7667620901654a958b493b7ba7e8348bf739b5f297bbcf044c
Contents?: true
Size: 1.59 KB
Versions: 0
Compression: gzip
Compressed size: 747 Bytes
Stored size: 747 Bytes
Contents
--- !ruby/object:Gem::Specification name: will_cache version: !ruby/object:Gem::Version hash: 13 prerelease: segments: - 0 - 0 - 9 version: 0.0.9 platform: ruby authors: - Dejan Simic autorequire: bindir: bin cert_chain: [] date: 2011-12-06 00:00:00 +01:00 default_executable: dependencies: [] description: WillCache provides simple API for caching ActiveRecord objects that uses ActiveSupport Cache Store internally so that it's trivial to switch cache storage. WillCache API is heavily inspired by excellent but no longer maintained cache_fu plugin and one of the goals of the gem is to provide drop-in replacement for it. email: desimic@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - Rakefile - lib/will_cache/cacheable.rb - lib/will_cache.rb - test/fixtures/database.yml - test/fixtures/schema.rb - test/functional/will_cache_test.rb - test/test_helper.rb - README.md has_rdoc: true homepage: http://github.com/dejan/will_cache 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.6.2 signing_key: specification_version: 3 summary: Drop-in replacement for cache_fu that uses Rails.cache store test_files: []