Sha256: 00f69f88aed6627f3ad27a418da12be4c38e1e9377fa97e588680f7104f6f1d7
Contents?: true
Size: 1.66 KB
Versions: 0
Compression: gzip
Compressed size: 671 Bytes
Stored size: 671 Bytes
Contents
--- !ruby/object:Gem::Specification name: has_phone_numbers version: !ruby/object:Gem::Version version: 0.0.4 platform: ruby authors: - Aaron Pfeifer autorequire: has_phone_numbers bindir: bin cert_chain: [] date: 2008-06-22 00:00:00 -04:00 default_executable: dependencies: [] description: email: aaron@pluginaweek.org executables: [] extensions: [] extra_rdoc_files: [] files: - app/models - app/models/phone_number.rb - db/migrate - db/migrate/001_create_phone_numbers.rb - lib/has_phone_numbers.rb - test/app_root - test/app_root/app - test/app_root/app/models - test/app_root/app/models/person.rb - test/app_root/config - test/app_root/config/environment.rb - test/app_root/db - test/app_root/db/migrate - test/app_root/db/migrate/001_create_people.rb - test/app_root/db/migrate/002_migrate_has_phone_numbers_to_version_1.rb - test/app_root/db/migrate/003_add_phone_number_kinds.rb - test/app_root/log - test/test_helper.rb - test/factory.rb - test/unit - test/unit/phone_number_test.rb - CHANGELOG - init.rb - MIT-LICENSE - Rakefile - README 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: rubygems_version: 1.1.1 signing_key: specification_version: 2 summary: Demonstrates a reference implementation for handling phone numbers. test_files: - test/unit/phone_number_test.rb