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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94047e4320cdb26d99d894cf166e338072aad5fae034cf8ed821fac0df73cfde
|
4
|
+
data.tar.gz: 89276de78aad3e3e94de872233897822714bd83388ac237028654c125c40855c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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-
|
11
|
+
date: 2019-09-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|