Sha256: 07ddc5d1998a87c79062571b3a5d83c37e4cb5c6b2cff2da40363c958785164f
Contents?: true
Size: 1.77 KB
Versions: 0
Compression: gzip
Compressed size: 778 Bytes
Stored size: 778 Bytes
Contents
--- !ruby/object:Gem::Specification name: cryx-cacheability version: !ruby/object:Gem::Version version: 1.2.2 platform: ruby authors: - Cyril Rohr autorequire: bindir: bin cert_chain: [] date: 2009-08-07 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rack-cache type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: Transparent caching for your HTTP requests (heap, file, memcache). Built-in support for RestClient. Built upon Rack::Cache. email: cyril.rohr@irisa.fr executables: [] extensions: [] extra_rdoc_files: - LICENSE - README files: - .gitignore - LICENSE - README - Rakefile - VERSION.yml - cacheability.gemspec - lib/cacheability.rb - lib/cacheability/restclient.rb - spec/cacheability_spec.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/cryx/cacheability licenses: post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: cacheability rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: A gem that makes client-side caching of HTTP requests a no-brainer. Replace your calls to RestClient::Resource.new with RestClient::CacheableResource.new and the caching is taken care of for you ! Supports heap, file and memcache storage. test_files: - spec/cacheability_spec.rb - spec/spec_helper.rb