fastlane-plugin-maestro 0.0.3 → 0.0.4
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: 5676179fdda08179eea220ae3c503606b9dedc66bfbd86a8a11dc133de10ee0c
|
|
4
|
+
data.tar.gz: 9220392212f0ed8a3d9302b3068248a9a5c10bf0f809c68a9a74188eca6c7ae4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a70a33566e95bec30f3be1c96b9a58883a56ea1a07009795aed698a9893022b4522eb52ac946a3afce9109371a8150c5ded8db978c1962ab08a4b80d29eeb785
|
|
7
|
+
data.tar.gz: c79ead391d334c620bf78558e1ccc7109e7d1f6984b3c2fbcf6400742494f4597993c9d2171f9eb69e47adad58dee70b95d67631182b0ad99588a06e3a4ac102
|
|
@@ -25,7 +25,7 @@ module Fastlane
|
|
|
25
25
|
# Make sure that the output folder is available
|
|
26
26
|
FileUtils.mkdir_p(File.dirname(options[:output]))
|
|
27
27
|
end
|
|
28
|
-
unless options[:env_vars].
|
|
28
|
+
unless options[:env_vars].nil? || options[:env_vars].empty?
|
|
29
29
|
options[:env_vars].each do |key, value|
|
|
30
30
|
command.push("-e", "#{key}=#{value}")
|
|
31
31
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-maestro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marc Bormeth
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|