Sha256: d52c8dc5716097be8f27451a06e7e840d9ae9348fc766c2fc30579a10accb175
Contents?: true
Size: 1.66 KB
Versions: 0
Compression: gzip
Compressed size: 644 Bytes
Stored size: 644 Bytes
Contents
--- !ruby/object:Gem::Specification name: pluginaweek-validates_as_email_address version: !ruby/object:Gem::Version version: 0.2.3 platform: ruby authors: - Aaron Pfeifer autorequire: bindir: bin cert_chain: [] date: 2009-06-08 00:00:00 -07:00 default_executable: dependencies: [] description: Adds support for validating the format/length of email addresses in ActiveRecord email: aaron@pluginaweek.org executables: [] extensions: [] extra_rdoc_files: [] files: - lib/validates_as_email_address.rb - lib/validates_as_email_address - lib/validates_as_email_address/locale.rb - lib/validates_as_email_address/rfc_1035.rb - lib/validates_as_email_address/rfc_822.rb - test/unit - test/unit/validates_as_email_address_test.rb - test/factory.rb - test/app_root - test/app_root/app - test/app_root/app/models - test/app_root/app/models/user.rb - test/app_root/db - test/app_root/db/migrate - test/app_root/db/migrate/001_create_users.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: Adds support for validating the format/length of email addresses in ActiveRecord test_files: - test/unit/validates_as_email_address_test.rb