phone_number_validator 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5ad6a4876467472f6eb3c4072e51c396ea8f7f07af52036a299730f93b96508
4
- data.tar.gz: 8eb4dfd65ed53c172886fff5d1b242c954496b164daa110a85aeb037ed2f5e5e
3
+ metadata.gz: a2ca363be84fc2fd55568776c938b6a67f463be94a3e11c13bd7ffc3499682d4
4
+ data.tar.gz: fcfc709d538fc8f019414deafb529f8c38a109bdd2de3b6cc591270ceb28a23c
5
5
  SHA512:
6
- metadata.gz: e409c90fe3a88a50301ebe8085ed035bf2d5a2398d0294e6294121c014264d10b2f761187ed1e809fc84c4c4c179d2dba799d677a830406234411fc73930c1e6
7
- data.tar.gz: bb078fd0a6448ce50dac65c1299a3634f59c3bc173c15c3d909ad8782be16ee4e30f87146fa77e4eb86f4c9a86ca4a60c7c243d316a121b80fe9f51a446694a8
6
+ metadata.gz: 9440ac29343a460506dfaab6ced154dfdc2b7a37de48d508aec626ab8d7883db557cb2e97e34920c582dffb393daa4df924d2c7bf6c923250771a5efcfcb596f
7
+ data.tar.gz: 9a14c8be065c480babb6bb0ab5079ca803d55a136c81f6482bc95ed5a778f021d490549abd3b52ba029bd40f4b79f54428e33fa59f82d308b7704689f198bcdb
data/doc/created.rid CHANGED
@@ -1,4 +1,4 @@
1
- Sat, 06 Jul 2019 06:31:19 -0700
1
+ Sat, 06 Jul 2019 07:04:11 -0700
2
2
  README.rdoc Tue, 27 Nov 2018 09:42:11 -0800
3
3
  lib/phone_number_validator.rb Tue, 27 Nov 2018 09:42:11 -0800
4
4
  lib/phone_number_validator/validator.rb Tue, 27 Nov 2018 09:42:11 -0800
Binary file
Binary file
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.2'
3
+ spec.version = '0.8.3'
4
4
  spec.date = Time.now.strftime("%Y-%m-%d")
5
5
  spec.summary = 'Validate any US phone number!'
6
6
  spec.description = <<-EOF
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  This gem uses a complex regular expression that can validate any United States phone number.
9
9
  EOF
10
10
  spec.author = 'bag33188'
11
- spec.email = 'bag33188@outlook.com'
11
+ spec.email = 'shuckle168@outlook.com'
12
12
  spec.files = `git ls-files -z`.split("\x0")
13
13
  # spec.files = ['phone_number_validator.gemspec', 'Gemfile', 'Rakefile', 'LICENSE', 'README.rdoc']
14
14
  # 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.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag33188
@@ -33,7 +33,7 @@ dependencies:
33
33
  description: |2
34
34
  This gem is a United States phone number validator.
35
35
  This gem uses a complex regular expression that can validate any United States phone number.
36
- email: bag33188@outlook.com
36
+ email: shuckle168@outlook.com
37
37
  executables:
38
38
  - pnv
39
39
  extensions: []