# -*- encoding: utf-8 -*-
# stub: cacheability 1.2.0 ruby lib

Gem::Specification.new do |s|
  s.name = "cacheability".freeze
  s.version = "1.2.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Cyril Rohr".freeze]
  s.date = "2009-08-07"
  s.description = "Transparent caching for your HTTP requests (heap, file, memcache). Built-in support for RestClient. Built upon Rack::Cache.".freeze
  s.email = "cyril.rohr@irisa.fr".freeze
  s.extra_rdoc_files = ["LICENSE".freeze, "README".freeze]
  s.files = [".gitignore".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "cacheability.gemspec".freeze, "lib/cacheability.rb".freeze, "lib/cacheability/restclient.rb".freeze, "spec/cacheability_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/test.rb".freeze]
  s.homepage = "http://github.com/cryx/cacheability".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.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.".freeze
  s.test_files = ["spec/cacheability_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/test.rb".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<rack-cache>.freeze, [">= 0".freeze])
end