# -*- encoding: utf-8 -*- # stub: mloughran-api_cache 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "mloughran-api_cache".freeze s.version = "0.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 = ["Martyn Loughran".freeze] s.date = "2009-08-21" s.description = "APICache allows any API client library to be easily wrapped with a robust caching layer. It supports caching (obviously), serving stale data and limits on the number of API calls. It's also got a handy syntax if all you want to do is cache a bothersome url.".freeze s.email = "me@mloughran.com".freeze s.files = ["README.rdoc".freeze, "VERSION.yml".freeze, "lib/api_cache".freeze, "lib/api_cache.rb".freeze, "lib/api_cache/abstract_store.rb".freeze, "lib/api_cache/api.rb".freeze, "lib/api_cache/cache.rb".freeze, "lib/api_cache/memory_store.rb".freeze, "lib/api_cache/moneta_store.rb".freeze, "spec/api_cache_spec.rb".freeze, "spec/api_spec.rb".freeze, "spec/cache_spec.rb".freeze, "spec/integration_spec.rb".freeze, "spec/monteta_store_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://mloughran.github.com/api_cache/".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "API Cache allows advanced caching of APIs".freeze s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end