# -*- encoding: utf-8 -*- # stub: polymorphic_identity 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "polymorphic_identity".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Aaron Pfeifer".freeze] s.date = "2010-03-07" s.description = "Dynamically generates aliases for polymorphic ActiveRecord associations based on their class names".freeze s.email = "aaron@pluginaweek.org".freeze s.files = ["CHANGELOG.rdoc".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "init.rb".freeze, "lib/polymorphic_identity.rb".freeze, "test/app_root/app/models/article.rb".freeze, "test/app_root/app/models/author.rb".freeze, "test/app_root/app/models/comment.rb".freeze, "test/app_root/app/models/page.rb".freeze, "test/app_root/app/models/user.rb".freeze, "test/app_root/db/migrate/001_create_authors.rb".freeze, "test/app_root/db/migrate/002_create_articles.rb".freeze, "test/app_root/db/migrate/003_create_pages.rb".freeze, "test/app_root/db/migrate/004_create_users.rb".freeze, "test/app_root/db/migrate/005_create_comments.rb".freeze, "test/factory.rb".freeze, "test/test_helper.rb".freeze, "test/unit/polymorphic_identity_test.rb".freeze] s.homepage = "http://www.pluginaweek.org".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Dynamically generates aliases for polymorphic ActiveRecord associations based on their class names".freeze s.test_files = ["test/unit/polymorphic_identity_test.rb".freeze] end