# -*- encoding: utf-8 -*- # stub: ferblape-query_memcached 2.2.2 ruby lib Gem::Specification.new do |s| s.name = "ferblape-query_memcached".freeze s.version = "2.2.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Fernando Blat".freeze] s.date = "2009-07-27" s.email = ["ferblape@gmail.com".freeze] s.extra_rdoc_files = ["README.markdown".freeze] s.files = [".gitignore".freeze, "MIT-LICENSE".freeze, "README.markdown".freeze, "RUNNING_TESTS".freeze, "Rakefile".freeze, "TODO".freeze, "init.rb".freeze, "lib/extensions/lock.rb".freeze, "lib/query_memcached.rb".freeze, "test/query_memcached_test.rb".freeze, "test/testing_app/README".freeze, "test/testing_app/Rakefile".freeze, "test/testing_app/app/controllers/application.rb".freeze, "test/testing_app/app/helpers/application_helper.rb".freeze, "test/testing_app/app/models/author.rb".freeze, "test/testing_app/app/models/auto_id.rb".freeze, "test/testing_app/app/models/binary.rb".freeze, "test/testing_app/app/models/book.rb".freeze, "test/testing_app/app/models/categorization.rb".freeze, "test/testing_app/app/models/category.rb".freeze, "test/testing_app/app/models/citation.rb".freeze, "test/testing_app/app/models/club.rb".freeze, "test/testing_app/app/models/column_name.rb".freeze, "test/testing_app/app/models/comment.rb".freeze, "test/testing_app/app/models/company.rb".freeze, "test/testing_app/app/models/company_in_module.rb".freeze, "test/testing_app/app/models/computer.rb".freeze, "test/testing_app/app/models/contact.rb".freeze, "test/testing_app/app/models/course.rb".freeze, "test/testing_app/app/models/customer.rb".freeze, "test/testing_app/app/models/default.rb".freeze, "test/testing_app/app/models/developer.rb".freeze, "test/testing_app/app/models/edge.rb".freeze, "test/testing_app/app/models/entrant.rb".freeze, "test/testing_app/app/models/guid.rb".freeze, "test/testing_app/app/models/item.rb".freeze, "test/testing_app/app/models/job.rb".freeze, "test/testing_app/app/models/joke.rb".freeze, "test/testing_app/app/models/keyboard.rb".freeze, "test/testing_app/app/models/legacy_thing.rb".freeze, "test/testing_app/app/models/matey.rb".freeze, "test/testing_app/app/models/member.rb".freeze, "test/testing_app/app/models/membership.rb".freeze, "test/testing_app/app/models/minimalistic.rb".freeze, "test/testing_app/app/models/mixed_case_monkey.rb".freeze, "test/testing_app/app/models/movie.rb".freeze, "test/testing_app/app/models/order.rb".freeze, "test/testing_app/app/models/owner.rb".freeze, "test/testing_app/app/models/parrot.rb".freeze, "test/testing_app/app/models/person.rb".freeze, "test/testing_app/app/models/pet.rb".freeze, "test/testing_app/app/models/pirate.rb".freeze, "test/testing_app/app/models/post.rb".freeze, "test/testing_app/app/models/price_estimate.rb".freeze, "test/testing_app/app/models/project.rb".freeze, "test/testing_app/app/models/reader.rb".freeze, "test/testing_app/app/models/reference.rb".freeze, "test/testing_app/app/models/reply.rb".freeze, "test/testing_app/app/models/ship.rb".freeze, "test/testing_app/app/models/sponsor.rb".freeze, "test/testing_app/app/models/subject.rb".freeze, "test/testing_app/app/models/subscriber.rb".freeze, "test/testing_app/app/models/subscription.rb".freeze, "test/testing_app/app/models/tag.rb".freeze, "test/testing_app/app/models/tagging.rb".freeze, "test/testing_app/app/models/task.rb".freeze, "test/testing_app/app/models/topic.rb".freeze, "test/testing_app/app/models/treasure.rb".freeze, "test/testing_app/app/models/vertex.rb".freeze, "test/testing_app/app/models/warehouse_thing.rb".freeze, "test/testing_app/config/boot.rb".freeze, "test/testing_app/config/database.yml".freeze, "test/testing_app/config/environment.rb".freeze, "test/testing_app/config/environments/development.rb".freeze, "test/testing_app/config/environments/production.rb".freeze, "test/testing_app/config/environments/test.rb".freeze, "test/testing_app/config/initializers/inflections.rb".freeze, "test/testing_app/config/initializers/mime_types.rb".freeze, "test/testing_app/config/initializers/new_rails_defaults.rb".freeze, "test/testing_app/config/routes.rb".freeze, "test/testing_app/db/schema.rb".freeze, "test/testing_app/script/about".freeze, "test/testing_app/script/console".freeze, "test/testing_app/script/dbconsole".freeze, "test/testing_app/script/destroy".freeze, "test/testing_app/script/generate".freeze, "test/testing_app/script/performance/benchmarker".freeze, "test/testing_app/script/performance/profiler".freeze, "test/testing_app/script/performance/request".freeze, "test/testing_app/script/plugin".freeze, "test/testing_app/script/process/inspector".freeze, "test/testing_app/script/process/reaper".freeze, "test/testing_app/script/process/spawner".freeze, "test/testing_app/script/runner".freeze, "test/testing_app/script/server".freeze, "test/testing_app/test/fixtures/accounts.yml".freeze, "test/testing_app/test/fixtures/all/developers.yml".freeze, "test/testing_app/test/fixtures/all/people.csv".freeze, "test/testing_app/test/fixtures/all/tasks.yml".freeze, "test/testing_app/test/fixtures/author_addresses.yml".freeze, "test/testing_app/test/fixtures/author_favorites.yml".freeze, "test/testing_app/test/fixtures/authors.yml".freeze, "test/testing_app/test/fixtures/binaries.yml".freeze, "test/testing_app/test/fixtures/books.yml".freeze, "test/testing_app/test/fixtures/categories.yml".freeze, "test/testing_app/test/fixtures/categories/special_categories.yml".freeze, "test/testing_app/test/fixtures/categories/subsubdir/arbitrary_filename.yml".freeze, "test/testing_app/test/fixtures/categories_posts.yml".freeze, "test/testing_app/test/fixtures/categorizations.yml".freeze, "test/testing_app/test/fixtures/clubs.yml".freeze, "test/testing_app/test/fixtures/comments.yml".freeze, "test/testing_app/test/fixtures/companies.yml".freeze, "test/testing_app/test/fixtures/computers.yml".freeze, "test/testing_app/test/fixtures/courses.yml".freeze, "test/testing_app/test/fixtures/customers.yml".freeze, "test/testing_app/test/fixtures/developers.yml".freeze, "test/testing_app/test/fixtures/developers_projects.yml".freeze, "test/testing_app/test/fixtures/edges.yml".freeze, "test/testing_app/test/fixtures/entrants.yml".freeze, "test/testing_app/test/fixtures/fk_test_has_fk.yml".freeze, "test/testing_app/test/fixtures/fk_test_has_pk.yml".freeze, "test/testing_app/test/fixtures/funny_jokes.yml".freeze, "test/testing_app/test/fixtures/items.yml".freeze, "test/testing_app/test/fixtures/jobs.yml".freeze, "test/testing_app/test/fixtures/legacy_things.yml".freeze, "test/testing_app/test/fixtures/mateys.yml".freeze, "test/testing_app/test/fixtures/members.yml".freeze, "test/testing_app/test/fixtures/memberships.yml".freeze, "test/testing_app/test/fixtures/minimalistics.yml".freeze, "test/testing_app/test/fixtures/mixed_case_monkeys.yml".freeze, "test/testing_app/test/fixtures/mixins.yml".freeze, "test/testing_app/test/fixtures/movies.yml".freeze, "test/testing_app/test/fixtures/naked/csv/accounts.csv".freeze, "test/testing_app/test/fixtures/naked/yml/accounts.yml".freeze, "test/testing_app/test/fixtures/naked/yml/companies.yml".freeze, "test/testing_app/test/fixtures/naked/yml/courses.yml".freeze, "test/testing_app/test/fixtures/owners.yml".freeze, "test/testing_app/test/fixtures/parrots.yml".freeze, "test/testing_app/test/fixtures/parrots_pirates.yml".freeze, "test/testing_app/test/fixtures/people.yml".freeze, "test/testing_app/test/fixtures/pets.yml".freeze, "test/testing_app/test/fixtures/pirates.yml".freeze, "test/testing_app/test/fixtures/posts.yml".freeze, "test/testing_app/test/fixtures/price_estimates.yml".freeze, "test/testing_app/test/fixtures/projects.yml".freeze, "test/testing_app/test/fixtures/readers.yml".freeze, "test/testing_app/test/fixtures/references.yml".freeze, "test/testing_app/test/fixtures/reserved_words/distinct.yml".freeze, "test/testing_app/test/fixtures/reserved_words/distincts_selects.yml".freeze, "test/testing_app/test/fixtures/reserved_words/group.yml".freeze, "test/testing_app/test/fixtures/reserved_words/select.yml".freeze, "test/testing_app/test/fixtures/reserved_words/values.yml".freeze, "test/testing_app/test/fixtures/ships.yml".freeze, "test/testing_app/test/fixtures/sponsors.yml".freeze, "test/testing_app/test/fixtures/subscribers.yml".freeze, "test/testing_app/test/fixtures/subscriptions.yml".freeze, "test/testing_app/test/fixtures/taggings.yml".freeze, "test/testing_app/test/fixtures/tags.yml".freeze, "test/testing_app/test/fixtures/tasks.yml".freeze, "test/testing_app/test/fixtures/topics.yml".freeze, "test/testing_app/test/fixtures/treasures.yml".freeze, "test/testing_app/test/fixtures/vertices.yml".freeze, "test/testing_app/test/fixtures/warehouse-things.yml".freeze, "test/testing_app/test/test_helper.rb".freeze, "test/testing_app/test/unit/query_cache_test.rb".freeze] s.homepage = "http://github.com/ferblape/query_memcached".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A replacement for ActiveRecord query_cache that a adds a Memcache layer for persistence of the query's cache".freeze s.test_files = ["test/query_memcached_test.rb".freeze, "test/testing_app/app/controllers/application.rb".freeze, "test/testing_app/app/helpers/application_helper.rb".freeze, "test/testing_app/app/models/author.rb".freeze, "test/testing_app/app/models/auto_id.rb".freeze, "test/testing_app/app/models/binary.rb".freeze, "test/testing_app/app/models/book.rb".freeze, "test/testing_app/app/models/categorization.rb".freeze, "test/testing_app/app/models/category.rb".freeze, "test/testing_app/app/models/citation.rb".freeze, "test/testing_app/app/models/club.rb".freeze, "test/testing_app/app/models/column_name.rb".freeze, "test/testing_app/app/models/comment.rb".freeze, "test/testing_app/app/models/company.rb".freeze, "test/testing_app/app/models/company_in_module.rb".freeze, "test/testing_app/app/models/computer.rb".freeze, "test/testing_app/app/models/contact.rb".freeze, "test/testing_app/app/models/course.rb".freeze, "test/testing_app/app/models/customer.rb".freeze, "test/testing_app/app/models/default.rb".freeze, "test/testing_app/app/models/developer.rb".freeze, "test/testing_app/app/models/edge.rb".freeze, "test/testing_app/app/models/entrant.rb".freeze, "test/testing_app/app/models/guid.rb".freeze, "test/testing_app/app/models/item.rb".freeze, "test/testing_app/app/models/job.rb".freeze, "test/testing_app/app/models/joke.rb".freeze, "test/testing_app/app/models/keyboard.rb".freeze, "test/testing_app/app/models/legacy_thing.rb".freeze, "test/testing_app/app/models/matey.rb".freeze, "test/testing_app/app/models/member.rb".freeze, "test/testing_app/app/models/membership.rb".freeze, "test/testing_app/app/models/minimalistic.rb".freeze, "test/testing_app/app/models/mixed_case_monkey.rb".freeze, "test/testing_app/app/models/movie.rb".freeze, "test/testing_app/app/models/order.rb".freeze, "test/testing_app/app/models/owner.rb".freeze, "test/testing_app/app/models/parrot.rb".freeze, "test/testing_app/app/models/person.rb".freeze, "test/testing_app/app/models/pet.rb".freeze, "test/testing_app/app/models/pirate.rb".freeze, "test/testing_app/app/models/post.rb".freeze, "test/testing_app/app/models/price_estimate.rb".freeze, "test/testing_app/app/models/project.rb".freeze, "test/testing_app/app/models/reader.rb".freeze, "test/testing_app/app/models/reference.rb".freeze, "test/testing_app/app/models/reply.rb".freeze, "test/testing_app/app/models/ship.rb".freeze, "test/testing_app/app/models/sponsor.rb".freeze, "test/testing_app/app/models/subject.rb".freeze, "test/testing_app/app/models/subscriber.rb".freeze, "test/testing_app/app/models/subscription.rb".freeze, "test/testing_app/app/models/tag.rb".freeze, "test/testing_app/app/models/tagging.rb".freeze, "test/testing_app/app/models/task.rb".freeze, "test/testing_app/app/models/topic.rb".freeze, "test/testing_app/app/models/treasure.rb".freeze, "test/testing_app/app/models/vertex.rb".freeze, "test/testing_app/app/models/warehouse_thing.rb".freeze, "test/testing_app/config/boot.rb".freeze, "test/testing_app/config/environment.rb".freeze, "test/testing_app/config/environments/development.rb".freeze, "test/testing_app/config/environments/production.rb".freeze, "test/testing_app/config/environments/test.rb".freeze, "test/testing_app/config/initializers/inflections.rb".freeze, "test/testing_app/config/initializers/mime_types.rb".freeze, "test/testing_app/config/initializers/new_rails_defaults.rb".freeze, "test/testing_app/config/routes.rb".freeze, "test/testing_app/db/schema.rb".freeze, "test/testing_app/test/test_helper.rb".freeze, "test/testing_app/test/unit/query_cache_test.rb".freeze] end