phone_number_validator 0.0.0 → 0.0.1

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: d78eddf37f0f8ba4257338f2bbc4a86a924ae564d9538da5df18ee0173ed9481
4
- data.tar.gz: 7ab2282b16c172a569be27923aeadb0d4c0669ac77b2c3c4ecc34cea53adbb81
3
+ metadata.gz: e1252993e6b058140546bf3f2798817449cf611462e1bc092ad8f3345a7bc580
4
+ data.tar.gz: e60d4ffa03eba161fb2cd91a1d3c5b17132f68bf04b713ae20f8ab03f517463a
5
5
  SHA512:
6
- metadata.gz: 7d58887ce1e729b92ebc21dd395e1a936cde5f01e1cba71d93f8618407d0d0ed94324384ec0915bf3b3cf7afcf43b5a151407b3d40e7064bca0be93e53115b34
7
- data.tar.gz: 2e4375ae46f35f0cf2b98afadd6ddca3a1391dbdbeaa28e1b82763bbe90c6bf9572826882881b37326f67de82db7d82be3738e95f99545857fff9b12af7b2da8
6
+ metadata.gz: 6a36f872ac18d735d8b220e58c164214ae463da830530376ecd4a9efe0eddf3f7ef2fc83fcdea0265130662aa0682b321752ad2a3b9bcaedb8e33974d694cbed
7
+ data.tar.gz: 9f65fde40344c8d3e72b3c089a9551886ed4d60ebc1ff252ce8ebb3d16620af735b82a7f2daecf62c0b0ed2cab0bdafae1f7c6f0d109e40275dc00fc11e0cc99
data/doc/created.rid CHANGED
@@ -1,4 +1,4 @@
1
- Sun, 04 Nov 2018 13:34:16 -0800
1
+ Sun, 04 Nov 2018 13:39:33 -0800
2
2
  README.rdoc Sun, 04 Nov 2018 13:23:14 -0800
3
3
  lib/phone_number_validator.rb Sun, 04 Nov 2018 11:53:02 -0800
4
4
  lib/phone_number_validator/validator.rb Sun, 04 Nov 2018 11:53:42 -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.0.0'
3
+ spec.version = '0.0.1'
4
4
  spec.date = Time.now.strftime("%Y-%m-%d")
5
5
  spec.summary = 'Validate any US phone number!'
6
6
  spec.description = 'A United States phone number validator.'
@@ -9,7 +9,6 @@ Gem::Specification.new do |spec|
9
9
  spec.files = ['phone_number_validator.gemspec', 'Gemfile', 'Rakefile', 'LICENSE', 'README.rdoc']
10
10
  spec.files += Dir['lib/**/*'] + Dir['bin/*'] + Dir['doc/**/*']
11
11
  spec.files = `git ls-files -z`.split("\x0")
12
- # spec.require_paths = ['lib', 'lib/phone_number_validator', 'doc', 'test', 'bin', '.']
13
12
  spec.test_files = ['test/test_phone_number_validator.rb']
14
13
  spec.executables << 'phone_number_validator'
15
14
  spec.homepage = 'http://rubygems.org/gems/phone_number_validator'
@@ -19,9 +18,15 @@ Gem::Specification.new do |spec|
19
18
  spec.platform = Gem::Platform::RUBY
20
19
  spec.required_ruby_version = '>= 2.0.0'
21
20
  spec.required_rubygems_version = '>= 2.6.0'
22
- spec.metadata = {'GitLab Repository URL' => 'https://gitlab.com/bag3318/phone_number_validator', 'Repository Host' => 'GitLab (https://gitlab.com)'}
23
21
  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"
24
22
  spec.requirements << 'A Windows, Mac, or Linux computer with Ruby and RubyGems'
23
+ spec.metadata = {
24
+ 'Repository Host' => 'GitLab (https://gitlab.com)',
25
+ 'GitLab Repository URL' => 'https://gitlab.com/bag3318/phone_number_validator',
26
+ 'Issues' => 'https://gitlab.com/bag3318/phone_number_validator/issues'
27
+ }
25
28
  spec.add_runtime_dependency 'bundler', '~> 1.11', '>= 1.11.2'
26
29
  spec.add_development_dependency 'bundler', '~> 1.11', '>= 1.11.2'
27
30
  end
31
+
32
+ # spec.require_paths = ['lib', 'lib/phone_number_validator', 'doc', 'test', 'bin', '.']
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.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag33188
@@ -122,8 +122,9 @@ homepage: http://rubygems.org/gems/phone_number_validator
122
122
  licenses:
123
123
  - MIT
124
124
  metadata:
125
- GitLab Repository URL: https://gitlab.com/bag3318/phone_number_validator
126
125
  Repository Host: GitLab (https://gitlab.com)
126
+ GitLab Repository URL: https://gitlab.com/bag3318/phone_number_validator
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
128
129
  hope you will enjoy using it! :)\r\n\r\n"
129
130
  rdoc_options: []