html-proofer 2.4.1 → 2.4.2

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
  SHA1:
3
- metadata.gz: 274af0ad1b09d54ed45076fce78d419715e80b71
4
- data.tar.gz: 7ba668408b6fe5c1bb77052a8af00ac178a6c80d
3
+ metadata.gz: 110942931188ba50ea9cfa54113e766fdb2e82ab
4
+ data.tar.gz: 302722012ef4ae3c3357312bf48cf13214b43696
5
5
  SHA512:
6
- metadata.gz: dfb1ba02f214bf85c84a84a1049290edbfc79b480d831eccb9733d6eb842b4b7929ed7b61535db7e7a4e8ddd60f7e5f98313e33c33e5dab2eb5015c211a8f43e
7
- data.tar.gz: 6a76b81a593108b8924e0e2dff7c982d1cf73438236df45cff000517b4e0f95aac71f3a14d63e9d0f2a9d21f9767ae8ba3eaaf8e253069b96ff9999d2bb3e428
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 'ignore_script_errors', '--ignore-script-errors', 'Ignore `check_html` errors associated with `script`s (default: `false`)'
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.'
@@ -1,5 +1,5 @@
1
1
  module HTML
2
2
  class Proofer
3
- VERSION = '2.4.1'
3
+ VERSION = '2.4.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html-proofer
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.1
4
+ version: 2.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian