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 +4 -4
- data/README.rdoc +1 -1
- data/doc/README_rdoc.html +2 -2
- data/doc/created.rid +2 -2
- data/doc/index.html +1 -1
- data/doc/js/navigation.js.gz +0 -0
- data/doc/js/search_index.js.gz +0 -0
- data/doc/js/searcher.js.gz +0 -0
- data/doc/table_of_contents.html +1 -1
- data/phone_number_validator.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e3d00a15cda4dfd2889824d46d739746e917d812179d5287a8fdb7d42d9bed6
|
4
|
+
data.tar.gz: 9c33955f193730842bf6d2f5dbc78cf62287998d88f7ffa99f580b851143c759
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 902f426ce9a626cc4e8e6e4fae5ef84d4dec4f91ebab73a281351057691df64bb18f887925021b9db69bb459b0e965cb9bf6d75792ed07a6ff8d4b5bfed85d7a
|
7
|
+
data.tar.gz: e3f505c3b0d8b2c9bcb1ec62f619ddb611cff7b9b2e63569251db440ad18bf4c799c70d32e17e190fcc194549ab9b33ec00c780adb9cb56e03e96094cc39d2b6
|
data/README.rdoc
CHANGED
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">¶</a> <a href="#top">↑</a></span></h3>
|
108
|
+
<h3 id="label-Install+Required+Gems-2FDependencies">Install Required Gems/Dependencies<span><a href="#label-Install+Required+Gems-2FDependencies">¶</a> <a href="#top">↑</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:
|
2
|
-
README.rdoc Sun, 04 Nov 2018
|
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">¶</a> <a href="#top">↑</a></span></h3>
|
95
|
+
<h3 id="label-Install+Required+Gems-2FDependencies">Install Required Gems/Dependencies<span><a href="#label-Install+Required+Gems-2FDependencies">¶</a> <a href="#top">↑</a></span></h3>
|
96
96
|
|
97
97
|
<pre>$ bundle install</pre>
|
98
98
|
|
data/doc/js/navigation.js.gz
CHANGED
Binary file
|
data/doc/js/search_index.js.gz
CHANGED
Binary file
|
data/doc/js/searcher.js.gz
CHANGED
Binary file
|
data/doc/table_of_contents.html
CHANGED
@@ -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.
|
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.'
|