phone_number_validator 0.8.1 → 0.8.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: 923014d6abc6680af07a82a8f3de927e4a3dd5dbeac58afecae8091cfff1dbca
4
- data.tar.gz: 517ed0806777318d1afde168466eb4dbed66655d956b2e6432001206ed71ad99
3
+ metadata.gz: c5ad6a4876467472f6eb3c4072e51c396ea8f7f07af52036a299730f93b96508
4
+ data.tar.gz: 8eb4dfd65ed53c172886fff5d1b242c954496b164daa110a85aeb037ed2f5e5e
5
5
  SHA512:
6
- metadata.gz: d7437b1ef34b2e47a6055ade5c0fc8427c28315ac0c05f35779f0f56bcb7b4fcd02f8119795595a1b4cdd3b8c6062f64291405ca4442d05a90220f9edf34a449
7
- data.tar.gz: a3858cc632e248faebf23858c8fbc06e30468981ae76b67a7e0e482cc8febcf1be5be3086a2fc99cf486a2207e31dd4d3c42d5949bc670cde3dea5ca446915ee
6
+ metadata.gz: e409c90fe3a88a50301ebe8085ed035bf2d5a2398d0294e6294121c014264d10b2f761187ed1e809fc84c4c4c179d2dba799d677a830406234411fc73930c1e6
7
+ data.tar.gz: bb078fd0a6448ce50dac65c1299a3634f59c3bc173c15c3d909ad8782be16ee4e30f87146fa77e4eb86f4c9a86ca4a60c7c243d316a121b80fe9f51a446694a8
data/doc/created.rid CHANGED
@@ -1,4 +1,4 @@
1
- Sat, 06 Jul 2019 06:25:59 -0700
1
+ Sat, 06 Jul 2019 06:31:19 -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.1'
3
+ spec.version = '0.8.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
@@ -12,10 +12,10 @@ Gem::Specification.new do |spec|
12
12
  spec.files = `git ls-files -z`.split("\x0")
13
13
  # spec.files = ['phone_number_validator.gemspec', 'Gemfile', 'Rakefile', 'LICENSE', 'README.rdoc']
14
14
  # spec.files += Dir['lib/**/*'] + Dir['bin/*'] + Dir['doc/**/*'] + Dir['test/*']
15
- spec.require_paths = ['lib', 'lib/phone_number_validator', 'doc', 'test', 'bin', '.']
15
+ spec.require_paths = %w(lib lib/phone_number_validator doc test bin .)
16
16
  spec.test_files = ['test/test_phone_number_validator.rb']
17
17
  spec.executables << 'pnv'
18
- spec.homepage = 'https://gitlab.com/bag3318/phone_number_validator'
18
+ spec.homepage = 'https://github.com/bag33188/phone-number-validator'
19
19
  spec.license = 'MIT'
20
20
  spec.bindir = 'bin'
21
21
  spec.extra_rdoc_files = ['README.rdoc']
@@ -25,8 +25,8 @@ Gem::Specification.new do |spec|
25
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
- 'bug_tracker_uri' => 'https://gitlab.com/bag3318/phone_number_validator/issues',
29
- 'source_code_uri' => 'https://gitlab.com/bag3318/phone_number_validator'
28
+ 'bug_tracker_uri' => 'https://github.com/bag33188/phone-number-validator/issues',
29
+ 'source_code_uri' => 'https://github.com/bag33188/phone-number-validator'
30
30
  }
31
31
  spec.add_development_dependency 'bundler', '~> 1.11', '>= 1.11.2'
32
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.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag33188
@@ -99,12 +99,12 @@ files:
99
99
  - lib/phone_number_validator/validator.rb
100
100
  - phone_number_validator.gemspec
101
101
  - test/test_phone_number_validator.rb
102
- homepage: https://gitlab.com/bag3318/phone_number_validator
102
+ homepage: https://github.com/bag33188/phone-number-validator
103
103
  licenses:
104
104
  - MIT
105
105
  metadata:
106
- bug_tracker_uri: https://gitlab.com/bag3318/phone_number_validator/issues
107
- source_code_uri: https://gitlab.com/bag3318/phone_number_validator
106
+ bug_tracker_uri: https://github.com/bag33188/phone-number-validator/issues
107
+ source_code_uri: https://github.com/bag33188/phone-number-validator
108
108
  post_install_message: "Thanks for installing my phone_number_validator gem!\r\nI hope
109
109
  you will enjoy using it! :)"
110
110
  rdoc_options: []