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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41fd62bdb9f92e3dc46ae427c04f02f940aa1ae3fdb68f90674b88ef4b0c9d69
4
- data.tar.gz: 70448f85802875655a342e760276764a35cfde728a15061d56f19600c682ed2a
3
+ metadata.gz: 58c91975e85a514b4f8d29af0af9ae1f9705970d4d04366690e37f2cc92d65ae
4
+ data.tar.gz: aced91444597682a8f0614d7c4e0711b746c897d9b897d5ff6756932fd017636
5
5
  SHA512:
6
- metadata.gz: 987f199c11498c063320a5e65254f9d69ec0688bfe952957909b04f73a7849bdf56b6f5f15b0cceee1ba5369bf45029be2e14a0dcf071d8cf049b5740b1568c2
7
- data.tar.gz: d5bd74ffd92c26cfe900295825b51fe761faa1d1440bd830992cbde3457ccfa77f1178bee6873ab2dfbd7ee10d7529f7efb056f76586ed5c39c970be8e877b9f
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
- # chmod ugo+x bin/pnv
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
- <p># chmod ugo+x bin/pnv</p>
156
+ <h2 id="label-Development">Development<span><a href="#label-Development">&para;</a> <a href="#top">&uarr;</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:24:42 -0700
2
- README.rdoc Wed, 07 Aug 2019 08:24:16 -0700
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
- <p># chmod ugo+x bin/pnv</p>
149
+ <h2 id="label-Development">Development<span><a href="#label-Development">&para;</a> <a href="#top">&uarr;</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>
Binary file
@@ -60,6 +60,8 @@
60
60
 
61
61
  <li><a href="README_rdoc.html#label-Output">Output</a>
62
62
 
63
+ <li><a href="README_rdoc.html#label-Development">Development</a>
64
+
63
65
  </ul>
64
66
 
65
67
  </li>
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'phone_number_validator'
3
- spec.version = '0.9.1'
3
+ spec.version = '0.9.2'
4
4
  spec.date = Time.now.strftime("%Y-%m-%d")
5
5
  spec.summary = 'Validate any US phone number!'
6
6
  spec.description = <<-EOF
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.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag33188