url_verifier 0.0.1.pre.rc.01

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 173471784a4c797364efaee8b96757c992057df65e62d1b7373b65f4386abfe4
4
+ data.tar.gz: 591e35185ed9065cd2386912c04ea45fb891a08b9eda7da1415fb754b8bd4905
5
+ SHA512:
6
+ metadata.gz: 3981b75a7351316126d9ba85b6d5a349121a571e1119c45d02669a063ff704cc9d30669dd028884165ac1112b44dcc8d326415f858d44e3a0b256064ae6e7a5f
7
+ data.tar.gz: 7a65c63fd747f53357eb9b64903cdfe01b0a649ee8ea2e9a08aae52dba7c9e8ecd50ef5c8f99894fd84aa428e70f81fd28287d9ab572e2e4303f1fb1a5b18950
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.travis.yml ADDED
@@ -0,0 +1,5 @@
1
+ sudo: false
2
+ language: ruby
3
+ rvm:
4
+ - 2.5.1
5
+ before_install: gem install bundler -v 1.16.2
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at 4rlm@protonmail.ch. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in url_verifier.gemspec
6
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,138 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ url_verifier (0.0.1.pre.rc.01)
5
+ activesupport (~> 5.2, >= 5.2.0)
6
+ crm_formatter (~> 2.4)
7
+ utf8_sanitizer (~> 2.0)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ activesupport (5.2.0)
13
+ concurrent-ruby (~> 1.0, >= 1.0.2)
14
+ i18n (>= 0.7, < 2)
15
+ minitest (~> 5.1)
16
+ tzinfo (~> 1.1)
17
+ ast (2.4.0)
18
+ binding.repl (3.0.0)
19
+ byebug (10.0.2)
20
+ cd (1.0.1)
21
+ class_indexer (0.3.0)
22
+ json
23
+ parser
24
+ clipboard (1.1.2)
25
+ code (0.9.2)
26
+ coderay (~> 1.1)
27
+ method_source (~> 0.9)
28
+ coderay (1.1.2)
29
+ concurrent-ruby (1.0.5)
30
+ crm_formatter (2.4)
31
+ activesupport (~> 5.2, >= 5.2.0)
32
+ utf8_sanitizer (~> 2.0)
33
+ debugging (1.1.1)
34
+ binding.repl (~> 3.0)
35
+ paint (>= 0.9, < 3.0)
36
+ diff-lcs (1.3)
37
+ every_day_irb (2.0.0)
38
+ cd (~> 1.0)
39
+ fancy_irb (1.1.0)
40
+ paint (>= 0.9, < 3.0)
41
+ unicode-display_width (~> 1.1)
42
+ ffi (1.9.25)
43
+ hirb (0.7.3)
44
+ i18n (1.0.1)
45
+ concurrent-ruby (~> 1.0)
46
+ instance (0.2.0)
47
+ interactive_editor (0.0.11)
48
+ spoon (>= 0.0.1)
49
+ irbtools (2.2.1)
50
+ binding.repl (~> 3.0)
51
+ clipboard (~> 1.1)
52
+ code (~> 0.9)
53
+ coderay (~> 1.1)
54
+ debugging (~> 1.1)
55
+ every_day_irb (~> 2.0)
56
+ fancy_irb (~> 1.1)
57
+ hirb (~> 0.7, >= 0.7.3)
58
+ instance (~> 0.2)
59
+ interactive_editor (~> 0.0, >= 0.0.10)
60
+ method_locator (~> 0.0, >= 0.0.4)
61
+ methodfinder (~> 2.0)
62
+ ori (~> 0.1.0)
63
+ os
64
+ paint (>= 0.9, < 3.0)
65
+ ruby_engine (~> 1.0)
66
+ ruby_info (~> 1.0)
67
+ ruby_version (~> 1.0)
68
+ wirb (~> 2.0)
69
+ json (2.1.0)
70
+ method_locator (0.0.4)
71
+ method_source (0.9.0)
72
+ methodfinder (2.2.1)
73
+ minitest (5.11.3)
74
+ ori (0.1.0)
75
+ os (1.0.0)
76
+ paint (2.0.1)
77
+ parallel (1.12.1)
78
+ parser (2.5.1.0)
79
+ ast (~> 2.4.0)
80
+ powerpack (0.1.2)
81
+ pry (0.11.3)
82
+ coderay (~> 1.1.0)
83
+ method_source (~> 0.9.0)
84
+ rainbow (3.0.0)
85
+ rake (12.3.1)
86
+ rspec (3.7.0)
87
+ rspec-core (~> 3.7.0)
88
+ rspec-expectations (~> 3.7.0)
89
+ rspec-mocks (~> 3.7.0)
90
+ rspec-core (3.7.1)
91
+ rspec-support (~> 3.7.0)
92
+ rspec-expectations (3.7.0)
93
+ diff-lcs (>= 1.2.0, < 2.0)
94
+ rspec-support (~> 3.7.0)
95
+ rspec-mocks (3.7.0)
96
+ diff-lcs (>= 1.2.0, < 2.0)
97
+ rspec-support (~> 3.7.0)
98
+ rspec-support (3.7.1)
99
+ rubocop (0.56.0)
100
+ parallel (~> 1.10)
101
+ parser (>= 2.5)
102
+ powerpack (~> 0.1)
103
+ rainbow (>= 2.2.2, < 4.0)
104
+ ruby-progressbar (~> 1.7)
105
+ unicode-display_width (~> 1.0, >= 1.0.1)
106
+ ruby-beautify (0.97.4)
107
+ ruby-progressbar (1.9.0)
108
+ ruby_engine (1.0.1)
109
+ ruby_info (1.0.1)
110
+ ruby_version (1.0.1)
111
+ spoon (0.0.6)
112
+ ffi
113
+ thread_safe (0.3.6)
114
+ tzinfo (1.2.5)
115
+ thread_safe (~> 0.1)
116
+ unicode-display_width (1.4.0)
117
+ utf8_sanitizer (2.0)
118
+ activesupport (~> 5.2, >= 5.2.0)
119
+ wirb (2.1.2)
120
+ paint (>= 0.9, < 3.0)
121
+
122
+ PLATFORMS
123
+ ruby
124
+
125
+ DEPENDENCIES
126
+ bundler (~> 1.16, >= 1.16.2)
127
+ byebug (~> 10.0, >= 10.0.2)
128
+ class_indexer (~> 0.3.0)
129
+ irbtools (~> 2.2, >= 2.2.1)
130
+ pry (~> 0.11.3)
131
+ rake (~> 12.3, >= 12.3.1)
132
+ rspec (~> 3.7)
133
+ rubocop (~> 0.56.0)
134
+ ruby-beautify (~> 0.97.4)
135
+ url_verifier!
136
+
137
+ BUNDLED WITH
138
+ 1.16.2
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Adam Booth
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,40 @@
1
+ # UrlVerifier
2
+ ## Verify url validity and follow redirects. Currently in Beta Version while Building.
3
+
4
+ ## Installation
5
+
6
+ Add this line to your application's Gemfile:
7
+
8
+ ```ruby
9
+ gem 'url_verifier'
10
+ ```
11
+
12
+ And then execute:
13
+
14
+ $ bundle
15
+
16
+ Or install it yourself as:
17
+
18
+ $ gem install url_verifier
19
+
20
+ ## Usage
21
+
22
+ Coming soon. Currently in Beta Version while Developing.
23
+
24
+ ## Development
25
+
26
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
27
+
28
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
29
+
30
+ ## Contributing
31
+
32
+ Bug reports and pull requests are welcome on GitHub at https://github.com/4rlm/url_verifier. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
33
+
34
+ ## License
35
+
36
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
37
+
38
+ ## Code of Conduct
39
+
40
+ Everyone interacting in the UrlVerifier project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/4rlm/url_verifier/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "url_verifier"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,3 @@
1
+ module UrlVerifier
2
+ VERSION = "0.0.1.pre.rc.01"
3
+ end
@@ -0,0 +1,5 @@
1
+ require "url_verifier/version"
2
+
3
+ module UrlVerifier
4
+ # Your code goes here...
5
+ end
@@ -0,0 +1,53 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "url_verifier/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "url_verifier"
8
+ spec.version = UrlVerifier::VERSION
9
+ spec.authors = ["Adam Booth"]
10
+ spec.email = ["4rlm@protonmail.ch"]
11
+
12
+ spec.summary = %q{Beta Version - Verify url validity and follow redirects. Note: Reserving Namespace for Gem in Development.}
13
+ spec.description = %q{Beta Version - Verify url validity and follow redirects. Note: Reserving Namespace for Gem in Development. - Coming Soon.}
14
+ spec.homepage = 'https://github.com/4rlm/url_verifier'
15
+ spec.license = "MIT"
16
+
17
+ if spec.respond_to?(:metadata)
18
+ spec.metadata['allowed_push_host'] = 'https://rubygems.org'
19
+ else
20
+ raise 'RubyGems 2.0 or newer is required to protect against ' \
21
+ 'public gem pushes.'
22
+ end
23
+
24
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
25
+ f.match(%r{^(test|spec|features)/})
26
+ end
27
+
28
+ # Specify which files should be added to the gem when it is released.
29
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
30
+ # spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
31
+ # `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
32
+ # end
33
+
34
+ spec.bindir = "exe"
35
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
36
+ spec.require_paths = ["lib"]
37
+
38
+ spec.required_ruby_version = '~> 2.5.1'
39
+ spec.add_dependency 'activesupport', '~> 5.2', '>= 5.2.0'
40
+
41
+ spec.add_dependency "utf8_sanitizer", "~> 2.0"
42
+ spec.add_dependency "crm_formatter", "~> 2.4"
43
+
44
+ spec.add_development_dependency 'bundler', '~> 1.16', '>= 1.16.2'
45
+ spec.add_development_dependency 'byebug', '~> 10.0', '>= 10.0.2'
46
+ spec.add_development_dependency 'class_indexer', '~> 0.3.0'
47
+ spec.add_development_dependency 'irbtools', '~> 2.2', '>= 2.2.1'
48
+ spec.add_development_dependency 'pry', '~> 0.11.3'
49
+ spec.add_development_dependency 'rake', '~> 12.3', '>= 12.3.1'
50
+ spec.add_development_dependency 'rspec', '~> 3.7'
51
+ spec.add_development_dependency 'rubocop', '~> 0.56.0'
52
+ spec.add_development_dependency 'ruby-beautify', '~> 0.97.4'
53
+ end
metadata ADDED
@@ -0,0 +1,259 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: url_verifier
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1.pre.rc.01
5
+ platform: ruby
6
+ authors:
7
+ - Adam Booth
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2018-06-27 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: activesupport
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '5.2'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 5.2.0
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '5.2'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 5.2.0
33
+ - !ruby/object:Gem::Dependency
34
+ name: utf8_sanitizer
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '2.0'
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '2.0'
47
+ - !ruby/object:Gem::Dependency
48
+ name: crm_formatter
49
+ requirement: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '2.4'
54
+ type: :runtime
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: '2.4'
61
+ - !ruby/object:Gem::Dependency
62
+ name: bundler
63
+ requirement: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '1.16'
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: 1.16.2
71
+ type: :development
72
+ prerelease: false
73
+ version_requirements: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - "~>"
76
+ - !ruby/object:Gem::Version
77
+ version: '1.16'
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: 1.16.2
81
+ - !ruby/object:Gem::Dependency
82
+ name: byebug
83
+ requirement: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - "~>"
86
+ - !ruby/object:Gem::Version
87
+ version: '10.0'
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: 10.0.2
91
+ type: :development
92
+ prerelease: false
93
+ version_requirements: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - "~>"
96
+ - !ruby/object:Gem::Version
97
+ version: '10.0'
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: 10.0.2
101
+ - !ruby/object:Gem::Dependency
102
+ name: class_indexer
103
+ requirement: !ruby/object:Gem::Requirement
104
+ requirements:
105
+ - - "~>"
106
+ - !ruby/object:Gem::Version
107
+ version: 0.3.0
108
+ type: :development
109
+ prerelease: false
110
+ version_requirements: !ruby/object:Gem::Requirement
111
+ requirements:
112
+ - - "~>"
113
+ - !ruby/object:Gem::Version
114
+ version: 0.3.0
115
+ - !ruby/object:Gem::Dependency
116
+ name: irbtools
117
+ requirement: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - "~>"
120
+ - !ruby/object:Gem::Version
121
+ version: '2.2'
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: 2.2.1
125
+ type: :development
126
+ prerelease: false
127
+ version_requirements: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '2.2'
132
+ - - ">="
133
+ - !ruby/object:Gem::Version
134
+ version: 2.2.1
135
+ - !ruby/object:Gem::Dependency
136
+ name: pry
137
+ requirement: !ruby/object:Gem::Requirement
138
+ requirements:
139
+ - - "~>"
140
+ - !ruby/object:Gem::Version
141
+ version: 0.11.3
142
+ type: :development
143
+ prerelease: false
144
+ version_requirements: !ruby/object:Gem::Requirement
145
+ requirements:
146
+ - - "~>"
147
+ - !ruby/object:Gem::Version
148
+ version: 0.11.3
149
+ - !ruby/object:Gem::Dependency
150
+ name: rake
151
+ requirement: !ruby/object:Gem::Requirement
152
+ requirements:
153
+ - - "~>"
154
+ - !ruby/object:Gem::Version
155
+ version: '12.3'
156
+ - - ">="
157
+ - !ruby/object:Gem::Version
158
+ version: 12.3.1
159
+ type: :development
160
+ prerelease: false
161
+ version_requirements: !ruby/object:Gem::Requirement
162
+ requirements:
163
+ - - "~>"
164
+ - !ruby/object:Gem::Version
165
+ version: '12.3'
166
+ - - ">="
167
+ - !ruby/object:Gem::Version
168
+ version: 12.3.1
169
+ - !ruby/object:Gem::Dependency
170
+ name: rspec
171
+ requirement: !ruby/object:Gem::Requirement
172
+ requirements:
173
+ - - "~>"
174
+ - !ruby/object:Gem::Version
175
+ version: '3.7'
176
+ type: :development
177
+ prerelease: false
178
+ version_requirements: !ruby/object:Gem::Requirement
179
+ requirements:
180
+ - - "~>"
181
+ - !ruby/object:Gem::Version
182
+ version: '3.7'
183
+ - !ruby/object:Gem::Dependency
184
+ name: rubocop
185
+ requirement: !ruby/object:Gem::Requirement
186
+ requirements:
187
+ - - "~>"
188
+ - !ruby/object:Gem::Version
189
+ version: 0.56.0
190
+ type: :development
191
+ prerelease: false
192
+ version_requirements: !ruby/object:Gem::Requirement
193
+ requirements:
194
+ - - "~>"
195
+ - !ruby/object:Gem::Version
196
+ version: 0.56.0
197
+ - !ruby/object:Gem::Dependency
198
+ name: ruby-beautify
199
+ requirement: !ruby/object:Gem::Requirement
200
+ requirements:
201
+ - - "~>"
202
+ - !ruby/object:Gem::Version
203
+ version: 0.97.4
204
+ type: :development
205
+ prerelease: false
206
+ version_requirements: !ruby/object:Gem::Requirement
207
+ requirements:
208
+ - - "~>"
209
+ - !ruby/object:Gem::Version
210
+ version: 0.97.4
211
+ description: 'Beta Version - Verify url validity and follow redirects. Note: Reserving
212
+ Namespace for Gem in Development. - Coming Soon.'
213
+ email:
214
+ - 4rlm@protonmail.ch
215
+ executables: []
216
+ extensions: []
217
+ extra_rdoc_files: []
218
+ files:
219
+ - ".gitignore"
220
+ - ".rspec"
221
+ - ".travis.yml"
222
+ - CODE_OF_CONDUCT.md
223
+ - Gemfile
224
+ - Gemfile.lock
225
+ - LICENSE.txt
226
+ - README.md
227
+ - Rakefile
228
+ - bin/console
229
+ - bin/setup
230
+ - lib/url_verifier.rb
231
+ - lib/url_verifier/version.rb
232
+ - url_verifier.gemspec
233
+ homepage: https://github.com/4rlm/url_verifier
234
+ licenses:
235
+ - MIT
236
+ metadata:
237
+ allowed_push_host: https://rubygems.org
238
+ post_install_message:
239
+ rdoc_options: []
240
+ require_paths:
241
+ - lib
242
+ required_ruby_version: !ruby/object:Gem::Requirement
243
+ requirements:
244
+ - - "~>"
245
+ - !ruby/object:Gem::Version
246
+ version: 2.5.1
247
+ required_rubygems_version: !ruby/object:Gem::Requirement
248
+ requirements:
249
+ - - ">"
250
+ - !ruby/object:Gem::Version
251
+ version: 1.3.1
252
+ requirements: []
253
+ rubyforge_project:
254
+ rubygems_version: 2.7.6
255
+ signing_key:
256
+ specification_version: 4
257
+ summary: 'Beta Version - Verify url validity and follow redirects. Note: Reserving
258
+ Namespace for Gem in Development.'
259
+ test_files: []