# -*- encoding: utf-8 -*- # stub: has_many_polymorphs 2.9 ruby lib Gem::Specification.new do |s| s.name = "has_many_polymorphs".freeze s.version = "2.9".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.date = "2007-08-13" s.description = "An ActiveRecord plugin for self-referential and double-sided polymorphic associations.".freeze s.email = "".freeze s.files = ["CHANGELOG".freeze, "LICENSE".freeze, "README".freeze, "TODO".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/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/aquatic/fish.yml".freeze, "test/fixtures/aquatic/little_whale_pupils.yml".freeze, "test/fixtures/aquatic/whales.yml".freeze, "test/fixtures/bow_wows.yml".freeze, "test/fixtures/cats.yml".freeze, "test/fixtures/eaters_foodstuffs.yml".freeze, "test/fixtures/frogs.yml".freeze, "test/fixtures/keep_your_enemies_close.yml".freeze, "test/fixtures/petfoods.yml".freeze, "test/fixtures/wild_boars.yml".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/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/test_helper.rb".freeze, "test/unit/polymorph_test.rb".freeze] s.homepage = "http://blog.evanweaver.com/pages/code#polymorphs".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".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_helper.rb".freeze] s.specification_version = 1 s.add_runtime_dependency(%q<activerecord>.freeze, ["> 0.0.0".freeze]) end