phone_number_validator 0.3.7 → 0.3.8

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: f6faaa16cfd458808fcb702142be87dc9a722130837e0b22e4f27b1f2a1463f5
4
- data.tar.gz: 5c91cec3aa8309b105646b343e882c2105895636f3a752e76ab297236c279f93
3
+ metadata.gz: 33d132ce7bd3fa0bcc8d643d837a838d9743faceb7556f052e07e824a3d9d0cc
4
+ data.tar.gz: e6b8bcb91397e644520d54f304ca8e7df5c6fab130ece6afb32162a06f590bcc
5
5
  SHA512:
6
- metadata.gz: f9875c7b3625b8d5149a1e58da3e5a62740aba008841abe6a28ec4ded97a2157d6cd3081e8fe58a5ed827b99aff146dfefd5e753f15f3c7504d1febfd0f9b227
7
- data.tar.gz: 347994af1c243f86ec616493ce43f7540f1e7ee8c6d4e86e35f1e2d9d2444fdc75bedeb8cdad4e24392a95bc85346d6b29ceea5446842b4f80e6eac1d45645b8
6
+ metadata.gz: 7815f2545a56e1ffa217d340a06500b478cef149632fb58a7fc5f2723f7afe029c828cbd0e4cc7202c56c849bf19234ed19f4f3b50bc2aa64356c23270be741f
7
+ data.tar.gz: 6341a40d4900a5ddd90837842f183f8252de70559fa9d906449d220026211a3abf49d55755c1fbb2ef58eba5bc94ac8f085c740fb5871cd241c1e23b98249198
data/README.rdoc CHANGED
@@ -38,8 +38,8 @@ This gem uses the following regular expression:
38
38
 
39
39
  === In command line
40
40
 
41
- $ phone_number_validator '+1 (949) 355-6244 ext. 198842'
42
- => '+1 (949) 355-6244 ext. 198842' is a valid phone number.'
41
+ $ pnv "+1 (949) 355-6244 ext. 198842"
42
+ => "+1 (949) 355-6244 ext. 198842"is a valid phone number.'
43
43
  => true
44
44
 
45
45
  === In Ruby code
@@ -52,5 +52,5 @@ This gem uses the following regular expression:
52
52
 
53
53
  ==== Output
54
54
 
55
- => '+1 (949) 355-6244 ext. 198842' is a valid phone number.'
55
+ => "+1 (949) 355-6244 ext. 198842" is a valid phone number.'
56
56
  => true
data/doc/README_rdoc.html CHANGED
@@ -129,8 +129,8 @@ number.</p>
129
129
 
130
130
  <h3 id="label-In+command+line">In command line<span><a href="#label-In+command+line">&para;</a> <a href="#top">&uarr;</a></span></h3>
131
131
 
132
- <pre>$ phone_number_validator &#39;+1 (949) 355-6244 ext. 198842&#39;
133
- =&gt; &#39;+1 (949) 355-6244 ext. 198842&#39; is a valid phone number.&#39;
132
+ <pre>$ pnv &quot;+1 (949) 355-6244 ext. 198842&quot;
133
+ =&gt; &quot;+1 (949) 355-6244 ext. 198842&quot;is a valid phone number.&#39;
134
134
  =&gt; true</pre>
135
135
 
136
136
  <h3 id="label-In+Ruby+code">In Ruby code<span><a href="#label-In+Ruby+code">&para;</a> <a href="#top">&uarr;</a></span></h3>
@@ -144,7 +144,7 @@ number.</p>
144
144
 
145
145
  <h4 id="label-Output">Output<span><a href="#label-Output">&para;</a> <a href="#top">&uarr;</a></span></h4>
146
146
 
147
- <pre>=&gt; &#39;+1 (949) 355-6244 ext. 198842&#39; is a valid phone number.&#39;
147
+ <pre>=&gt; &quot;+1 (949) 355-6244 ext. 198842&quot; is a valid phone number.&#39;
148
148
  =&gt; true</pre>
149
149
  </main>
150
150
 
data/doc/created.rid CHANGED
@@ -1,5 +1,5 @@
1
- Mon, 19 Nov 2018 14:43:20 -0800
2
- README.rdoc Sun, 04 Nov 2018 18:31:11 -0800
1
+ Mon, 19 Nov 2018 14:59:18 -0800
2
+ README.rdoc Mon, 19 Nov 2018 14:59:11 -0800
3
3
  lib/phone_number_validator.rb Sun, 11 Nov 2018 18:51:34 -0800
4
4
  lib/phone_number_validator/validator.rb Mon, 19 Nov 2018 14:42:50 -0800
5
5
  test/test_phone_number_validator.rb Sun, 04 Nov 2018 18:25:44 -0800
data/doc/index.html CHANGED
@@ -124,8 +124,8 @@ number.</p>
124
124
 
125
125
  <h3 id="label-In+command+line">In command line<span><a href="#label-In+command+line">&para;</a> <a href="#top">&uarr;</a></span></h3>
126
126
 
127
- <pre>$ phone_number_validator &#39;+1 (949) 355-6244 ext. 198842&#39;
128
- =&gt; &#39;+1 (949) 355-6244 ext. 198842&#39; is a valid phone number.&#39;
127
+ <pre>$ pnv &quot;+1 (949) 355-6244 ext. 198842&quot;
128
+ =&gt; &quot;+1 (949) 355-6244 ext. 198842&quot;is a valid phone number.&#39;
129
129
  =&gt; true</pre>
130
130
 
131
131
  <h3 id="label-In+Ruby+code">In Ruby code<span><a href="#label-In+Ruby+code">&para;</a> <a href="#top">&uarr;</a></span></h3>
@@ -139,7 +139,7 @@ number.</p>
139
139
 
140
140
  <h4 id="label-Output">Output<span><a href="#label-Output">&para;</a> <a href="#top">&uarr;</a></span></h4>
141
141
 
142
- <pre>=&gt; &#39;+1 (949) 355-6244 ext. 198842&#39; is a valid phone number.&#39;
142
+ <pre>=&gt; &quot;+1 (949) 355-6244 ext. 198842&quot; is a valid phone number.&#39;
143
143
  =&gt; true</pre>
144
144
  </main>
145
145
 
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.3.7'
3
+ spec.version = '0.3.8'
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.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag33188