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: 9f43113f04241f30f332badf66f0bfc3d992afb0
4
- data.tar.gz: b84003ab5656583bf874b7aca621a961e1246c71
3
+ metadata.gz: 666223ca8647e510c734d985a9e959acfbc47780
4
+ data.tar.gz: 575e39b576084d05758a396abc338ada1e9bd44f
5
5
  SHA512:
6
- metadata.gz: 2e0104d92da2ccea03b94d2f8289bf6a265fec97dcf47add3b52f3a6b59c8cc5da18cc6e894b4d263b3614f702735e0c22674d1fac9dd83c82aa22c99e7063a9
7
- data.tar.gz: f042ee301e344affbce6cc0c6f185fa1140f0790e014624164881c524a7488ba226079d1547ca1a0a0b37b56be655b3c8447ddffebf63a53f738e48998464be0
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[:storeVersion] == nil || command[:cmd] == nil
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
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsDeliver
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-gs_deliver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский