# -*- encoding: utf-8 -*- # stub: has_many_polymorphs 2.11 ruby lib Gem::Specification.new do |s| s.name = "has_many_polymorphs".freeze s.version = "2.11".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["".freeze] s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIDLjCCAhagAwIBAgIBADANBgkqhkiG9w0BAQUFADA9MQ0wCwYDVQQDDARldmFu\nMRgwFgYKCZImiZPyLGQBGRYIY2xvdWRidXIxEjAQBgoJkiaJk/IsZAEZFgJzdDAe\nFw0wNzA5MTYxMDMzMDBaFw0wODA5MTUxMDMzMDBaMD0xDTALBgNVBAMMBGV2YW4x\nGDAWBgoJkiaJk/IsZAEZFghjbG91ZGJ1cjESMBAGCgmSJomT8ixkARkWAnN0MIIB\nIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5C0Io89nyApnr+PvbNFge9Vs\nyRWAlGBUEMahpXp28VrrfXZT0rAW7JBo4PlCE3jl4nE4dzE6gAdItSycjTosrw7A\nIr5+xoyl4Vb35adv56TIQQXvNz+BzlqnkAY5JN0CSBRTQb6mxS3hFyD/h4qgDosj\nR2RFVzHqSxCS8xq4Ny8uzOwOi+Xyu4w67fI5JvnPvMxqrlR1eaIQHmxnf76RzC46\nQO5QhufjAYGGXd960XzbQsQyTDUYJzrvT7AdOfiyZzKQykKt8dEpDn+QPjFTnGnT\nQmgJBX5WJN0lHF2l1sbv3gh4Kn1tZu+kTUqeXY6ShAoDTyvZRiFqQdwh8w2lTQID\nAQABozkwNzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU+WqJz3xQ\nXSea1hRvvHWcIMgeeC4wDQYJKoZIhvcNAQEFBQADggEBAGLZ75jfOEW8Nsl26CTt\nJFrWxQTcQT/UljeefVE3xYr7lc9oQjbqO3FOyued3qW7TaNEtZfSHoYeUSMYbpw1\nXAwocIPuSRFDGM4B+hgQGVDx8PMGiJKom4qLXjO40UZsR7QyN/u869Vj45LURm6h\nMBcPeqCASI+WNprj9+uZa2kmHiitrFqqfMBNlm5IFbn9XeYSta9AHVvs5QQqV2m5\nhIPfLqCyxsn/YgOGvo6iwyQTWyTswamaAC3HRWZxIS1sfn/Ssqa7E7oQMkv5FAXr\nx5rKePfXINf8XTJczkl9OBEYdE9aNdJsJpXD0asLgGVwBICS5Bjohp6mizJcDC1+\nyZ0=\n-----END CERTIFICATE-----\n".freeze] s.date = "2007-12-04" s.description = "An ActiveRecord plugin for self-referential and double-sided polymorphic associations.".freeze s.email = "".freeze s.files = ["CHANGELOG".freeze, "LICENSE".freeze, "Manifest".freeze, "README".freeze, "TODO".freeze, "examples/hmph.rb".freeze, "generators/commenting/commenting_generator.rb".freeze, "generators/commenting/templates/comment.rb".freeze, "generators/commenting/templates/comment_test.rb".freeze, "generators/commenting/templates/commenting.rb".freeze, "generators/commenting/templates/commenting_extensions.rb".freeze, "generators/commenting/templates/commenting_test.rb".freeze, "generators/commenting/templates/commentings.yml".freeze, "generators/commenting/templates/comments.yml".freeze, "generators/commenting/templates/migration.rb".freeze, "generators/tagging/tagging_generator.rb".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, "has_many_polymorphs.gemspec".freeze, "init.rb".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/dependencies.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/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/integration/app/README".freeze, "test/integration/app/Rakefile".freeze, "test/integration/app/app/controllers/addresses_controller.rb".freeze, "test/integration/app/app/controllers/application.rb".freeze, "test/integration/app/app/controllers/sellers_controller.rb".freeze, "test/integration/app/app/controllers/states_controller.rb".freeze, "test/integration/app/app/controllers/users_controller.rb".freeze, "test/integration/app/app/helpers/addresses_helper.rb".freeze, "test/integration/app/app/helpers/application_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/address.rb".freeze, "test/integration/app/app/models/citation.rb".freeze, "test/integration/app/app/models/citations_item.rb".freeze, "test/integration/app/app/models/seller.rb".freeze, "test/integration/app/app/models/state.rb".freeze, "test/integration/app/app/models/user.rb".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/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/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/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/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/boot.rb".freeze, "test/integration/app/config/database.yml".freeze, "test/integration/app/config/environment.rb".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/default.base".freeze, "test/integration/app/config/ultrasphinx/development.conf.canonical".freeze, "test/integration/app/db/migrate/001_create_users.rb".freeze, "test/integration/app/db/migrate/002_create_sellers.rb".freeze, "test/integration/app/db/migrate/003_create_addresses.rb".freeze, "test/integration/app/db/migrate/004_create_states.rb".freeze, "test/integration/app/db/migrate/005_add_capitalization_to_seller.rb".freeze, "test/integration/app/db/migrate/006_add_deleted_to_user.rb".freeze, "test/integration/app/db/migrate/007_add_lat_and_long_to_address.rb".freeze, "test/integration/app/db/migrate/008_create_citations.rb".freeze, "test/integration/app/db/migrate/009_create_citations_items.rb".freeze, "test/integration/app/db/schema.rb".freeze, "test/integration/app/doc/README_FOR_APP".freeze, "test/integration/app/generated_models/aquatic_fish.rb".freeze, "test/integration/app/generated_models/aquatic_pupils_whale.rb".freeze, "test/integration/app/generated_models/aquatic_whale.rb".freeze, "test/integration/app/generated_models/beautiful_fight_relationship.rb".freeze, "test/integration/app/generated_models/citation.rb".freeze, "test/integration/app/generated_models/citations_item.rb".freeze, "test/integration/app/generated_models/dog.rb".freeze, "test/integration/app/generated_models/eaters_foodstuff.rb".freeze, "test/integration/app/generated_models/frog.rb".freeze, "test/integration/app/generated_models/kitten.rb".freeze, "test/integration/app/generated_models/parentship.rb".freeze, "test/integration/app/generated_models/person.rb".freeze, "test/integration/app/generated_models/petfood.rb".freeze, "test/integration/app/generated_models/polymorph_test_some_model.rb".freeze, "test/integration/app/generated_models/seller.rb".freeze, "test/integration/app/generated_models/tabby.rb".freeze, "test/integration/app/generated_models/user.rb".freeze, "test/integration/app/generated_models/wild_boar.rb".freeze, "test/integration/app/generators/commenting_generator_test.rb".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/rails.png".freeze, "test/integration/app/public/index.html".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/scaffold.css".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/benchmarker".freeze, "test/integration/app/script/performance/profiler".freeze, "test/integration/app/script/plugin".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/fixtures/addresses.yml".freeze, "test/integration/app/test/fixtures/citations.yml".freeze, "test/integration/app/test/fixtures/citations_items.yml".freeze, "test/integration/app/test/fixtures/sellers.yml".freeze, "test/integration/app/test/fixtures/states.yml".freeze, "test/integration/app/test/fixtures/users.yml".freeze, "test/integration/app/test/functional/addresses_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/address_test.rb".freeze, "test/integration/app/test/unit/citation_test.rb".freeze, "test/integration/app/test/unit/citations_item_test.rb".freeze, "test/integration/app/test/unit/seller_test.rb".freeze, "test/integration/app/test/unit/state_test.rb".freeze, "test/integration/app/test/unit/user_test.rb".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/extension_module.rb".freeze, "test/modules/other_extension_module.rb".freeze, "test/schema.rb".freeze, "test/setup.rb".freeze, "test/test_all.rb".freeze, "test/test_helper.rb".freeze, "test/unit/polymorph_test.rb".freeze] s.homepage = "http://blog.evanweaver.com/files/doc/fauna/has_many_polymorphs/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "An ActiveRecord plugin for self-referential and double-sided polymorphic associations.".freeze s.test_files = ["test/test_all.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end