html-proofer 0.0.4 → 0.0.5

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.
data/.gitignore CHANGED
@@ -15,6 +15,7 @@ tmp
15
15
  out/
16
16
  sample.rb
17
17
  run_sample.rb
18
+ src/
18
19
 
19
20
  # YARD artifacts
20
21
  .yardoc
@@ -51,7 +51,7 @@ class HTML::Proofer::Checks
51
51
  end
52
52
 
53
53
  def validate_url(href)
54
- return nil unless @options[:longTests]
54
+ return true unless @options[:longTests]
55
55
 
56
56
  # Parse
57
57
  url = nil
@@ -1,5 +1,5 @@
1
1
  module HTML
2
2
  class Proofer
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
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: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: