phone_number_validator 0.4.0 → 0.4.1
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/doc/created.rid +1 -1
- data/doc/js/navigation.js.gz +0 -0
- data/doc/js/search_index.js.gz +0 -0
- data/doc/js/searcher.js.gz +0 -0
- data/phone_number_validator.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c572013b1317300af784e89d3cd180f9a80be132168c7e422ddf2b9b4926af32
|
4
|
+
data.tar.gz: 9dd88def297a652ba03d4eb6d3c2d3a880102450ee30fb7dc40d011d15ff8f95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23a3c5a1ddbd5a4b82d4da7a3015c5c1157b27acadaeae707b6671f1af8299323d58d1bff2e31372ce1bf2346d1c3580fbbe57aa4eac4c6679f69a78b904fa32
|
7
|
+
data.tar.gz: 0574b77c7c8779935401a88042a21b06a0733a78474adc226401c02821229a889265c0b0840c2e9e4c361b2aab631fde1f7b804bdbbf9ee317b9fffdbba53c70
|
data/doc/created.rid
CHANGED
data/doc/js/navigation.js.gz
CHANGED
Binary file
|
data/doc/js/search_index.js.gz
CHANGED
Binary file
|
data/doc/js/searcher.js.gz
CHANGED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = 'phone_number_validator'
|
3
|
-
spec.version = '0.4.
|
3
|
+
spec.version = '0.4.1'
|
4
4
|
spec.date = Time.now.strftime("%Y-%m-%d")
|
5
5
|
spec.summary = 'Validate any US phone number!'
|
6
6
|
spec.description = <<-EOF
|
@@ -25,9 +25,9 @@ Gem::Specification.new do |spec|
|
|
25
25
|
spec.post_install_message = "\r\nThanks for installing my phone_number_validator gem!\r\nI hope you will enjoy using it! :)\r\n\r\n"
|
26
26
|
spec.requirements << 'A Windows, Mac, or Linux computer with Ruby and RubyGems Installed.'
|
27
27
|
spec.metadata = {
|
28
|
+
'Issues' => 'https://gitlab.com/bag3318/phone_number_validator/issues',
|
28
29
|
'Repository Host' => 'GitLab (https://gitlab.com)',
|
29
|
-
'RubyGems Web Page' => 'https://rubygems.org/gems/phone_number_validator'
|
30
|
-
'Issues' => 'https://gitlab.com/bag3318/phone_number_validator/issues'
|
30
|
+
'RubyGems Web Page' => 'https://rubygems.org/gems/phone_number_validator'
|
31
31
|
}
|
32
32
|
spec.add_runtime_dependency 'bundler', '~> 1.11', '>= 1.11.2'
|
33
33
|
end
|
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.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bag33188
|
@@ -103,9 +103,9 @@ homepage: https://gitlab.com/bag3318/phone_number_validator
|
|
103
103
|
licenses:
|
104
104
|
- MIT
|
105
105
|
metadata:
|
106
|
+
Issues: https://gitlab.com/bag3318/phone_number_validator/issues
|
106
107
|
Repository Host: GitLab (https://gitlab.com)
|
107
108
|
RubyGems Web Page: https://rubygems.org/gems/phone_number_validator
|
108
|
-
Issues: https://gitlab.com/bag3318/phone_number_validator/issues
|
109
109
|
post_install_message: "\r\nThanks for installing my phone_number_validator gem!\r\nI
|
110
110
|
hope you will enjoy using it! :)\r\n\r\n"
|
111
111
|
rdoc_options: []
|