# -*- encoding: utf-8 -*- # stub: cached-models 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "cached-models".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Luca Guidi".freeze] s.date = "2008-10-22" s.description = "CachedModels provides to your ActiveRecord models a transparent approach to use ActiveSupport caching mechanism.".freeze s.email = "guidi.luca@gmail.com".freeze s.extra_rdoc_files = ["README".freeze, "CHANGELOG".freeze] s.files = ["CHANGELOG".freeze, "MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "about.yml".freeze, "cached-models.gemspec".freeze, "init.rb".freeze, "install.rb".freeze, "lib/activerecord/lib/active_record.rb".freeze, "lib/activerecord/lib/active_record/associations.rb".freeze, "lib/activerecord/lib/active_record/associations/association_collection.rb".freeze, "lib/activerecord/lib/active_record/associations/association_proxy.rb".freeze, "lib/activerecord/lib/active_record/associations/has_many_association.rb".freeze, "lib/activerecord/lib/active_record/base.rb".freeze, "lib/cached-models.rb".freeze, "lib/cached_models.rb".freeze, "setup.rb".freeze, "tasks/cached_models_tasks.rake".freeze, "test/active_record/associations/has_and_belongs_to_many_association_test.rb".freeze, "test/active_record/associations/has_many_association_test.rb".freeze, "test/active_record/associations/has_one_association_test.rb".freeze, "test/active_record/base_test.rb".freeze, "test/fixtures/addresses.yml".freeze, "test/fixtures/authors.yml".freeze, "test/fixtures/blogs.yml".freeze, "test/fixtures/categories.yml".freeze, "test/fixtures/categories_posts.yml".freeze, "test/fixtures/comments.yml".freeze, "test/fixtures/posts.yml".freeze, "test/fixtures/tags.yml".freeze, "test/models/address.rb".freeze, "test/models/author.rb".freeze, "test/models/blog.rb".freeze, "test/models/category.rb".freeze, "test/models/comment.rb".freeze, "test/models/post.rb".freeze, "test/models/tag.rb".freeze, "test/test_helper.rb".freeze, "uninstall.rb".freeze] s.homepage = "http://lucaguidi.com/pages/cached_models".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Transparent caching policy for your models".freeze s.test_files = ["test/active_record/associations/has_and_belongs_to_many_association_test.rb".freeze, "test/active_record/associations/has_many_association_test.rb".freeze, "test/active_record/associations/has_one_association_test.rb".freeze, "test/active_record/base_test.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, ["> 2.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["> 2.1.0".freeze]) end