email_address_validator 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Evan Phoenix", "Andrew Cholakian"]
10
10
  s.email = ["andrew@andrewvc.com"]
11
- s.homepage = "https://github.com/andrewvc/rfc-822"
11
+ s.homepage = "https://github.com/larb/email_address_validator"
12
12
  s.summary = %q{RFC 2822/822 Email Address Parsing.}
13
13
  s.description = %q{RFC Compliant Email Address Parsing using the KPEG grammars.}
14
14
  s.extra_rdoc_files = [
@@ -1,3 +1,3 @@
1
1
  module EmailAddressValidator
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: email_address_validator
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Evan Phoenix
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-03-24 00:00:00 -07:00
14
+ date: 2011-03-29 00:00:00 -07:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -62,9 +62,8 @@ files:
62
62
  - lib/email_address_validator/version.rb
63
63
  - spec/email_address_validator_spec.rb
64
64
  - spec/spec_helper.rb
65
- - version.txt
66
65
  has_rdoc: true
67
- homepage: https://github.com/andrewvc/rfc-822
66
+ homepage: https://github.com/larb/email_address_validator
68
67
  licenses: []
69
68
 
70
69
  post_install_message:
data/version.txt DELETED
@@ -1 +0,0 @@
1
- 0.0.1