html-proofer 2.4.1 → 2.4.2
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/bin/htmlproof +1 -1
- data/lib/html/proofer/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 110942931188ba50ea9cfa54113e766fdb2e82ab
|
|
4
|
+
data.tar.gz: 302722012ef4ae3c3357312bf48cf13214b43696
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aca39deda0c1c82c566d9b1d4723c632343c5b68193aa0923e6f4ad9ba9042d8eb6ef12a980627c1b021432f01c7bdabbb64f4516dd472a2072750e94526c3e6
|
|
7
|
+
data.tar.gz: 64e204388cff5f32d1995fae38a85ea981bc52f9a420802ae21b499da859ed525a32d23afca8ae4d51c1ab215987439623007279fb468606f50f24e2092ad8e4
|
data/bin/htmlproof
CHANGED
|
@@ -36,7 +36,7 @@ Mercenary.program(:htmlproof) do |p|
|
|
|
36
36
|
p.option 'file_ignore', '--file-ignore file1,[file2,...]', Array, 'Comma-separated list of Strings or RegExps containing file paths that are safe to ignore'
|
|
37
37
|
p.option 'href_ignore', '--href-ignore link1,[link2,...]', Array, 'Comma-separated list of Strings or RegExps containing `href`s that are safe to ignore.'
|
|
38
38
|
p.option 'href_swap', '--href-swap re:string,[re:string,...]', Array, 'Comma-separated list of key-value pairs of `RegExp:String`. Transforms links matching `RegExp` into `String`'
|
|
39
|
-
p.option '
|
|
39
|
+
p.option 'ignore_script_embeds', '--ignore-script-embeds', 'Ignore `check_html` errors associated with `script`s (default: `false`)'
|
|
40
40
|
p.option 'only_4xx', '--only-4xx', 'Only reports errors for links that fall within the 4x status code range.'
|
|
41
41
|
p.option 'url_ignore', '--url-ignore link1,[link2,...]', Array, 'Comma-separated list of Strings or RegExps containing URLs that are safe to ignore.'
|
|
42
42
|
p.option 'verbose', '--verbose', 'Enables more verbose logging.'
|
data/lib/html/proofer/version.rb
CHANGED