html-proofer 0.0.13 → 0.0.14

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ODhhOTdmMTAzZjUzNDA4NjA1NGUwMjkxNmQ4MWEwZGNkOWI0MTljZQ==
4
+ MGZjNTUyZGY2NWNjMzI5Y2MzZWJlMGIzNTQ0ZjZiZjg4ODJmZjMxMw==
5
5
  data.tar.gz: !binary |-
6
- YmIxNWM0N2Q5MDY5ODFlMjBiMGMxN2NhMjJjYWQ2YTJjNjBiY2NlOQ==
6
+ YzE4OTgyMzQ1NDFiNmYzNjI5OWUzYmQzMjhkYzg0NTYwM2JiNTRlMg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZWM1YjZmYmE5ZDFmMDg2N2ZmMDc4OGQyMDBlMGE0MjRlZGYzZjliODAzMzdh
10
- YTExNTBlY2I4ZjU3NTgxNGRhMGI5MTM1NzMxM2JlNzg2ZTc5YjBmMDczZjYw
11
- MTE4NzE1NzE5OTViM2E1NTU0MzI4ZjM0MTJlMWNiZjBiMzU1ZTc=
9
+ ZGE1MDg2YjI4ZmYzYTMzMzAwYzE1NmM5N2FiYTBiM2MyZjc1MzIxYjA5YTM3
10
+ N2Y3YzE3ZDYwNGUwNGQ1YmNmYWQxYzk1ZDBjMWNlMWMwZWVhYWEyOGZiYWUx
11
+ MGRmMjVjYjA1MjRlNjk4NDU4ZGMyYTRhMTYzOGFhMGI0OWU5NmE=
12
12
  data.tar.gz: !binary |-
13
- OTQ4NjgxOWQ5ODUyMWFmYWZjMDNmN2FjMzI3Yzc5ZTEzMDNmYjA1YjMzOTYz
14
- Y2QzMGIwMWVlYTIzNjQ5NTFkMDVlOTViYWRiNGE3NDFjODg0MDY2Yzk2YWFi
15
- NGZmZTBiYWE4OGE0OWVkMThhMmI5NDhiZmYyZGIxMTBkYjc2YWI=
13
+ N2IzYTQ5NWYyYmRjZDk4ZmZiOTkwMjM2YmJiYTA4NzI3Yzc5ZWRmZWE2ODEx
14
+ MWU3ODAyYjYyZGM1MzdhNDExN2M0OGFlNTA4YjA0MmQ5NmE3MTRjZWI5ODhl
15
+ MmFjZmMzMzllZDBhZjMxZTdkNDNiZmUzNDQxNjMxY2ZiZGJkMWI=
data/Gemfile.lock CHANGED
@@ -1,19 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- html-proofer (0.0.13)
4
+ html-proofer (0.0.14)
5
5
  colored (~> 1.2)
6
- nokogiri (~> 1.5.6)
6
+ nokogiri (= 1.6.0)
7
7
  typhoeus (~> 0.6.3)
8
8
 
9
9
  GEM
10
10
  remote: http://rubygems.org/
11
11
  specs:
12
- activesupport (3.2.12)
13
- i18n (~> 0.6)
14
- multi_json (~> 1.0)
12
+ activesupport (4.0.0)
13
+ i18n (~> 0.6, >= 0.6.4)
14
+ minitest (~> 4.2)
15
+ multi_json (~> 1.3)
16
+ thread_safe (~> 0.1)
17
+ tzinfo (~> 0.3.37)
18
+ atomic (1.1.10)
15
19
  colored (1.2)
16
- diff-lcs (1.2.1)
20
+ diff-lcs (1.2.4)
17
21
  escape_utils (0.3.2)
18
22
  ethon (0.5.12)
19
23
  ffi (>= 1.3.0)
@@ -21,9 +25,9 @@ GEM
21
25
  ffi (1.9.0)
22
26
  gemoji (1.4.0)
23
27
  github-markdown (0.5.3)
24
- html-pipeline (0.0.8)
28
+ html-pipeline (0.0.14)
25
29
  activesupport (>= 2)
26
- escape_utils (~> 0.2)
30
+ escape_utils (~> 0.3)
27
31
  gemoji (~> 1.0)
28
32
  github-markdown (~> 0.5)
29
33
  nokogiri (~> 1.4)
@@ -31,9 +35,12 @@ GEM
31
35
  sanitize (~> 2.0)
32
36
  i18n (0.6.4)
33
37
  mime-types (1.23)
34
- multi_json (1.6.1)
35
- nokogiri (1.5.6)
36
- rinku (1.7.2)
38
+ mini_portile (0.5.0)
39
+ minitest (4.7.5)
40
+ multi_json (1.7.7)
41
+ nokogiri (1.6.0)
42
+ mini_portile (~> 0.5.0)
43
+ rinku (1.7.3)
37
44
  rspec (2.13.0)
38
45
  rspec-core (~> 2.13.0)
39
46
  rspec-expectations (~> 2.13.0)
@@ -41,16 +48,19 @@ GEM
41
48
  rspec-core (2.13.1)
42
49
  rspec-expectations (2.13.0)
43
50
  diff-lcs (>= 1.1.3, < 2.0)
44
- rspec-mocks (2.13.0)
45
- sanitize (2.0.3)
46
- nokogiri (>= 1.4.4, < 1.6)
51
+ rspec-mocks (2.13.1)
52
+ sanitize (2.0.4)
53
+ nokogiri (~> 1.6.0)
54
+ thread_safe (0.1.0)
55
+ atomic
47
56
  typhoeus (0.6.3)
48
57
  ethon (~> 0.5.11)
58
+ tzinfo (0.3.37)
49
59
 
50
60
  PLATFORMS
51
61
  ruby
52
62
 
53
63
  DEPENDENCIES
54
- html-pipeline (~> 0.0.7)
64
+ html-pipeline (~> 0.0.12)
55
65
  html-proofer!
56
66
  rspec (~> 2.13.0)
data/html-proofer.gemspec CHANGED
@@ -14,10 +14,10 @@ Gem::Specification.new do |gem|
14
14
  gem.test_files = gem.files.grep(%r{^(spec)/})
15
15
  gem.require_paths = ["lib"]
16
16
 
17
- gem.add_dependency "nokogiri", "~> 1.5.6"
17
+ gem.add_dependency "nokogiri", "1.6.0"
18
18
  gem.add_dependency "colored", "~> 1.2"
19
19
  gem.add_dependency "typhoeus", "~> 0.6.3"
20
20
 
21
- gem.add_development_dependency "html-pipeline", "~> 0.0.7"
21
+ gem.add_development_dependency "html-pipeline", "~> 0.0.12"
22
22
  gem.add_development_dependency "rspec", "~> 2.13.0"
23
23
  end
@@ -64,7 +64,7 @@ class HTML::Proofer::Checks
64
64
  self.add_issue(issue_text + " #{response}")
65
65
  else
66
66
  # Received a non-successful http response.
67
- self.add_issue(issue_text + " HTTP request failed: " + response.code.to_s)
67
+ self.add_issue(issue_text + " HTTP request failed: " + response.code.to_s) unless response.code.to_s == "420"
68
68
  end
69
69
  end
70
70
  hydra.queue(request)
@@ -1,5 +1,5 @@
1
1
  module HTML
2
2
  class Proofer
3
- VERSION = "0.0.13"
3
+ VERSION = "0.0.14"
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.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian
@@ -14,16 +14,16 @@ dependencies:
14
14
  name: nokogiri
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.5.6
19
+ version: 1.6.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 1.5.6
26
+ version: 1.6.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: colored
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - ~>
60
60
  - !ruby/object:Gem::Version
61
- version: 0.0.7
61
+ version: 0.0.12
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ~>
67
67
  - !ruby/object:Gem::Version
68
- version: 0.0.7
68
+ version: 0.0.12
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rspec
71
71
  requirement: !ruby/object:Gem::Requirement