fastlane-plugin-accessibility_test 0.1.6 → 0.1.7

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
  SHA256:
3
- metadata.gz: 829198c50e36917c0f533858fc1424793a394725cb4e8181847ab97802bc0b04
4
- data.tar.gz: 6a70ba9f997bc100179ccb708457912988ac3a6820f9b1129fbba443804326b8
3
+ metadata.gz: de46e4eb3ad7671f1541c43b89bcd8ce65d9146cf73dab950d6e78f4f880f190
4
+ data.tar.gz: edafd5db27d4dc9226b91111cfaac6972284225d9e342cc6c597325a9226e52c
5
5
  SHA512:
6
- metadata.gz: 60096368ff51b7eef3b86fd56e29a3f909bd0c920969a1029f7d9ce36899da55d4ed6127c5fd0b46a9c3103957679590020a70a28021be7b5940ce90b5b41a3e
7
- data.tar.gz: 3cb42f6d5f3458c9ee0279b6db0dcb16984afcee1c532cd4d93cdf36aba16685541359c407083ced28c3ee72b904b902c34e87a0dfc418dd30564bf6a91c6ce6
6
+ metadata.gz: d8130299f75f25e499720d774d76c509600a98e038101b90d743f3b80bf70e135759447c4d5eb1dda0612ea170b6d44575a87aa32d90e6594b5048cbfe3f0fe3
7
+ data.tar.gz: 26e6aaa5d8ed9c77d7954bb6e171f2092efe36c400121a48e97b0edd9282662fd2eb73c9ab1d2a731017c58c791fee35dbeccf430e7a76821ebdabe39d0d65f9
@@ -79,10 +79,10 @@ module Fastlane
79
79
  "### :white_check_mark: All test passed (with #{warnings.length} warnings)" :
80
80
  "### :x: #{errors.length} error found. (with #{errors.length} warnings)"
81
81
  error_cells = errors.map {|result|
82
- "|<img src=\"#{result[:image]}\" height=\"320px\">|**#{result[:title]}**<br/>#{result[:message]}|\n"
82
+ "|<img src=\"#{result[:image]}\">|**#{result[:title]}**<br/>#{result[:message]}|\n"
83
83
  }.inject(&:+)
84
84
  warning_cells = warnings.map {|result|
85
- "|<img src=\"#{result[:image]}\" height=\"320px\">|**#{result[:title]}**<br/>#{result[:message]}|\n"
85
+ "|<img src=\"#{result[:image]}\">|**#{result[:title]}**<br/>#{result[:message]}|\n"
86
86
  }.inject(&:+)
87
87
 
88
88
  message = <<-EOS
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AccessibilityTest
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-accessibility_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takeshi Tsukamoto