phone_number_validator 0.8.9 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36242588e708529ea4a6e7c1b0e55c42991376e0ad113db31a7b10ccaf7deced
4
- data.tar.gz: 421db1abba9b5cccca06c1ff11d51ca7c8c7a04bfdb8c0b6f27554bf80a6fa3d
3
+ metadata.gz: 61993eb0063f0ea0bd69a66a5df62be1450f40dab83b23ad6e97ab836390883f
4
+ data.tar.gz: 5b5a89072d5e95e1d389fce252a049a9a270f9ef5765bb1f46ca3fe028063b49
5
5
  SHA512:
6
- metadata.gz: c8a7ecb2b568428e7e16af7abab40286992c48fe8260a44466db14e41581a80add6b1a562540d88bcd59e3c0bc4de896fc726aca962804159bed8aec7b506770
7
- data.tar.gz: 762fd726a559980cd5b834de7f59d589fc3e92267eddd93caeef82d75ec2864f51465560da3f9916bf0cc1e85d32766c5b2ff8cba47828d26e08b25ecb37d1b1
6
+ metadata.gz: 5f3c294859aaf3085d6342e0494ae64704fff7fbf5aa9c57ba6b86c13ad41aa44a01be2a9c6aab2848a2b299b5f07b5b484f148a92034b7d83f8b9cfe9193de1
7
+ data.tar.gz: d1e7fa91ee856d9a7530b737cacd2ddcf7ba3a082a72499d3c10a63056a7b34343b2711947e9ba8e9f90814c3a1dc212fce4f0f770f57eae83e747913c1c9ea8
data/doc/created.rid CHANGED
@@ -1,4 +1,4 @@
1
- Sun, 21 Jul 2019 16:59:16 -0700
1
+ Sun, 21 Jul 2019 17:06:28 -0700
2
2
  README.rdoc Sun, 21 Jul 2019 04:57:13 -0700
3
3
  lib/phone_number_validator.rb Sun, 21 Jul 2019 04:57:13 -0700
4
4
  lib/phone_number_validator/validator.rb Sun, 21 Jul 2019 04:57:13 -0700
Binary file
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'phone_number_validator'
3
- spec.version = '0.8.9'
3
+ spec.version = '0.9.0'
4
4
  spec.date = Time.now.strftime("%Y-%m-%d")
5
5
  spec.summary = 'Validate any US phone number!'
6
6
  spec.description = <<-EOF
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  Check out the documentation under the links section.
10
10
  EOF
11
11
  spec.author = 'bag33188'
12
- spec.email = 'shuckle168@outlook.com'
12
+ spec.email = 'shuckle168@gmail.com'
13
13
  spec.files = `git ls-files -z`.split("\x0")
14
14
  # spec.files = ['phone_number_validator.gemspec', 'Gemfile', 'Rakefile', 'LICENSE', 'README.rdoc']
15
15
  # spec.files += Dir['lib/**/*'] + Dir['bin/*'] + Dir['doc/**/*'] + Dir['test/*']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phone_number_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.9
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag33188
@@ -33,7 +33,7 @@ dependencies:
33
33
  description: " This gem is a United States phone number validator.\n This gem
34
34
  uses a complex regular expression that can validate any United States phone number.
35
35
  \n Check out the documentation under the links section.\n"
36
- email: shuckle168@outlook.com
36
+ email: shuckle168@gmail.com
37
37
  executables:
38
38
  - pnv
39
39
  extensions: []