fastlane-plugin-gs_deliver 0.3.1 → 0.3.2
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 666223ca8647e510c734d985a9e959acfbc47780
|
|
4
|
+
data.tar.gz: 575e39b576084d05758a396abc338ada1e9bd44f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c444eb091bd7fd34eb577a960588bdaefcf818a0588c16932babbe018f6bbca7dde30430db7c51547f5fd712cc258c3a2243a3283d30c7a3876e5449ed5ea4a0
|
|
7
|
+
data.tar.gz: dca90a206a2c2189fa1e281399e61e00617568de91ab10d992b467cbee3b6ded0a321fab7a69ac2d7ac706bed0aa632fde1205738c6135a13fc592fbb9f9ec69
|
|
@@ -30,7 +30,7 @@ module Fastlane
|
|
|
30
30
|
raise "Can't send command to server. :storeIdentificator, :storeVersion, :platform, :rc, :callCmd are required fields"
|
|
31
31
|
end
|
|
32
32
|
command = options[:callCmd]
|
|
33
|
-
if command[:project] == nil || command[:
|
|
33
|
+
if command[:project] == nil || command[:displayVersionName] == nil || command[:cmd] == nil
|
|
34
34
|
raise "Can't send command to server. :project, :displayVersionName, :cmd are required fields"
|
|
35
35
|
end
|
|
36
36
|
else
|