fastlane-plugin-lizard 1.3.2 → 1.3.3
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f11d60a24d18b1b62af0f669c68ddea4fdb1cbdc7c615bce60a29a4ee6b9d91c
|
|
4
|
+
data.tar.gz: 91e5c39f90fcc1d417adc41f431cec29ae77a8f91f101ac05b66451bcbdfa0e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b25050341b800b0e3bebc9b3b087e7a9d4e7af36460a68910fcdf410f24adaa3908ae8858c366f5fa558bbd8ca48e1c5c1cd179280b38e1563610686cf9550a
|
|
7
|
+
data.tar.gz: 6e721b7cdb510f91ade9a171ba12a56e434c96f4206f3b8b4046ef6200337fa257cf25bf86cc83c31b39bd20abdc8397713af3ad7caf51175a2d9aef118995fb
|
|
@@ -22,10 +22,11 @@ module Fastlane
|
|
|
22
22
|
UI.user_error!("Your lizard version #{lizard_cli_version} is outdated, please upgrade to at least version #{required_version} and start your lane again!")
|
|
23
23
|
end
|
|
24
24
|
|
|
25
|
-
command = forming_command(lizard_command, params)
|
|
25
|
+
command = forming_command(lizard_command, params).join(" ")
|
|
26
|
+
UI.message command
|
|
26
27
|
|
|
27
28
|
begin
|
|
28
|
-
Actions.sh(command
|
|
29
|
+
Actions.sh(command, log: false)
|
|
29
30
|
rescue StandardError => e
|
|
30
31
|
puts e
|
|
31
32
|
handle_lizard_error(params[:ignore_exit_status], $CHILD_STATUS.exitstatus)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-lizard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Moses Liao
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|