deadfinder 1.2.0 → 1.2.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 +4 -4
- data/lib/deadfinder/version.rb +1 -1
- data/lib/deadfinder.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cccf1eac41e7cb13f5391bd8191931b6225f3b16dd23a2e4432816d93730be2e
|
4
|
+
data.tar.gz: dddb0d51bc6b00507ae8622945114d373e7366714a74ebc4ede95057db1224f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d273d3d94cce7a98185dfda1713b43ddf632b19b11bff3f93c1c68bdbf3306c65825411b95f2b4ab3a517bfb88ca3db2f888a4b4a84814058a030b7c62098a0c
|
7
|
+
data.tar.gz: ca7d125f5c7a89275672418546e6913af1765bdc0eaaa8ce324be94c24e4b84989df9ec4fae371d6a4a7a160c97be47db2633b8de04be0eb98dfdc4ea2009978
|
data/lib/deadfinder/version.rb
CHANGED
data/lib/deadfinder.rb
CHANGED
@@ -114,8 +114,8 @@ def gen_output
|
|
114
114
|
end
|
115
115
|
|
116
116
|
class DeadFinder < Thor
|
117
|
-
class_option :concurrency, aliases: :c, default: 20, type: :numeric
|
118
|
-
class_option :timeout, aliases: :t, default: 10, type: :numeric
|
117
|
+
class_option :concurrency, aliases: :c, default: 20, type: :numeric, desc: 'Set Concurrncy'
|
118
|
+
class_option :timeout, aliases: :t, default: 10, type: :numeric, desc: 'Set HTTP Timeout'
|
119
119
|
class_option :output, aliases: :o, default: '', type: :string, desc: 'Save JSON Result'
|
120
120
|
|
121
121
|
desc 'pipe', 'Scan the URLs from STDIN. (e.g cat urls.txt | deadfinder pipe)'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: deadfinder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hahwul
|
@@ -122,9 +122,9 @@ dependencies:
|
|
122
122
|
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: 2.6.0
|
125
|
-
description: Dead link (broken link) means a link
|
126
|
-
connected. These links can have a
|
127
|
-
it easy to identify and modify.
|
125
|
+
description: Find dead-links (broken links). Dead link (broken link) means a link
|
126
|
+
within a web page that cannot be connected. These links can have a negative impact
|
127
|
+
to SEO and Security. This tool makes it easy to identify and modify.
|
128
128
|
email: hahwul@gmail.com
|
129
129
|
executables:
|
130
130
|
- deadfinder
|