phone_number_validator 0.7.1 → 0.7.2

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: 3242e54cc0f759a1a074f0562a5c01e2a5301eaa0af7b6c9997b4f36f907ce9c
4
- data.tar.gz: ea25f219f2a1eb96ae971d1d11dd7dd17c33c6056c26bf14b6962b5a0df74a4f
3
+ metadata.gz: f574959e3a0bd237cf8063410e16b2302306f593ebf0f038d24ca593f18c5e6d
4
+ data.tar.gz: 6d2ae011d7e284193a1d24c2cd222be616f073b30cca9b6ece30c67aaafb9d09
5
5
  SHA512:
6
- metadata.gz: 524dea8956ae1f5816b9ea1a85521c92d3f071c7edfb930a18bf50558b3ae111a7f6daab9b2ffd468bb4edaa895c477ecf0b092d1f72d717c859f21bdc36106d
7
- data.tar.gz: 5b941ead1e7c4a181eb87462679383621067149edd072eddbcffb1f72fdc7881ae748f37b5571184d29363b46432f05202a6ef532f52daf1722c31374fa53144
6
+ metadata.gz: c82c69c471ed22597f0447ea73819f5bb155f781b3eda9422726239d8460f3471a361533977d8e2b0c8d6abe2ffd356f5e2181c047370ddda1a5091d10e9f588
7
+ data.tar.gz: 639d5ebd81ad91d372425ec11b823079abaad5f41b2073eac4b431cb352c7780acca2c0343104d1a523d4fe3af0b22bf6543a3259f2866856b8430e352cb9415
@@ -1,4 +1,4 @@
1
- Sat, 24 Nov 2018 20:34:01 -0800
1
+ Sat, 24 Nov 2018 20:37:38 -0800
2
2
  README.rdoc Sat, 24 Nov 2018 18:18:31 -0800
3
3
  lib/phone_number_validator.rb Sat, 24 Nov 2018 18:11:57 -0800
4
4
  lib/phone_number_validator/validator.rb Sat, 24 Nov 2018 09:42:07 -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.7.1'
3
+ spec.version = '0.7.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
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  spec.platform = Gem::Platform::RUBY
23
23
  spec.required_ruby_version = '>= 2.0.0'
24
24
  spec.required_rubygems_version = '>= 2.6.0'
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"
25
+ spec.post_install_message = "Thanks for installing my phone_number_validator gem!\r\nI hope you will enjoy using it! :)"
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://gitlab.com/bag3318/phone_number_validator/issues',
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.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag33188
@@ -105,8 +105,8 @@ licenses:
105
105
  metadata:
106
106
  bug_tracker_uri: https://gitlab.com/bag3318/phone_number_validator/issues
107
107
  source_code_uri: https://gitlab.com/bag3318/phone_number_validator
108
- post_install_message: "\r\nThanks for installing my phone_number_validator gem!\r\nI
109
- hope you will enjoy using it! :)\r\n\r\n"
108
+ post_install_message: "Thanks for installing my phone_number_validator gem!\r\nI hope
109
+ you will enjoy using it! :)"
110
110
  rdoc_options: []
111
111
  require_paths:
112
112
  - lib