html-proofer 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- html-proofer (0.0.10)
4
+ html-proofer (0.0.11)
5
5
  colored (~> 1.2)
6
6
  nokogiri (~> 1.5.6)
7
7
  typhoeus (~> 0.6.3)
@@ -53,7 +53,7 @@ class HTML::Proofer::Checks
53
53
  end
54
54
 
55
55
  def validate_url(href, issue_text)
56
- request = Typhoeus::Request.new(href)
56
+ request = Typhoeus::Request.new(href, followlocation: true)
57
57
  request.on_complete do |response|
58
58
  if response.success?
59
59
  # no op
@@ -1,5 +1,5 @@
1
1
  module HTML
2
2
  class Proofer
3
- VERSION = "0.0.10"
3
+ VERSION = "0.0.11"
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.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: