phone_number_validator 0.6.6 → 0.6.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: 629926c89e8e22e60c406b97b4a1c8c01fa99c6b6e66e84a72bcf5ed9817cd74
4
- data.tar.gz: 6740844c607bdf45687fdf259ad235beb7776bb2ef57d80ba5ec8463a9a34deb
3
+ metadata.gz: cc49091ee8b98657be499f2dae7c441a2164cbefcf5b4babfd7c9ab1e9878a9b
4
+ data.tar.gz: f3b6db10b5418cdb823bc322e3746653a41bb41a2ece8b0cada759d10a03d339
5
5
  SHA512:
6
- metadata.gz: bf9b19201974683ecb0148ba70b22b3fa750ffa9899aa0adaab065d7069b28d059e01ad78ea210fcd611e3afd2646fb0244f240abb65f751f02746c1de3b113e
7
- data.tar.gz: b7d0e471c33386d44c68c769c0fe95aa782bb45d9afb5a959d69fe5330611a75565551bf23e332724fe940093f8375ba1cb819e447c976dcd4e75f564fc550c7
6
+ metadata.gz: b4c5102e509587163949969aad8dadd39b5c7dd680c6b011e050a8bcd4266fb343dcbba1f1520383001d7135b81a9d6e7b6c9a90f99d86be6af486daae4fd52d
7
+ data.tar.gz: 4b93bd7038d9bf59db045af49dd982442d205ce3b358926a890da70a2a2bffff782eae294f19bb3fb024f215ce592f125cf6007216b31462c810c1d676c26361
data/README.rdoc CHANGED
@@ -55,4 +55,5 @@ This gem uses the following regular expression:
55
55
  ==== Output
56
56
 
57
57
  => true
58
- # output can be true (boolean, valid phone number), false (boolean, invalid phone number), or nil (symbol, no phone number entered)
58
+
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>)
data/doc/README_rdoc.html CHANGED
@@ -148,8 +148,11 @@ number.</p>
148
148
 
149
149
  <h4 id="label-Output">Output<span><a href="#label-Output">&para;</a> <a href="#top">&uarr;</a></span></h4>
150
150
 
151
- <pre>=&gt; true
152
- # output can be true (boolean, valid phone number), false (boolean, invalid phone number), or nil (symbol, no phone number entered)</pre>
151
+ <pre>=&gt; true</pre>
152
+
153
+ <p>output can be <strong>true</strong> (<em>boolean, valid phone number</em>),
154
+ <strong>false</strong> (<em>boolean, invalid phone number</em>), or
155
+ <strong>nil</strong> (<em>symbol, no phone number entered</em>)</p>
153
156
  </main>
154
157
 
155
158
 
data/doc/created.rid CHANGED
@@ -1,5 +1,5 @@
1
- Sat, 24 Nov 2018 18:13:33 -0800
2
- README.rdoc Sat, 24 Nov 2018 18:13:24 -0800
1
+ Sat, 24 Nov 2018 18:16:46 -0800
2
+ README.rdoc Sat, 24 Nov 2018 18:16:35 -0800
3
3
  lib/phone_number_validator.rb Sat, 24 Nov 2018 18:11:57 -0800
4
4
  lib/phone_number_validator/validator.rb Sat, 24 Nov 2018 09:42:07 -0800
5
5
  test/test_phone_number_validator.rb Sat, 24 Nov 2018 09:34:43 -0800
data/doc/index.html CHANGED
@@ -142,8 +142,11 @@ number.</p>
142
142
 
143
143
  <h4 id="label-Output">Output<span><a href="#label-Output">&para;</a> <a href="#top">&uarr;</a></span></h4>
144
144
 
145
- <pre>=&gt; true
146
- # output can be true (boolean, valid phone number), false (boolean, invalid phone number), or nil (symbol, no phone number entered)</pre>
145
+ <pre>=&gt; true</pre>
146
+
147
+ <p>output can be <strong>true</strong> (<em>boolean, valid phone number</em>),
148
+ <strong>false</strong> (<em>boolean, invalid phone number</em>), or
149
+ <strong>nil</strong> (<em>symbol, no phone number entered</em>)</p>
147
150
  </main>
148
151
 
149
152
 
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'phone_number_validator'
3
- spec.version = '0.6.6'
3
+ spec.version = '0.6.7'
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.6.6
4
+ version: 0.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag33188