phone_number_validator 0.8.3 → 0.8.4

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: a2ca363be84fc2fd55568776c938b6a67f463be94a3e11c13bd7ffc3499682d4
4
- data.tar.gz: fcfc709d538fc8f019414deafb529f8c38a109bdd2de3b6cc591270ceb28a23c
3
+ metadata.gz: 681645bf4edc02d6cd23ca8bac8927e33487fa6bd01fb2e0591fe94a37df6962
4
+ data.tar.gz: dc511a080affd8c6c207090ca80dc91acdd0cce0e84c7cd7ca15585092c363d7
5
5
  SHA512:
6
- metadata.gz: 9440ac29343a460506dfaab6ced154dfdc2b7a37de48d508aec626ab8d7883db557cb2e97e34920c582dffb393daa4df924d2c7bf6c923250771a5efcfcb596f
7
- data.tar.gz: 9a14c8be065c480babb6bb0ab5079ca803d55a136c81f6482bc95ed5a778f021d490549abd3b52ba029bd40f4b79f54428e33fa59f82d308b7704689f198bcdb
6
+ metadata.gz: ba0d099c279efd94ed918352f05431f6f0f14c120038509c4df44d8a83e8067a39abc0742632d4eb144b5c037096f4c7511009a334ad74717b46fb613fbafd0e
7
+ data.tar.gz: 3e1098bed841913f46de7b55648da0a5c236ee5b9b2047e42885e65415f57f0cd35a004be2a8d52975aad501aa1cded99a67382f86c5ee97081c5f7a0ed06108
data/doc/created.rid CHANGED
@@ -1,4 +1,4 @@
1
- Sat, 06 Jul 2019 07:04:11 -0700
1
+ Sat, 06 Jul 2019 07:14:03 -0700
2
2
  README.rdoc Tue, 27 Nov 2018 09:42:11 -0800
3
3
  lib/phone_number_validator.rb Tue, 27 Nov 2018 09:42:11 -0800
4
4
  lib/phone_number_validator/validator.rb Tue, 27 Nov 2018 09:42:11 -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.8.3'
3
+ spec.version = '0.8.4'
4
4
  spec.date = Time.now.strftime("%Y-%m-%d")
5
5
  spec.summary = 'Validate any US phone number!'
6
6
  spec.description = <<-EOF
@@ -26,7 +26,8 @@ Gem::Specification.new do |spec|
26
26
  spec.requirements << 'A Windows, Mac, or Linux computer with Ruby and RubyGems Installed.'
27
27
  spec.metadata = {
28
28
  'bug_tracker_uri' => 'https://github.com/bag33188/phone-number-validator/issues',
29
- 'source_code_uri' => 'https://github.com/bag33188/phone-number-validator'
29
+ 'source_code_uri' => 'https://github.com/bag33188/phone-number-validator',
30
+ "documentation_uri" => 'https://www.rubydoc.info/gems/phone_number_validator'
30
31
  }
31
32
  spec.add_development_dependency 'bundler', '~> 1.11', '>= 1.11.2'
32
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.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag33188
@@ -105,6 +105,7 @@ licenses:
105
105
  metadata:
106
106
  bug_tracker_uri: https://github.com/bag33188/phone-number-validator/issues
107
107
  source_code_uri: https://github.com/bag33188/phone-number-validator
108
+ documentation_uri: https://www.rubydoc.info/gems/phone_number_validator
108
109
  post_install_message: "Thanks for installing my phone_number_validator gem!\r\nI hope
109
110
  you will enjoy using it! :)"
110
111
  rdoc_options: []