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: '069660b3c1baf8f8a11f169b97842fc34d6b47cb8aff88471326d94a4123f1a8'
4
- data.tar.gz: 61968a56a42aceb539ac461c7d5b476760e6e7a7f8cb76fae48ae9fa13015837
3
+ metadata.gz: f11d60a24d18b1b62af0f669c68ddea4fdb1cbdc7c615bce60a29a4ee6b9d91c
4
+ data.tar.gz: 91e5c39f90fcc1d417adc41f431cec29ae77a8f91f101ac05b66451bcbdfa0e2
5
5
  SHA512:
6
- metadata.gz: 241ac7fb303fe436f9ec02581e8aa2cfc938d8967984a8499f2a1996fdf6df19def17b2c7edcb8f85bfcbbcf3abcd1f406c27e81779bb5718201e508f5edd8d7
7
- data.tar.gz: 7a9d2627eda5b4c58c7038040a5f38750e8ab0066ef14bcc61f5099849ef0a596f46db1eb68b1ffe68cc92b408b8cb0062d87d5aa5b78f8f0f94f22580aab0de
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.join(" "), log: false)
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)
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Lizard
3
- VERSION = "1.3.2"
3
+ VERSION = "1.3.3"
4
4
  CLI_VERSION = "1.14.10"
5
5
  end
6
6
  end
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.2
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-05-21 00:00:00.000000000 Z
11
+ date: 2020-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler