Sha256: 0cd3b6b7727ec5d9b95bc2f895c64ba77309cb74ab0d531d9977c99f5be11d64
Contents?: true
Size: 1.55 KB
Versions: 1
Compression:
Stored size: 1.55 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.0.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{A gem that makes client-side caching of HTTP requests a no-brainer. It is built upon the Rack:Cache gem from Ryan Tomayko.} 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.rubygems_version = %q{1.3.2} s.summary = %q{TODO} 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 |
---|---|
cryx-cacheability-1.0.0 | cacheability.gemspec |