danger-htmllint 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f2dd08da6719d8345d00f54caf00f56e6123c0f
4
- data.tar.gz: cb6000d1041518ef0733e702ad875b3245d98d69
3
+ metadata.gz: 292b4b4db908fe02fd808e32579ee44bd36e1897
4
+ data.tar.gz: 9c0582a050bf6e069a21210648549672aeff47ff
5
5
  SHA512:
6
- metadata.gz: 58ca4ab7d99a7e6666ade36fe3dcd3b321e914fb77726d7b606aecd384ddd061543bc52aacfc79ac6c81f12d1b182c37488a23ea1956e404442eedbc5426a597
7
- data.tar.gz: 18d473ef1c3c1682cd9e5de49c64b95cff94256899bea81faf4c8b5ff5e9d115473b97670455a2ce01d2203aaf7019fffd45a67dc476e8a31f1873eacf99e1e1
6
+ metadata.gz: eb2e949015afbe0e8b6bb64346bd8885eb31c158124d4e1c16c2d7f97bb936ec722b57ff63ab0f4ca6dbadd91ee3b434b786b949411557d1d17272bdbce3203e
7
+ data.tar.gz: a7c918b560c74d9a539e66a2c8cfb5bb09676128e8b9aab95e441d5f114abd848ca18b56041e290562b98d5420d53fc4ee9c75ee00563af563666db848fdc8fb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- danger-htmllint (0.1.0)
4
+ danger-htmllint (0.1.2)
5
5
  danger-plugin-api (~> 1.0)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module Htmllint
2
- VERSION = "0.1.1".freeze
2
+ VERSION = "0.1.2".freeze
3
3
  end
@@ -42,6 +42,7 @@ module Danger
42
42
  def htmllint_command(bin, target_files)
43
43
  command = "#{bin} #{target_files.join(' ')}"
44
44
  command << " --rc #{rc_path}" if rc_path
45
+ p command
45
46
  command
46
47
  end
47
48
 
@@ -54,6 +55,7 @@ module Danger
54
55
  end
55
56
 
56
57
  def parse(result)
58
+ p result
57
59
  list = []
58
60
  result.split("\n").each do |item|
59
61
  next if item == ""
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-htmllint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - konifar