phone_number_validator 0.4.1 → 0.4.2

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: c572013b1317300af784e89d3cd180f9a80be132168c7e422ddf2b9b4926af32
4
- data.tar.gz: 9dd88def297a652ba03d4eb6d3c2d3a880102450ee30fb7dc40d011d15ff8f95
3
+ metadata.gz: b704cf1dce4664444f4d38485ec22b04ac17221ed3ce1365f290f0ccd90afac1
4
+ data.tar.gz: 58ef10cd141806f33ff9534e1fb936b8a0c2525a3c955d3b701182f2d6d3aab2
5
5
  SHA512:
6
- metadata.gz: 23a3c5a1ddbd5a4b82d4da7a3015c5c1157b27acadaeae707b6671f1af8299323d58d1bff2e31372ce1bf2346d1c3580fbbe57aa4eac4c6679f69a78b904fa32
7
- data.tar.gz: 0574b77c7c8779935401a88042a21b06a0733a78474adc226401c02821229a889265c0b0840c2e9e4c361b2aab631fde1f7b804bdbbf9ee317b9fffdbba53c70
6
+ metadata.gz: 77bbf4040b08c0ede3b808dcbabeefb46a3d72906a149200b753de7be4ac0aa36b309ba05892f9c25306c9ddf684a64e841c6a9ae0986ee4aaf4ff02bdfe3536
7
+ data.tar.gz: 90f682110f4b64e790cc92f4df5daa78ce5848a73eb14d460b07088a5f10ccc413d614dd2aec63122a581571a621398947699021defa3986db1cec1f99a2f8f5
data/doc/created.rid CHANGED
@@ -1,4 +1,4 @@
1
- Mon, 19 Nov 2018 15:55:15 -0800
1
+ Mon, 19 Nov 2018 16:02:02 -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.1'
3
+ spec.version = '0.4.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
@@ -25,9 +25,8 @@ 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',
29
- 'Repository Host' => 'GitLab (https://gitlab.com)',
30
- 'RubyGems Web Page' => 'https://rubygems.org/gems/phone_number_validator'
28
+ 'bug_tracker_uri' => 'https://gitlab.com/bag3318/phone_number_validator/issues',
29
+ 'source_code_uri' => 'https://gitlab.com/bag3318/phone_number_validator'
31
30
  }
32
31
  spec.add_runtime_dependency 'bundler', '~> 1.11', '>= 1.11.2'
33
32
  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.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag33188
@@ -103,9 +103,8 @@ 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
107
- Repository Host: GitLab (https://gitlab.com)
108
- RubyGems Web Page: https://rubygems.org/gems/phone_number_validator
106
+ bug_tracker_uri: https://gitlab.com/bag3318/phone_number_validator/issues
107
+ source_code_uri: https://gitlab.com/bag3318/phone_number_validator
109
108
  post_install_message: "\r\nThanks for installing my phone_number_validator gem!\r\nI
110
109
  hope you will enjoy using it! :)\r\n\r\n"
111
110
  rdoc_options: []