fastlane-plugin-accessibility_test 0.1.9 → 0.1.10

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: 7f0ff34abf496f84ac08b4c892042063cefa4fa46286b10f5deafc13d35016cb
4
- data.tar.gz: 1ba5c0a3d7bab4b5c37bd55cd48d8badd586a244ef9bc689c4c198aa79c0c268
3
+ metadata.gz: 94047e4320cdb26d99d894cf166e338072aad5fae034cf8ed821fac0df73cfde
4
+ data.tar.gz: 89276de78aad3e3e94de872233897822714bd83388ac237028654c125c40855c
5
5
  SHA512:
6
- metadata.gz: 366baf037ce5b222e4baf6b3e704cac7b77d5b8fa5f2aaedb969ebc076323a14226b5398611bfcf2ae2d7b299cc2afee3b77d219e0ae2788581aa291b2304c39
7
- data.tar.gz: f5b147729eb17d8d080cc5e8f445c3a1f8731c597005845770effbcfcbe41167064c5c16cc2bdfa1c696cda7b92acb67ca233c484a8958099632bb70d75d44b0
6
+ metadata.gz: 16880868efeee0bbce44cfab40b6b05d81521b59dcc02974c8e2315a137841033c8b34eb0c87db5cd22969db2badceb69e03a50cabe3607fcd8cebd702b13d21
7
+ data.tar.gz: 3067104261a39f9cdf587c9509748f4b05e720e72e836f9e8afcf02bb86b8233bf16b1b2e668a488cf892bca679d3097f0e3e78aa965028635ca7d4d88fae15f
@@ -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.each_slice(2).map {|results|
82
- "|<img src=\"#{results[0].to_h[:image]}\">|**#{results[0].to_h[:title]}**<br/>#{results[0].to_h[:message]}|<img src=\"#{results[1].to_h[:image]}\">|**#{results[1].to_h[:title]}**<br/>#{results[1].to_h[:message]}|\n"
82
+ "|<img src=\"#{results[0].to_h[:image]}\" loading=\"lazy\">|**#{results[0].to_h[:title]}**<br/>#{results[0].to_h[:message]}|<img src=\"#{results[1].to_h[:image]}\" loading=\"lazy\">|**#{results[1].to_h[:title]}**<br/>#{results[1].to_h[:message]}|\n"
83
83
  }.inject(&:+)
84
84
  warning_cells = warnings.each_slice(2).map {|results|
85
- "|<img src=\"#{results[0].to_h[:image]}\">|**#{results[0].to_h[:title]}**<br/>#{results[0].to_h[:message]}|<img src=\"#{results[1].to_h[:image]}\">|**#{results[1].to_h[:title]}**<br/>#{results[1].to_h[:message]}|\n"
85
+ "|<img src=\"#{results[0].to_h[:image]}\" loading=\"lazy\">|**#{results[0].to_h[:title]}**<br/>#{results[0].to_h[:message]}|<img src=\"#{results[1].to_h[:image]}\" loading=\"lazy\">|**#{results[1].to_h[:title]}**<br/>#{results[1].to_h[: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.9"
3
+ VERSION = "0.1.10"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-accessibility_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takeshi Tsukamoto
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-13 00:00:00.000000000 Z
11
+ date: 2019-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf