# -*- encoding: utf-8 -*- # stub: johnsbrn-has_many_polymorphs 2.13.4 ruby lib Gem::Specification.new do |s| s.name = "johnsbrn-has_many_polymorphs".freeze s.version = "2.13.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 = ["Evan Weaver".freeze] s.date = "2009-03-14" s.description = "An ActiveRecord plugin for self-referential and double-sided polymorphic associations.".freeze s.email = "".freeze s.files = ["VERSION.yml".freeze, "generators/tagging".freeze, "generators/tagging/tagging_generator.rb".freeze, "generators/tagging/templates".freeze, "generators/tagging/templates/migration.rb".freeze, "generators/tagging/templates/tag.rb".freeze, "generators/tagging/templates/tag_test.rb".freeze, "generators/tagging/templates/tagging.rb".freeze, "generators/tagging/templates/tagging_extensions.rb".freeze, "generators/tagging/templates/tagging_test.rb".freeze, "generators/tagging/templates/taggings.yml".freeze, "generators/tagging/templates/tags.yml".freeze, "lib/has_many_polymorphs".freeze, "lib/has_many_polymorphs.rb".freeze, "lib/has_many_polymorphs/association.rb".freeze, "lib/has_many_polymorphs/autoload.rb".freeze, "lib/has_many_polymorphs/base.rb".freeze, "lib/has_many_polymorphs/class_methods.rb".freeze, "lib/has_many_polymorphs/configuration.rb".freeze, "lib/has_many_polymorphs/debugging_tools.rb".freeze, "lib/has_many_polymorphs/rake_task_redefine_task.rb".freeze, "lib/has_many_polymorphs/reflection.rb".freeze, "lib/has_many_polymorphs/support_methods.rb".freeze, "test/fixtures".freeze, "test/fixtures/bow_wows.yml".freeze, "test/fixtures/cats.yml".freeze, "test/fixtures/eaters_foodstuffs.yml".freeze, "test/fixtures/fish.yml".freeze, "test/fixtures/frogs.yml".freeze, "test/fixtures/keep_your_enemies_close.yml".freeze, "test/fixtures/little_whale_pupils.yml".freeze, "test/fixtures/people.yml".freeze, "test/fixtures/petfoods.yml".freeze, "test/fixtures/whales.yml".freeze, "test/fixtures/wild_boars.yml".freeze, "test/generator".freeze, "test/generator/tagging_generator_test.rb".freeze, "test/integration".freeze, "test/integration/app".freeze, "test/integration/app/README".freeze, "test/integration/app/Rakefile".freeze, "test/integration/app/app".freeze, "test/integration/app/app/controllers".freeze, "test/integration/app/app/controllers/application.rb".freeze, "test/integration/app/app/controllers/bones_controller.rb".freeze, "test/integration/app/app/helpers".freeze, "test/integration/app/app/helpers/addresses_helper.rb".freeze, "test/integration/app/app/helpers/application_helper.rb".freeze, "test/integration/app/app/helpers/bones_helper.rb".freeze, "test/integration/app/app/helpers/sellers_helper.rb".freeze, "test/integration/app/app/helpers/states_helper.rb".freeze, "test/integration/app/app/helpers/users_helper.rb".freeze, "test/integration/app/app/models".freeze, "test/integration/app/app/models/bone.rb".freeze, "test/integration/app/app/models/double_sti_parent.rb".freeze, "test/integration/app/app/models/double_sti_parent_relationship.rb".freeze, "test/integration/app/app/models/organic_substance.rb".freeze, "test/integration/app/app/models/single_sti_parent.rb".freeze, "test/integration/app/app/models/single_sti_parent_relationship.rb".freeze, "test/integration/app/app/models/stick.rb".freeze, "test/integration/app/app/models/stone.rb".freeze, "test/integration/app/app/views".freeze, "test/integration/app/app/views/addresses".freeze, "test/integration/app/app/views/addresses/edit.html.erb".freeze, "test/integration/app/app/views/addresses/index.html.erb".freeze, "test/integration/app/app/views/addresses/new.html.erb".freeze, "test/integration/app/app/views/addresses/show.html.erb".freeze, "test/integration/app/app/views/bones".freeze, "test/integration/app/app/views/bones/index.rhtml".freeze, "test/integration/app/app/views/layouts".freeze, "test/integration/app/app/views/layouts/addresses.html.erb".freeze, "test/integration/app/app/views/layouts/sellers.html.erb".freeze, "test/integration/app/app/views/layouts/states.html.erb".freeze, "test/integration/app/app/views/layouts/users.html.erb".freeze, "test/integration/app/app/views/sellers".freeze, "test/integration/app/app/views/sellers/edit.html.erb".freeze, "test/integration/app/app/views/sellers/index.html.erb".freeze, "test/integration/app/app/views/sellers/new.html.erb".freeze, "test/integration/app/app/views/sellers/show.html.erb".freeze, "test/integration/app/app/views/states".freeze, "test/integration/app/app/views/states/edit.html.erb".freeze, "test/integration/app/app/views/states/index.html.erb".freeze, "test/integration/app/app/views/states/new.html.erb".freeze, "test/integration/app/app/views/states/show.html.erb".freeze, "test/integration/app/app/views/users".freeze, "test/integration/app/app/views/users/edit.html.erb".freeze, "test/integration/app/app/views/users/index.html.erb".freeze, "test/integration/app/app/views/users/new.html.erb".freeze, "test/integration/app/app/views/users/show.html.erb".freeze, "test/integration/app/config".freeze, "test/integration/app/config/boot.rb".freeze, "test/integration/app/config/database.yml".freeze, "test/integration/app/config/environment.rb".freeze, "test/integration/app/config/environment.rb.canonical".freeze, "test/integration/app/config/environments".freeze, "test/integration/app/config/environments/development.rb".freeze, "test/integration/app/config/environments/production.rb".freeze, "test/integration/app/config/environments/test.rb".freeze, "test/integration/app/config/locomotive.yml".freeze, "test/integration/app/config/routes.rb".freeze, "test/integration/app/config/ultrasphinx".freeze, "test/integration/app/config/ultrasphinx/default.base".freeze, "test/integration/app/config/ultrasphinx/development.conf.canonical".freeze, "test/integration/app/db".freeze, "test/integration/app/db/migrate".freeze, "test/integration/app/db/migrate/001_create_sticks.rb".freeze, "test/integration/app/db/migrate/002_create_stones.rb".freeze, "test/integration/app/db/migrate/003_create_organic_substances.rb".freeze, "test/integration/app/db/migrate/004_create_bones.rb".freeze, "test/integration/app/db/migrate/005_create_single_sti_parents.rb".freeze, "test/integration/app/db/migrate/006_create_double_sti_parents.rb".freeze, "test/integration/app/db/migrate/007_create_single_sti_parent_relationships.rb".freeze, "test/integration/app/db/migrate/008_create_double_sti_parent_relationships.rb".freeze, "test/integration/app/db/migrate/009_create_library_model.rb".freeze, "test/integration/app/doc".freeze, "test/integration/app/doc/README_FOR_APP".freeze, "test/integration/app/generators".freeze, "test/integration/app/generators/commenting_generator_test.rb".freeze, "test/integration/app/lib".freeze, "test/integration/app/lib/library_model.rb".freeze, "test/integration/app/public".freeze, "test/integration/app/public/404.html".freeze, "test/integration/app/public/500.html".freeze, "test/integration/app/public/dispatch.cgi".freeze, "test/integration/app/public/dispatch.fcgi".freeze, "test/integration/app/public/dispatch.rb".freeze, "test/integration/app/public/favicon.ico".freeze, "test/integration/app/public/images".freeze, "test/integration/app/public/images/rails.png".freeze, "test/integration/app/public/index.html".freeze, "test/integration/app/public/javascripts".freeze, "test/integration/app/public/javascripts/application.js".freeze, "test/integration/app/public/javascripts/controls.js".freeze, "test/integration/app/public/javascripts/dragdrop.js".freeze, "test/integration/app/public/javascripts/effects.js".freeze, "test/integration/app/public/javascripts/prototype.js".freeze, "test/integration/app/public/robots.txt".freeze, "test/integration/app/public/stylesheets".freeze, "test/integration/app/public/stylesheets/scaffold.css".freeze, "test/integration/app/script".freeze, "test/integration/app/script/about".freeze, "test/integration/app/script/breakpointer".freeze, "test/integration/app/script/console".freeze, "test/integration/app/script/destroy".freeze, "test/integration/app/script/generate".freeze, "test/integration/app/script/performance".freeze, "test/integration/app/script/performance/benchmarker".freeze, "test/integration/app/script/performance/profiler".freeze, "test/integration/app/script/plugin".freeze, "test/integration/app/script/process".freeze, "test/integration/app/script/process/inspector".freeze, "test/integration/app/script/process/reaper".freeze, "test/integration/app/script/process/spawner".freeze, "test/integration/app/script/runner".freeze, "test/integration/app/script/server".freeze, "test/integration/app/test".freeze, "test/integration/app/test/fixtures".freeze, "test/integration/app/test/fixtures/double_sti_parent_relationships.yml".freeze, "test/integration/app/test/fixtures/double_sti_parents.yml".freeze, "test/integration/app/test/fixtures/organic_substances.yml".freeze, "test/integration/app/test/fixtures/single_sti_parent_relationships.yml".freeze, "test/integration/app/test/fixtures/single_sti_parents.yml".freeze, "test/integration/app/test/fixtures/sticks.yml".freeze, "test/integration/app/test/fixtures/stones.yml".freeze, "test/integration/app/test/functional".freeze, "test/integration/app/test/functional/addresses_controller_test.rb".freeze, "test/integration/app/test/functional/bones_controller_test.rb".freeze, "test/integration/app/test/functional/sellers_controller_test.rb".freeze, "test/integration/app/test/functional/states_controller_test.rb".freeze, "test/integration/app/test/functional/users_controller_test.rb".freeze, "test/integration/app/test/test_helper.rb".freeze, "test/integration/app/test/unit".freeze, "test/integration/app/test/unit/bone_test.rb".freeze, "test/integration/app/test/unit/double_sti_parent_relationship_test.rb".freeze, "test/integration/app/test/unit/double_sti_parent_test.rb".freeze, "test/integration/app/test/unit/organic_substance_test.rb".freeze, "test/integration/app/test/unit/single_sti_parent_relationship_test.rb".freeze, "test/integration/app/test/unit/single_sti_parent_test.rb".freeze, "test/integration/app/test/unit/stick_test.rb".freeze, "test/integration/app/test/unit/stone_test.rb".freeze, "test/integration/app/vendor".freeze, "test/integration/app/vendor/plugins".freeze, "test/integration/server_test.rb".freeze, "test/models".freeze, "test/models/aquatic".freeze, "test/models/aquatic/fish.rb".freeze, "test/models/aquatic/pupils_whale.rb".freeze, "test/models/aquatic/whale.rb".freeze, "test/models/beautiful_fight_relationship.rb".freeze, "test/models/canine.rb".freeze, "test/models/cat.rb".freeze, "test/models/dog.rb".freeze, "test/models/eaters_foodstuff.rb".freeze, "test/models/frog.rb".freeze, "test/models/kitten.rb".freeze, "test/models/parentship.rb".freeze, "test/models/person.rb".freeze, "test/models/petfood.rb".freeze, "test/models/tabby.rb".freeze, "test/models/wild_boar.rb".freeze, "test/modules".freeze, "test/modules/extension_module.rb".freeze, "test/modules/other_extension_module.rb".freeze, "test/patches".freeze, "test/patches/symlinked_plugins_1.2.6.diff".freeze, "test/schema.rb".freeze, "test/setup.rb".freeze, "test/test_helper.rb".freeze, "test/unit".freeze, "test/unit/has_many_polymorphs_test.rb".freeze] s.homepage = "http://blog.evanweaver.com/files/doc/fauna/has_many_polymorphs/".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "An ActiveRecord plugin for self-referential and double-sided polymorphic associations.".freeze end