phone_number_validator 0.9.1 → 0.9.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 +4 -4
- data/README.rdoc +6 -1
- data/doc/README_rdoc.html +6 -1
- data/doc/created.rid +2 -2
- data/doc/index.html +5 -1
- data/doc/js/search_index.js.gz +0 -0
- data/doc/table_of_contents.html +2 -0
- 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: 58c91975e85a514b4f8d29af0af9ae1f9705970d4d04366690e37f2cc92d65ae
|
|
4
|
+
data.tar.gz: aced91444597682a8f0614d7c4e0711b746c897d9b897d5ff6756932fd017636
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28aa3176824a42fc633526752705f25014b41ab4aeab2f71ec424b81360be5915d8f9fbaa3787d3525547ad526cf088c657efcbdaf4a6d8df5c397692c593ff2
|
|
7
|
+
data.tar.gz: 74d41c09685963f5a2ce91927454fcae800511a458a82319e9334f73b3d0c229f994aee4df4eb593c74c1cbb6975c1e4438548d5028a30a1791c1ff2cbd9e605
|
data/README.rdoc
CHANGED
|
@@ -58,4 +58,9 @@ This gem uses the following regular expression:
|
|
|
58
58
|
|
|
59
59
|
Output can be <b>true</b> (<em>boolean, valid phone number</em>), <b>false</b> (<em>boolean, invalid phone number</em>), or <b>nil</b> (<em>symbol, no phone number entered</em>).
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
== Development
|
|
62
|
+
|
|
63
|
+
Run the following to make +bin/pnv+ executable (Unix only):
|
|
64
|
+
|
|
65
|
+
chmod ugo+x bin/pnv
|
|
66
|
+
|
data/doc/README_rdoc.html
CHANGED
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
<li><a href="#label-Output">Output</a>
|
|
71
71
|
<li><a href="#label-In+Ruby+code">In Ruby code</a>
|
|
72
72
|
<li><a href="#label-Output">Output</a>
|
|
73
|
+
<li><a href="#label-Development">Development</a>
|
|
73
74
|
</ul>
|
|
74
75
|
</div>
|
|
75
76
|
|
|
@@ -152,7 +153,11 @@
|
|
|
152
153
|
|
|
153
154
|
<p>Output can be <strong>true</strong> (<em>boolean, valid phone number</em>), <strong>false</strong> (<em>boolean, invalid phone number</em>), or <strong>nil</strong> (<em>symbol, no phone number entered</em>).</p>
|
|
154
155
|
|
|
155
|
-
<
|
|
156
|
+
<h2 id="label-Development">Development<span><a href="#label-Development">¶</a> <a href="#top">↑</a></span></h2>
|
|
157
|
+
|
|
158
|
+
<p>Run the following to make <code>bin/pnv</code> executable (Unix only):</p>
|
|
159
|
+
|
|
160
|
+
<pre>chmod ugo+x bin/pnv</pre>
|
|
156
161
|
|
|
157
162
|
</main>
|
|
158
163
|
|
data/doc/created.rid
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
Wed, 07 Aug 2019 08:
|
|
2
|
-
README.rdoc Wed, 07 Aug 2019 08:
|
|
1
|
+
Wed, 07 Aug 2019 08:27:49 -0700
|
|
2
|
+
README.rdoc Wed, 07 Aug 2019 08:27:33 -0700
|
|
3
3
|
lib/phone_number_validator.rb Sun, 21 Jul 2019 04:57:13 -0700
|
|
4
4
|
lib/phone_number_validator/validator.rb Sun, 21 Jul 2019 04:57:13 -0700
|
|
5
5
|
test/test_phone_number_validator.rb Sun, 21 Jul 2019 04:57:13 -0700
|
data/doc/index.html
CHANGED
|
@@ -146,7 +146,11 @@
|
|
|
146
146
|
|
|
147
147
|
<p>Output can be <strong>true</strong> (<em>boolean, valid phone number</em>), <strong>false</strong> (<em>boolean, invalid phone number</em>), or <strong>nil</strong> (<em>symbol, no phone number entered</em>).</p>
|
|
148
148
|
|
|
149
|
-
<
|
|
149
|
+
<h2 id="label-Development">Development<span><a href="#label-Development">¶</a> <a href="#top">↑</a></span></h2>
|
|
150
|
+
|
|
151
|
+
<p>Run the following to make <code>bin/pnv</code> executable (Unix only):</p>
|
|
152
|
+
|
|
153
|
+
<pre>chmod ugo+x bin/pnv</pre>
|
|
150
154
|
|
|
151
155
|
|
|
152
156
|
</main>
|
data/doc/js/search_index.js.gz
CHANGED
|
Binary file
|
data/doc/table_of_contents.html
CHANGED