# -*- encoding: utf-8 -*- # stub: second_level_cache 1.6.1 ruby lib Gem::Specification.new do |s| s.name = "second_level_cache".freeze s.version = "1.6.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["wangxz".freeze] s.date = "2013-03-11" s.description = "Write Through and Read Through caching library inspired by CacheMoney and cache_fu, support only Rails3 and ActiveRecord.".freeze s.email = ["wangxz@csdn.net".freeze] s.files = ["CHANGELOG.md".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "init.rb".freeze, "lib/second_level_cache.rb".freeze, "lib/second_level_cache/active_record.rb".freeze, "lib/second_level_cache/active_record/base.rb".freeze, "lib/second_level_cache/active_record/belongs_to_association.rb".freeze, "lib/second_level_cache/active_record/fetch_by_uniq_key.rb".freeze, "lib/second_level_cache/active_record/finder_methods.rb".freeze, "lib/second_level_cache/active_record/has_one_association.rb".freeze, "lib/second_level_cache/active_record/persistence.rb".freeze, "lib/second_level_cache/arel/wheres.rb".freeze, "lib/second_level_cache/config.rb".freeze, "lib/second_level_cache/record_marshal.rb".freeze, "lib/second_level_cache/version.rb".freeze, "second_level_cache.gemspec".freeze, "test/active_record/base_test.rb".freeze, "test/active_record/belongs_to_association_test.rb".freeze, "test/active_record/finder_methods_test.rb".freeze, "test/active_record/model/book.rb".freeze, "test/active_record/model/image.rb".freeze, "test/active_record/model/post.rb".freeze, "test/active_record/model/topic.rb".freeze, "test/active_record/model/user.rb".freeze, "test/active_record/persistence_test.rb".freeze, "test/active_record/polymorphic_association_test.rb".freeze, "test/active_record/second_level_cache_test.rb".freeze, "test/active_record/test_helper.rb".freeze, "test/record_marshal_test.rb".freeze, "test/require_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/csdn-dev/second_level_cache".freeze s.rubygems_version = "3.5.10".freeze s.summary = "SecondLevelCache is a write-through and read-through caching library inspired by Cache Money and cache_fu, support only Rails3 and ActiveRecord. Read-Through: Queries by ID, like current_user.articles.find(params[:id]), will first look in cache store and then look in the database for the results of that query. If there is a cache miss, it will populate the cache. Write-Through: As objects are created, updated, and deleted, all of the caches are automatically kept up-to-date and coherent.".freeze s.test_files = ["test/active_record/base_test.rb".freeze, "test/active_record/belongs_to_association_test.rb".freeze, "test/active_record/finder_methods_test.rb".freeze, "test/active_record/model/book.rb".freeze, "test/active_record/model/image.rb".freeze, "test/active_record/model/post.rb".freeze, "test/active_record/model/topic.rb".freeze, "test/active_record/model/user.rb".freeze, "test/active_record/persistence_test.rb".freeze, "test/active_record/polymorphic_association_test.rb".freeze, "test/active_record/second_level_cache_test.rb".freeze, "test/active_record/test_helper.rb".freeze, "test/record_marshal_test.rb".freeze, "test/require_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end