phone_number_validator 0.1.3 → 0.1.4

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: bf50bfc6b2b9a79b3755923917be7691161f86a38c4dfe54cab72f1bb957d3a5
4
- data.tar.gz: aacbd5e271594049f21e2414f67ae3954a007643c9c86f3025a2e79eaba72352
3
+ metadata.gz: 38c652a703d80d647c692888e2c7cf72fde3c3ea05c136a5c12998952f2c9536
4
+ data.tar.gz: 71dbfdf80381a993420c52fcd720333dc8154173fedea04bdf38ecb9ed1ed55f
5
5
  SHA512:
6
- metadata.gz: dc6e917e5829a9fd091e8df217b45451c5c46275740ffddd300d6982228357e4e3b603ed09de82260cefe36294a7582e4ea79e28ecde5fe9ec1f5a84032168a6
7
- data.tar.gz: 707073b1e901250b0521b0ffc9490ceb244dff6be027fe5545063c3a48183c48e99387bf8c4a67e0f82bccdb460668b648bf6a1ad20d0d017072d6a99e954358
6
+ metadata.gz: e0988c4de502382c66cb7083d3a76579d1f9c29c694d54fa9b17b5f5413a110641492c48b208a210289c3eef9bb5095e3ca8d58d5d3315e4c7bffd4f846653ac
7
+ data.tar.gz: 44738bd062a595057b6f8fc9814554c7563529b27c68a2b535d77a97f23e5514f7bbe7fcb151b44374657507c80d87d7d81db7245d21c6e6a3e7b563a99b5a4e
data/doc/created.rid CHANGED
@@ -1,4 +1,4 @@
1
- Sun, 04 Nov 2018 15:07:02 -0800
1
+ Sun, 04 Nov 2018 15:16:55 -0800
2
2
  README.rdoc Sun, 04 Nov 2018 15:06:02 -0800
3
3
  lib/phone_number_validator.rb Sun, 04 Nov 2018 14:34:47 -0800
4
4
  lib/phone_number_validator/validator.rb Sun, 04 Nov 2018 14:38:44 -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.1.3'
3
+ spec.version = '0.1.4'
4
4
  spec.date = Time.now.strftime("%Y-%m-%d")
5
5
  spec.summary = 'Validate any US phone number!'
6
6
  spec.description = "This gem is a United States phone number validator. This gem uses a complex regular expression that can validate any United States phone number."
@@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
22
22
  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"
23
23
  spec.requirements << 'A Windows, Mac, or Linux computer with Ruby and RubyGems Installed.'
24
24
  spec.metadata = {
25
+ 'Repository Host' => 'GitLab (https://gitlab.com)',
25
26
  'RubyGems Web Page' => 'https://rubygems.org/gems/phone_number_validator',
26
27
  'Issues' => 'https://gitlab.com/bag3318/phone_number_validator/issues'
27
28
  }
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.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag33188
@@ -122,6 +122,7 @@ homepage: https://gitlab.com/bag3318/phone_number_validator
122
122
  licenses:
123
123
  - MIT
124
124
  metadata:
125
+ Repository Host: GitLab (https://gitlab.com)
125
126
  RubyGems Web Page: https://rubygems.org/gems/phone_number_validator
126
127
  Issues: https://gitlab.com/bag3318/phone_number_validator/issues
127
128
  post_install_message: "\r\nThanks for installing my phone_number_validator gem!\r\nI