--- !ruby/object:Gem::Specification name: has_many_polymorphs version: !ruby/object:Gem::Version version: "2.11" platform: ruby authors: - "" autorequire: bindir: bin cert_chain: - | -----BEGIN CERTIFICATE----- MIIDLjCCAhagAwIBAgIBADANBgkqhkiG9w0BAQUFADA9MQ0wCwYDVQQDDARldmFu MRgwFgYKCZImiZPyLGQBGRYIY2xvdWRidXIxEjAQBgoJkiaJk/IsZAEZFgJzdDAe Fw0wNzA5MTYxMDMzMDBaFw0wODA5MTUxMDMzMDBaMD0xDTALBgNVBAMMBGV2YW4x GDAWBgoJkiaJk/IsZAEZFghjbG91ZGJ1cjESMBAGCgmSJomT8ixkARkWAnN0MIIB IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5C0Io89nyApnr+PvbNFge9Vs yRWAlGBUEMahpXp28VrrfXZT0rAW7JBo4PlCE3jl4nE4dzE6gAdItSycjTosrw7A Ir5+xoyl4Vb35adv56TIQQXvNz+BzlqnkAY5JN0CSBRTQb6mxS3hFyD/h4qgDosj R2RFVzHqSxCS8xq4Ny8uzOwOi+Xyu4w67fI5JvnPvMxqrlR1eaIQHmxnf76RzC46 QO5QhufjAYGGXd960XzbQsQyTDUYJzrvT7AdOfiyZzKQykKt8dEpDn+QPjFTnGnT QmgJBX5WJN0lHF2l1sbv3gh4Kn1tZu+kTUqeXY6ShAoDTyvZRiFqQdwh8w2lTQID AQABozkwNzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU+WqJz3xQ XSea1hRvvHWcIMgeeC4wDQYJKoZIhvcNAQEFBQADggEBAGLZ75jfOEW8Nsl26CTt JFrWxQTcQT/UljeefVE3xYr7lc9oQjbqO3FOyued3qW7TaNEtZfSHoYeUSMYbpw1 XAwocIPuSRFDGM4B+hgQGVDx8PMGiJKom4qLXjO40UZsR7QyN/u869Vj45LURm6h MBcPeqCASI+WNprj9+uZa2kmHiitrFqqfMBNlm5IFbn9XeYSta9AHVvs5QQqV2m5 hIPfLqCyxsn/YgOGvo6iwyQTWyTswamaAC3HRWZxIS1sfn/Ssqa7E7oQMkv5FAXr x5rKePfXINf8XTJczkl9OBEYdE9aNdJsJpXD0asLgGVwBICS5Bjohp6mizJcDC1+ yZ0= -----END CERTIFICATE----- date: 2007-12-04 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: activerecord version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: An ActiveRecord plugin for self-referential and double-sided polymorphic associations. email: "" executables: [] extensions: [] extra_rdoc_files: [] files: - CHANGELOG - examples/hmph.rb - generators/commenting/commenting_generator.rb - generators/commenting/templates/comment.rb - generators/commenting/templates/comment_test.rb - generators/commenting/templates/commenting.rb - generators/commenting/templates/commenting_extensions.rb - generators/commenting/templates/commenting_test.rb - generators/commenting/templates/commentings.yml - generators/commenting/templates/comments.yml - generators/commenting/templates/migration.rb - generators/tagging/tagging_generator.rb - generators/tagging/templates/migration.rb - generators/tagging/templates/tag.rb - generators/tagging/templates/tag_test.rb - generators/tagging/templates/tagging.rb - generators/tagging/templates/tagging_extensions.rb - generators/tagging/templates/tagging_test.rb - generators/tagging/templates/taggings.yml - generators/tagging/templates/tags.yml - init.rb - lib/has_many_polymorphs/association.rb - lib/has_many_polymorphs/autoload.rb - lib/has_many_polymorphs/base.rb - lib/has_many_polymorphs/class_methods.rb - lib/has_many_polymorphs/configuration.rb - lib/has_many_polymorphs/debugging_tools.rb - lib/has_many_polymorphs/dependencies.rb - lib/has_many_polymorphs/rake_task_redefine_task.rb - lib/has_many_polymorphs/reflection.rb - lib/has_many_polymorphs/support_methods.rb - lib/has_many_polymorphs.rb - LICENSE - Manifest - README - test/fixtures/bow_wows.yml - test/fixtures/cats.yml - test/fixtures/eaters_foodstuffs.yml - test/fixtures/fish.yml - test/fixtures/frogs.yml - test/fixtures/keep_your_enemies_close.yml - test/fixtures/little_whale_pupils.yml - test/fixtures/people.yml - test/fixtures/petfoods.yml - test/fixtures/whales.yml - test/fixtures/wild_boars.yml - test/integration/app/app/controllers/addresses_controller.rb - test/integration/app/app/controllers/application.rb - test/integration/app/app/controllers/sellers_controller.rb - test/integration/app/app/controllers/states_controller.rb - test/integration/app/app/controllers/users_controller.rb - test/integration/app/app/helpers/addresses_helper.rb - test/integration/app/app/helpers/application_helper.rb - test/integration/app/app/helpers/sellers_helper.rb - test/integration/app/app/helpers/states_helper.rb - test/integration/app/app/helpers/users_helper.rb - test/integration/app/app/models/address.rb - test/integration/app/app/models/citation.rb - test/integration/app/app/models/citations_item.rb - test/integration/app/app/models/seller.rb - test/integration/app/app/models/state.rb - test/integration/app/app/models/user.rb - test/integration/app/app/views/addresses/edit.html.erb - test/integration/app/app/views/addresses/index.html.erb - test/integration/app/app/views/addresses/new.html.erb - test/integration/app/app/views/addresses/show.html.erb - test/integration/app/app/views/layouts/addresses.html.erb - test/integration/app/app/views/layouts/sellers.html.erb - test/integration/app/app/views/layouts/states.html.erb - test/integration/app/app/views/layouts/users.html.erb - test/integration/app/app/views/sellers/edit.html.erb - test/integration/app/app/views/sellers/index.html.erb - test/integration/app/app/views/sellers/new.html.erb - test/integration/app/app/views/sellers/show.html.erb - test/integration/app/app/views/states/edit.html.erb - test/integration/app/app/views/states/index.html.erb - test/integration/app/app/views/states/new.html.erb - test/integration/app/app/views/states/show.html.erb - test/integration/app/app/views/users/edit.html.erb - test/integration/app/app/views/users/index.html.erb - test/integration/app/app/views/users/new.html.erb - test/integration/app/app/views/users/show.html.erb - test/integration/app/config/boot.rb - test/integration/app/config/database.yml - test/integration/app/config/environment.rb - test/integration/app/config/environments/development.rb - test/integration/app/config/environments/production.rb - test/integration/app/config/environments/test.rb - test/integration/app/config/locomotive.yml - test/integration/app/config/routes.rb - test/integration/app/config/ultrasphinx/default.base - test/integration/app/config/ultrasphinx/development.conf.canonical - test/integration/app/db/migrate/001_create_users.rb - test/integration/app/db/migrate/002_create_sellers.rb - test/integration/app/db/migrate/003_create_addresses.rb - test/integration/app/db/migrate/004_create_states.rb - test/integration/app/db/migrate/005_add_capitalization_to_seller.rb - test/integration/app/db/migrate/006_add_deleted_to_user.rb - test/integration/app/db/migrate/007_add_lat_and_long_to_address.rb - test/integration/app/db/migrate/008_create_citations.rb - test/integration/app/db/migrate/009_create_citations_items.rb - test/integration/app/db/schema.rb - test/integration/app/doc/README_FOR_APP - test/integration/app/generated_models/aquatic_fish.rb - test/integration/app/generated_models/aquatic_pupils_whale.rb - test/integration/app/generated_models/aquatic_whale.rb - test/integration/app/generated_models/beautiful_fight_relationship.rb - test/integration/app/generated_models/citation.rb - test/integration/app/generated_models/citations_item.rb - test/integration/app/generated_models/dog.rb - test/integration/app/generated_models/eaters_foodstuff.rb - test/integration/app/generated_models/frog.rb - test/integration/app/generated_models/kitten.rb - test/integration/app/generated_models/parentship.rb - test/integration/app/generated_models/person.rb - test/integration/app/generated_models/petfood.rb - test/integration/app/generated_models/polymorph_test_some_model.rb - test/integration/app/generated_models/seller.rb - test/integration/app/generated_models/tabby.rb - test/integration/app/generated_models/user.rb - test/integration/app/generated_models/wild_boar.rb - test/integration/app/generators/commenting_generator_test.rb - test/integration/app/public/404.html - test/integration/app/public/500.html - test/integration/app/public/dispatch.cgi - test/integration/app/public/dispatch.fcgi - test/integration/app/public/dispatch.rb - test/integration/app/public/favicon.ico - test/integration/app/public/images/rails.png - test/integration/app/public/index.html - test/integration/app/public/javascripts/application.js - test/integration/app/public/javascripts/controls.js - test/integration/app/public/javascripts/dragdrop.js - test/integration/app/public/javascripts/effects.js - test/integration/app/public/javascripts/prototype.js - test/integration/app/public/robots.txt - test/integration/app/public/stylesheets/scaffold.css - test/integration/app/Rakefile - test/integration/app/README - test/integration/app/script/about - test/integration/app/script/breakpointer - test/integration/app/script/console - test/integration/app/script/destroy - test/integration/app/script/generate - test/integration/app/script/performance/benchmarker - test/integration/app/script/performance/profiler - test/integration/app/script/plugin - test/integration/app/script/process/inspector - test/integration/app/script/process/reaper - test/integration/app/script/process/spawner - test/integration/app/script/runner - test/integration/app/script/server - test/integration/app/test/fixtures/addresses.yml - test/integration/app/test/fixtures/citations.yml - test/integration/app/test/fixtures/citations_items.yml - test/integration/app/test/fixtures/sellers.yml - test/integration/app/test/fixtures/states.yml - test/integration/app/test/fixtures/users.yml - test/integration/app/test/functional/addresses_controller_test.rb - test/integration/app/test/functional/sellers_controller_test.rb - test/integration/app/test/functional/states_controller_test.rb - test/integration/app/test/functional/users_controller_test.rb - test/integration/app/test/test_helper.rb - test/integration/app/test/unit/address_test.rb - test/integration/app/test/unit/citation_test.rb - test/integration/app/test/unit/citations_item_test.rb - test/integration/app/test/unit/seller_test.rb - test/integration/app/test/unit/state_test.rb - test/integration/app/test/unit/user_test.rb - test/models/aquatic/fish.rb - test/models/aquatic/pupils_whale.rb - test/models/aquatic/whale.rb - test/models/beautiful_fight_relationship.rb - test/models/canine.rb - test/models/cat.rb - test/models/dog.rb - test/models/eaters_foodstuff.rb - test/models/frog.rb - test/models/kitten.rb - test/models/parentship.rb - test/models/person.rb - test/models/petfood.rb - test/models/tabby.rb - test/models/wild_boar.rb - test/modules/extension_module.rb - test/modules/other_extension_module.rb - test/schema.rb - test/setup.rb - test/test_all.rb - test/test_helper.rb - test/unit/polymorph_test.rb - TODO - has_many_polymorphs.gemspec has_rdoc: true homepage: http://blog.evanweaver.com/files/doc/fauna/has_many_polymorphs/ post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: fauna rubygems_version: 0.9.5 signing_key: specification_version: 2 summary: An ActiveRecord plugin for self-referential and double-sided polymorphic associations. test_files: - test/test_all.rb