# -*- encoding: utf-8 -*- # stub: polymorphic_identity 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "polymorphic_identity".freeze s.version = "0.0.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 and Neil Abraham".freeze] s.autorequire = "polymorphic_identity".freeze s.date = "2007-02-11" s.email = "info@pluginaweek.org".freeze s.files = ["MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "init.rb".freeze, "lib/polymorphic_identity.rb".freeze, "test/app_root".freeze, "test/app_root/app".freeze, "test/app_root/app/models".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/config".freeze, "test/app_root/config/boot.rb".freeze, "test/app_root/config/database.yml".freeze, "test/app_root/config/environment.rb".freeze, "test/app_root/db".freeze, "test/app_root/db/migrate".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/app_root/test".freeze, "test/app_root/test/fixtures".freeze, "test/app_root/test/fixtures/articles.yml".freeze, "test/app_root/test/fixtures/authors.yml".freeze, "test/app_root/test/fixtures/comments.yml".freeze, "test/app_root/test/fixtures/pages.yml".freeze, "test/app_root/test/fixtures/users.yml".freeze, "test/test_helper.rb".freeze, "test/unit".freeze, "test/unit/polymorphic_identity_test.rb".freeze] s.homepage = "http://www.pluginaweek.org".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Dynamically generates aliases for polymorphic associations based on their class names".freeze s.test_files = ["test/unit/polymorphic_identity_test.rb".freeze] s.specification_version = 1 s.add_runtime_dependency(%q.freeze, [">= 1.15.0".freeze]) end