phone_number_validator 0.7.6 → 0.7.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/search_index.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: 833fadc4eb04cb42798c529fd6577e0dbe0165e85f1657af0c7ead035b6fb138
|
|
4
|
+
data.tar.gz: 416656feef6d6999589b89486f04d7e8d73d59aba0aa61766968c5d71a4ed9e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22281cf86f8ed7d943a83961785353fd64e2261b6b27e34658095718baefda6a65b03255e3ad5a9ebaadf54f6234cc7690a53def4c700d488c9ae0a96528d01e
|
|
7
|
+
data.tar.gz: 482422a20a9256f1bd719016cb8115227b5a158392feaab84a62988e67f6acbb0ef14cc11ecbb1a51c4cf31b4a73d9d5100bf5c629137ab98b51a7a52f2d17d3
|
data/README.rdoc
CHANGED
data/doc/README_rdoc.html
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
<li><a href="#label-Regular+Expression">Regular Expression</a>
|
|
62
62
|
<li><a href="#label-Installing">Installing</a>
|
|
63
63
|
<li><a href="#label-Install+Required+Gems-2FDependencies">Install Required Gems/Dependencies</a>
|
|
64
|
-
<li><a href="#label-
|
|
64
|
+
<li><a href="#label-Updating+Required+Gems-2FDependencies">Updating Required Gems/Dependencies</a>
|
|
65
65
|
<li><a href="#label-Uninstalling">Uninstalling</a>
|
|
66
66
|
<li><a href="#label-Testing">Testing</a>
|
|
67
67
|
<li><a href="#label-Usage">Usage</a>
|
|
@@ -115,7 +115,7 @@ number.</p>
|
|
|
115
115
|
|
|
116
116
|
<pre>$ bundle install</pre>
|
|
117
117
|
|
|
118
|
-
<h3 id="label-
|
|
118
|
+
<h3 id="label-Updating+Required+Gems-2FDependencies">Updating Required Gems/Dependencies<span><a href="#label-Updating+Required+Gems-2FDependencies">¶</a> <a href="#top">↑</a></span></h3>
|
|
119
119
|
|
|
120
120
|
<pre>$ bundle update</pre>
|
|
121
121
|
|
data/doc/created.rid
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
Sun, 25 Nov 2018 12:
|
|
2
|
-
README.rdoc Sun, 25 Nov 2018
|
|
1
|
+
Sun, 25 Nov 2018 12:24:28 -0800
|
|
2
|
+
README.rdoc Sun, 25 Nov 2018 12:24:18 -0800
|
|
3
3
|
lib/phone_number_validator.rb Sun, 25 Nov 2018 11:28:37 -0800
|
|
4
4
|
lib/phone_number_validator/validator.rb Sun, 25 Nov 2018 11:28:37 -0800
|
|
5
5
|
test/test_phone_number_validator.rb Sun, 25 Nov 2018 11:28:37 -0800
|
data/doc/index.html
CHANGED
|
@@ -109,7 +109,7 @@ number.</p>
|
|
|
109
109
|
|
|
110
110
|
<pre>$ bundle install</pre>
|
|
111
111
|
|
|
112
|
-
<h3 id="label-
|
|
112
|
+
<h3 id="label-Updating+Required+Gems-2FDependencies">Updating Required Gems/Dependencies<span><a href="#label-Updating+Required+Gems-2FDependencies">¶</a> <a href="#top">↑</a></span></h3>
|
|
113
113
|
|
|
114
114
|
<pre>$ bundle update</pre>
|
|
115
115
|
|
data/doc/js/search_index.js.gz
CHANGED
|
Binary file
|
data/doc/table_of_contents.html
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
<li><a href="README_rdoc.html#label-Regular+Expression">Regular Expression</a>
|
|
35
35
|
<li><a href="README_rdoc.html#label-Installing">Installing</a>
|
|
36
36
|
<li><a href="README_rdoc.html#label-Install+Required+Gems-2FDependencies">Install Required Gems/Dependencies</a>
|
|
37
|
-
<li><a href="README_rdoc.html#label-
|
|
37
|
+
<li><a href="README_rdoc.html#label-Updating+Required+Gems-2FDependencies">Updating Required Gems/Dependencies</a>
|
|
38
38
|
<li><a href="README_rdoc.html#label-Uninstalling">Uninstalling</a>
|
|
39
39
|
<li><a href="README_rdoc.html#label-Testing">Testing</a>
|
|
40
40
|
<li><a href="README_rdoc.html#label-Usage">Usage</a>
|