Sha256: 00f43fd9a2fb98984ca29b17d3dc46ebded0e387b9ed9a1a8b026bee744dcd62
Contents?: true
Size: 1.74 KB
Versions: 0
Compression: gzip
Compressed size: 699 Bytes
Stored size: 699 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.4 specification_version: 1 name: polymorphic_identity version: !ruby/object:Gem::Version version: 0.0.3 date: 2007-09-26 00:00:00 -04:00 summary: Dynamically generates aliases for polymorphic associations based on their class names require_paths: - lib email: info@pluginaweek.org homepage: http://www.pluginaweek.org rubyforge_project: description: autorequire: polymorphic_identity default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: post_install_message: authors: - Aaron Pfeifer, Neil Abraham files: - lib/polymorphic_identity.rb - test/test_helper.rb - test/fixtures - test/app_root - test/unit - test/fixtures/users.yml - test/fixtures/authors.yml - test/fixtures/articles.yml - test/fixtures/comments.yml - test/fixtures/pages.yml - test/app_root/app - test/app_root/db - test/app_root/app/models - test/app_root/app/models/author.rb - test/app_root/app/models/article.rb - test/app_root/app/models/user.rb - test/app_root/app/models/page.rb - test/app_root/app/models/comment.rb - test/app_root/db/migrate - test/app_root/db/migrate/004_create_users.rb - test/app_root/db/migrate/005_create_comments.rb - test/app_root/db/migrate/002_create_articles.rb - test/app_root/db/migrate/003_create_pages.rb - test/app_root/db/migrate/001_create_authors.rb - test/unit/polymorphic_identity_test.rb - CHANGELOG - init.rb - MIT-LICENSE - Rakefile - README test_files: - test/unit/polymorphic_identity_test.rb rdoc_options: [] extra_rdoc_files: [] executables: [] extensions: [] requirements: [] dependencies: []