Sha256: a29167cee455a2e9c695bb38917962a27f2c3acc8b6d69de42f6825bd8812e79
Contents?: true
Size: 1.61 KB
Versions: 0
Compression: gzip
Compressed size: 672 Bytes
Stored size: 672 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.0 specification_version: 1 name: has_phone_numbers version: !ruby/object:Gem::Version version: 0.0.1 date: 2007-08-21 00:00:00 -04:00 summary: Adds a base skeleton for handling phone numbers. require_paths: - lib email: info@pluginaweek.org homepage: http://www.pluginaweek.org rubyforge_project: description: autorequire: has_phone_numbers 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: - app/models - app/models/phone_number.rb - db/migrate - db/migrate/001_create_phone_numbers.rb - lib/has_phone_numbers.rb - test/test_helper.rb - test/app_root - test/unit - test/app_root/test - test/app_root/config - test/app_root/app - test/app_root/db - test/app_root/test/fixtures - test/app_root/test/fixtures/phone_numbers.yml - test/app_root/test/fixtures/people.yml - test/app_root/config/environment.rb - test/app_root/app/models - test/app_root/app/models/person.rb - test/app_root/db/migrate - test/app_root/db/migrate/001_create_people.rb - test/app_root/db/migrate/002_add_phone_number_kinds.rb - test/unit/phone_number_test.rb - test/unit/has_phone_numbers_test.rb - CHANGELOG - init.rb - MIT-LICENSE - Rakefile - README test_files: - test/unit/phone_number_test.rb - test/unit/has_phone_numbers_test.rb rdoc_options: [] extra_rdoc_files: [] executables: [] extensions: [] requirements: [] dependencies: []