fastlane-plugin-gs_deliver 0.4.6 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 394333441edbe756baa72aa41abbc7ed723a8aa4
4
- data.tar.gz: 031fbef4b8937f08a939be269216e50fac79a3b4
3
+ metadata.gz: b411f467ba5f60e6e06beef487fdb102f123e1ec
4
+ data.tar.gz: fd28e90da6851bf20a48e2a167c471f9de9294c6
5
5
  SHA512:
6
- metadata.gz: 0ffbe983f5e8e861232fbda2779b0829db2d99a5f49b6081978e02eb20180daa83647496f074a2ff90b9414e96793ddf4d401bb4b97ddbeecdcaf23065bc3495
7
- data.tar.gz: 07a539a17d8aa3161666784e0e645aecdcfa68f6e1d3ac1067da1417d5e8cbed54a60938805ee3460ede8e3223ccb46de5a9ef6c8ce64b656a59b8f3f0f40886
6
+ metadata.gz: da32292432a7482dbf32763a42449c44628bafab92d024c698595d9f4aa32d1a7950c19ce8f34cfdde718ddc4d32adfe0a3849e79fc0f63caf49c235ddab9790
7
+ data.tar.gz: b873ebb4791daf9988b6105e574a5097a50a7a0bb093f6e4327749643065e8d6b613f0553fd9c124420f59ced279f67bc68b3881ee55d225ed9c6a19132dd125
@@ -30,11 +30,11 @@ 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[:displayVersionName] == nil || command[:cmd] == nil
33
+ if command[:alias] == 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
37
- if options[:project] == nil || options[:displayVersionName] == nil || options[:cmd] == nil
37
+ if options[:alias] == nil || options[:displayVersionName] == nil || options[:cmd] == nil
38
38
  raise "Can't send command to server. :project, :displayVersionName, :cmd are required fields"
39
39
  end
40
40
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsDeliver
3
- VERSION = "0.4.6"
3
+ VERSION = "0.4.7"
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.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский