Sha256: 70aebcb4e40bde73b726f11afd14fbf1fe4d3c66bc261eaa5b4120994b3346b7
Contents?: true
Size: 1.82 KB
Versions: 1
Compression:
Stored size: 1.82 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{cacheability} s.version = "1.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Cyril Rohr"] s.date = %q{2009-08-07} s.description = %q{Transparent caching for your HTTP requests (heap, file, memcache). Built-in support for RestClient. Built upon Rack::Cache.} s.email = %q{cyril.rohr@irisa.fr} s.extra_rdoc_files = [ "LICENSE", "README" ] s.files = [ ".gitignore", "LICENSE", "README", "Rakefile", "VERSION.yml", "cacheability.gemspec", "lib/cacheability.rb", "lib/cacheability/restclient.rb", "spec/cacheability_spec.rb", "spec/spec_helper.rb" ] s.has_rdoc = true s.homepage = %q{http://github.com/cryx/cacheability} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubyforge_project = %q{cacheability} s.rubygems_version = %q{1.3.2} s.summary = %q{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.} s.test_files = [ "spec/cacheability_spec.rb", "spec/spec_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<rack-cache>, [">= 0"]) else s.add_dependency(%q<rack-cache>, [">= 0"]) end else s.add_dependency(%q<rack-cache>, [">= 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cacheability-1.1.0 | cacheability.gemspec |