Sha256: 7bb5cb74a22f0a1feb5785689e99105ac5dce0adbd57152713015e3f926f8929
Contents?: true
Size: 1.85 KB
Versions: 0
Compression: gzip
Compressed size: 678 Bytes
Stored size: 678 Bytes
Contents
--- !ruby/object:Gem::Specification name: pluginaweek-polymorphic_identity version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - Aaron Pfeifer autorequire: bindir: bin cert_chain: [] date: 2009-06-08 00:00:00 -07:00 default_executable: dependencies: [] description: Dynamically generates aliases for polymorphic ActiveRecord associations based on their class names email: aaron@pluginaweek.org executables: [] extensions: [] extra_rdoc_files: [] files: - lib/polymorphic_identity.rb - test/unit - test/unit/polymorphic_identity_test.rb - test/factory.rb - test/app_root - test/app_root/app - test/app_root/app/models - test/app_root/app/models/comment.rb - test/app_root/app/models/page.rb - test/app_root/app/models/user.rb - test/app_root/app/models/author.rb - test/app_root/app/models/article.rb - test/app_root/db - test/app_root/db/migrate - test/app_root/db/migrate/005_create_comments.rb - test/app_root/db/migrate/004_create_users.rb - test/app_root/db/migrate/001_create_authors.rb - test/app_root/db/migrate/002_create_articles.rb - test/app_root/db/migrate/003_create_pages.rb - test/test_helper.rb - CHANGELOG.rdoc - init.rb - LICENSE - Rakefile - README.rdoc has_rdoc: true homepage: http://www.pluginaweek.org 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: pluginaweek rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Dynamically generates aliases for polymorphic ActiveRecord associations based on their class names test_files: - test/unit/polymorphic_identity_test.rb