Sha256: a4a29621c3a9a8163f17db837e5168b7dbdd5d3450db09afef9f2a099e29ff44
Contents?: true
Size: 1.6 KB
Versions: 0
Compression: gzip
Compressed size: 750 Bytes
Stored size: 750 Bytes
Contents
--- !ruby/object:Gem::Specification name: will_cache version: !ruby/object:Gem::Version hash: 21 prerelease: false segments: - 0 - 0 - 5 version: 0.0.5 platform: ruby authors: - Dejan Simic autorequire: bindir: bin cert_chain: [] date: 2011-07-19 00:00:00 +02: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.3.7 signing_key: specification_version: 3 summary: Drop-in replacement for cache_fu that uses Rails.cache store test_files: []