phone_number_validator 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c6b7d33d55358151021c911d388dd62a708a7128a62ccb8b244cb45a5e916961
4
- data.tar.gz: 5f1e8694bd4f84a94549adb08d4a9708c8bb27f464e71c28eac9feb3a8c06147
3
+ metadata.gz: c572013b1317300af784e89d3cd180f9a80be132168c7e422ddf2b9b4926af32
4
+ data.tar.gz: 9dd88def297a652ba03d4eb6d3c2d3a880102450ee30fb7dc40d011d15ff8f95
5
5
  SHA512:
6
- metadata.gz: 2bb9591222f6799aea1f2e7b35f8120200967c5b68444dd7f6f75802f080cff479f2827124a694085d2cc3d2395e9a5498c198c2f6ee9c23da057b48cb9524e0
7
- data.tar.gz: d43a2cac30a1da02e431bf850eeeb7c5be04a7b034b5b17c9d3add4efa88743711c4c83ee2ccea9bbb4d1365f8f87b3b0d0f01392e35b92242a2ab4789e161a5
6
+ metadata.gz: 23a3c5a1ddbd5a4b82d4da7a3015c5c1157b27acadaeae707b6671f1af8299323d58d1bff2e31372ce1bf2346d1c3580fbbe57aa4eac4c6679f69a78b904fa32
7
+ data.tar.gz: 0574b77c7c8779935401a88042a21b06a0733a78474adc226401c02821229a889265c0b0840c2e9e4c361b2aab631fde1f7b804bdbbf9ee317b9fffdbba53c70
data/doc/created.rid CHANGED
@@ -1,4 +1,4 @@
1
- Mon, 19 Nov 2018 15:53:45 -0800
1
+ Mon, 19 Nov 2018 15:55:15 -0800
2
2
  README.rdoc Mon, 19 Nov 2018 15:05:00 -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
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.4.0'
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.0
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: []