phone_number_validator 0.0.6 → 0.0.7

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: 5033ea4abec45655fc071b0b8ed42b5e51f555baa296234fe1fb19b961b31e7b
4
- data.tar.gz: 8fdc882ecc1dbb0e47b1b144883baf9d6fae495f33e505b8aafa3097303e4ff3
3
+ metadata.gz: 5e3d00a15cda4dfd2889824d46d739746e917d812179d5287a8fdb7d42d9bed6
4
+ data.tar.gz: 9c33955f193730842bf6d2f5dbc78cf62287998d88f7ffa99f580b851143c759
5
5
  SHA512:
6
- metadata.gz: 3ff658c6a4ee80ec80c91f1577ad31dcd246530674fe4d0f2904d2c9f8b906bc3f33bd4f87f2b948891ea77187876583d77c4a1c783b9d19581e96f43c1780ef
7
- data.tar.gz: ba6d4aefa0409f66b04cc7712270e570ed1110ec5ee1542f3dcebe0ec27665d52ac34cfb2e661dfa0897253a4b11fe36aef6c0e5fd9ceea8c275ed4cca9f6a30
6
+ metadata.gz: 902f426ce9a626cc4e8e6e4fae5ef84d4dec4f91ebab73a281351057691df64bb18f887925021b9db69bb459b0e965cb9bf6d75792ed07a6ff8d4b5bfed85d7a
7
+ data.tar.gz: e3f505c3b0d8b2c9bcb1ec62f619ddb611cff7b9b2e63569251db440ad18bf4c799c70d32e17e190fcc194549ab9b33ec00c780adb9cb56e03e96094cc39d2b6
data/README.rdoc CHANGED
@@ -8,7 +8,7 @@ This app is a US phone number-validating RubyGem.
8
8
 
9
9
  $ gem install phone_number_validator
10
10
 
11
- === Install Required Gems
11
+ === Install Required Gems/Dependencies
12
12
 
13
13
  $ bundle install
14
14
 
data/doc/README_rdoc.html CHANGED
@@ -58,7 +58,7 @@
58
58
  <li><a href="#label-Phone+Number+Validator">Phone Number Validator</a>
59
59
  <li><a href="#label-About">About</a>
60
60
  <li><a href="#label-Installing">Installing</a>
61
- <li><a href="#label-Install+Required+Gems">Install Required Gems</a>
61
+ <li><a href="#label-Install+Required+Gems-2FDependencies">Install Required Gems/Dependencies</a>
62
62
  <li><a href="#label-Uninstalling">Uninstalling</a>
63
63
  <li><a href="#label-Testing">Testing</a>
64
64
  <li><a href="#label-Usage">Usage</a>
@@ -105,7 +105,7 @@
105
105
 
106
106
  <pre>$ gem install phone_number_validator</pre>
107
107
 
108
- <h3 id="label-Install+Required+Gems">Install Required Gems<span><a href="#label-Install+Required+Gems">&para;</a> <a href="#top">&uarr;</a></span></h3>
108
+ <h3 id="label-Install+Required+Gems-2FDependencies">Install Required Gems/Dependencies<span><a href="#label-Install+Required+Gems-2FDependencies">&para;</a> <a href="#top">&uarr;</a></span></h3>
109
109
 
110
110
  <pre>$ bundle install</pre>
111
111
 
data/doc/created.rid CHANGED
@@ -1,5 +1,5 @@
1
- Sun, 04 Nov 2018 14:16:24 -0800
2
- README.rdoc Sun, 04 Nov 2018 13:23:14 -0800
1
+ Sun, 04 Nov 2018 14:29:11 -0800
2
+ README.rdoc Sun, 04 Nov 2018 14:27:52 -0800
3
3
  lib/phone_number_validator.rb Sun, 04 Nov 2018 13:47:26 -0800
4
4
  lib/phone_number_validator/validator.rb Sun, 04 Nov 2018 11:53:42 -0800
5
5
  test/test_phone_number_validator.rb Sun, 04 Nov 2018 11:53:56 -0800
data/doc/index.html CHANGED
@@ -92,7 +92,7 @@
92
92
 
93
93
  <pre>$ gem install phone_number_validator</pre>
94
94
 
95
- <h3 id="label-Install+Required+Gems">Install Required Gems<span><a href="#label-Install+Required+Gems">&para;</a> <a href="#top">&uarr;</a></span></h3>
95
+ <h3 id="label-Install+Required+Gems-2FDependencies">Install Required Gems/Dependencies<span><a href="#label-Install+Required+Gems-2FDependencies">&para;</a> <a href="#top">&uarr;</a></span></h3>
96
96
 
97
97
  <pre>$ bundle install</pre>
98
98
 
Binary file
Binary file
Binary file
@@ -31,7 +31,7 @@
31
31
  <li><a href="README_rdoc.html#label-Phone+Number+Validator">Phone Number Validator</a>
32
32
  <li><a href="README_rdoc.html#label-About">About</a>
33
33
  <li><a href="README_rdoc.html#label-Installing">Installing</a>
34
- <li><a href="README_rdoc.html#label-Install+Required+Gems">Install Required Gems</a>
34
+ <li><a href="README_rdoc.html#label-Install+Required+Gems-2FDependencies">Install Required Gems/Dependencies</a>
35
35
  <li><a href="README_rdoc.html#label-Uninstalling">Uninstalling</a>
36
36
  <li><a href="README_rdoc.html#label-Testing">Testing</a>
37
37
  <li><a href="README_rdoc.html#label-Usage">Usage</a>
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'phone_number_validator'
3
- spec.version = '0.0.6'
3
+ spec.version = '0.0.7'
4
4
  spec.date = Time.now.strftime("%Y-%m-%d")
5
5
  spec.summary = 'Validate any US phone number!'
6
6
  spec.description = 'A United States phone number validator.'
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.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag33188