phone_number_validator 0.1.1 → 0.1.2

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: 4303d0d8991f8532f0b112bbd8dfbcbe7da3a7a43c7878fbc12a86d78f583d37
4
- data.tar.gz: f4e74089f7ed4937e37e09b794ec7d94ac22f171140d168d2587376f44f4e910
3
+ metadata.gz: febb9da57ec183c54ba1e48c71bac532d0fc14521e2cf2a4b9fd9ab19f2b4d40
4
+ data.tar.gz: 55693ee73815bb4668e07f72debb842cefeba5abc41eefd75e29cf2b7d900a67
5
5
  SHA512:
6
- metadata.gz: 139a80d0062f3d4e8bcfd4fdc17d68a38250163a62f81fcdac06c85107d03fc10b08d0e760664cd92838877d85486e378fe72875fb92329bb764accd31d94e43
7
- data.tar.gz: 9695893e655e10b0b8f06241a48935e7319253fec44f31273f1679d90ae497ff4a688edd9af9b8fc3b732cb5186e64ce8867d015de15774ab3ad46b9249bcf13
6
+ metadata.gz: fe63972de50088df3cba9c3ab8a2be23bea0ce6c52922d78b8ebe3dd7da15d49198da23966a92e21cfface9d7142a4cd23e440cad04509a3668bf573a4f1f07f
7
+ data.tar.gz: 4b8131b1e119afdc86c5774791070a978c132fef732d0ccbe5f288ebe2941bd8e88be5f7c9f749211a1c0348566869148a2e8f68b87abf198f5212bc1257468f
data/doc/created.rid CHANGED
@@ -1,4 +1,4 @@
1
- Sun, 04 Nov 2018 14:53:46 -0800
1
+ Sun, 04 Nov 2018 14:57:09 -0800
2
2
  README.rdoc Sun, 04 Nov 2018 14:27:52 -0800
3
3
  lib/phone_number_validator.rb Sun, 04 Nov 2018 14:34:47 -0800
4
4
  lib/phone_number_validator/validator.rb Sun, 04 Nov 2018 14:38:44 -0800
Binary file
Binary file
Binary file
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'phone_number_validator'
3
- spec.version = '0.1.1'
3
+ spec.version = '0.1.2'
4
4
  spec.date = Time.now.strftime("%Y-%m-%d")
5
5
  spec.summary = 'Validate any US phone number!'
6
6
  spec.description = "This gem is a United States phone number validator. This gem uses a complex regular expression that can validate any United States phone number."
7
- spec.authors = ['bag33188', 'Broccolini']
8
- spec.email = 'bglatman@outlook.com'
7
+ spec.author = 'bag33188'
8
+ spec.email = 'bag33188@outlook.com'
9
9
  spec.files = `git ls-files -z`.split("\x0")
10
10
  # spec.files = ['phone_number_validator.gemspec', 'Gemfile', 'Rakefile', 'LICENSE', 'README.rdoc']
11
11
  # spec.files += Dir['lib/**/*'] + Dir['bin/*'] + Dir['doc/**/*']
metadata CHANGED
@@ -1,11 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phone_number_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag33188
8
- - Broccolini
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
@@ -53,7 +52,7 @@ dependencies:
53
52
  version: 1.11.2
54
53
  description: This gem is a United States phone number validator. This gem uses a complex
55
54
  regular expression that can validate any United States phone number.
56
- email: bglatman@outlook.com
55
+ email: bag33188@outlook.com
57
56
  executables:
58
57
  - phone_number_validator
59
58
  extensions: []