# -*- encoding: utf-8 -*- # stub: arid_cache 0.2.4 ruby lib Gem::Specification.new do |s| s.name = "arid_cache".freeze s.version = "0.2.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Karl Varga".freeze] s.date = "2010-01-20" s.description = "AridCache makes caching easy and effective. AridCache supports caching on all your model named scopes, class methods and instance methods right out of the box. AridCache prevents caching logic from cluttering your models and clarifies your logic by making explicit calls to cached result sets.\nAridCache is designed for handling large, expensive ActiveRecord collections but is equally useful for caching anything else as well.\n".freeze s.email = "kjvarga@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "arid_cache.gemspec".freeze, "init.rb".freeze, "lib/arid_cache.rb".freeze, "lib/arid_cache/active_record.rb".freeze, "lib/arid_cache/cache_proxy.rb".freeze, "lib/arid_cache/helpers.rb".freeze, "lib/arid_cache/store.rb".freeze, "rails/init.rb".freeze, "spec/arid_cache_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "tasks/arid_cache_tasks.rake".freeze, "test/arid_cache_test.rb".freeze, "test/console".freeze, "test/db/prepare.rb".freeze, "test/db/schema.rb".freeze, "test/lib/active_support/cache/file_store_extras.rb".freeze, "test/lib/blueprint.rb".freeze, "test/log/.gitignore".freeze, "test/models/company.rb".freeze, "test/models/user.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/kjvarga/arid_cache".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Automates efficient caching of your ActiveRecord collections, gives you counts for free and supports pagination.".freeze s.test_files = ["spec/arid_cache_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/arid_cache_test.rb".freeze, "test/db/prepare.rb".freeze, "test/db/schema.rb".freeze, "test/lib/active_support/cache/file_store_extras.rb".freeze, "test/lib/blueprint.rb".freeze, "test/models/company.rb".freeze, "test/models/user.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end