Sha256: ceeb73c9b12ff4c43f21819945e6200769d1cbc55190fcdb03230f527ff4aea8
Contents?: true
Size: 2 KB
Versions: 0
Compression: gzip
Compressed size: 765 Bytes
Stored size: 765 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.0 specification_version: 1 name: has_addresses 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 countries, regions, and addresses. require_paths: - lib email: info@pluginaweek.org homepage: http://www.pluginaweek.org rubyforge_project: description: autorequire: has_addresses 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/country.rb - app/models/region.rb - app/models/address.rb - db/migrate - db/migrate/001_create_countries.rb - db/migrate/003_create_addresses.rb - db/migrate/002_create_regions.rb - lib/has_addresses.rb - tasks/has_addresses_tasks.rake - test/test_helper.rb - test/app_root - test/unit - test/files - 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/regions.yml - test/app_root/test/fixtures/companies.yml - test/app_root/test/fixtures/addresses.yml - test/app_root/test/fixtures/countries.yml - test/app_root/config/environment.rb - test/app_root/app/models - test/app_root/app/models/company.rb - test/app_root/db/migrate - test/app_root/db/migrate/001_create_companies.rb - test/app_root/db/migrate/002_add_address_kinds.rb - test/unit/country_test.rb - test/unit/region_test.rb - test/unit/has_addresses_test.rb - test/unit/address_test.rb - test/files/iso_3166.xml - test/files/iso_3166_2.xml - CHANGELOG - init.rb - MIT-LICENSE - Rakefile - README test_files: - test/unit/country_test.rb - test/unit/region_test.rb - test/unit/has_addresses_test.rb - test/unit/address_test.rb rdoc_options: [] extra_rdoc_files: [] executables: [] extensions: [] requirements: [] dependencies: []