deadfinder 1.2.0 → 1.2.1

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: 694fc6108a1fde665a3e8b265071409ac483434b093c94e3eebb25324e4bb300
4
- data.tar.gz: 1bd04447be853ff381263915fe2ddcaca3418699828d5e97feb674623c41c8ba
3
+ metadata.gz: cccf1eac41e7cb13f5391bd8191931b6225f3b16dd23a2e4432816d93730be2e
4
+ data.tar.gz: dddb0d51bc6b00507ae8622945114d373e7366714a74ebc4ede95057db1224f2
5
5
  SHA512:
6
- metadata.gz: 42eb575191bc6fa72cca03b0a94a8f20db82242c19a93bc0fcc9dfe8872c03c2cfe1accf68c480b0432f7c73df4ee0b1782ad08906d1e4bdea35dfc268d837b3
7
- data.tar.gz: 39d5838080f9afd84cf3272f85a4cc6e26cf663da10b76a7e9fcfe1f63ac1b41ca973a21e454743fbc1011f9955b3c9ec488e0a586df94bdaca5e01f2ea5bec2
6
+ metadata.gz: d273d3d94cce7a98185dfda1713b43ddf632b19b11bff3f93c1c68bdbf3306c65825411b95f2b4ab3a517bfb88ca3db2f888a4b4a84814058a030b7c62098a0c
7
+ data.tar.gz: ca7d125f5c7a89275672418546e6913af1765bdc0eaaa8ce324be94c24e4b84989df9ec4fae371d6a4a7a160c97be47db2633b8de04be0eb98dfdc4ea2009978
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- VERSION = '1.2.0'
3
+ VERSION = '1.2.1'
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.0
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 within a web page that cannot be
126
- connected. These links can have a security negative impact with SEO. This tool makes
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