fastlane-plugin-gs_project_flow_ios 0.3.17 → 0.3.18

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: a615afe28e0801639842f323dc3b972aef6da155
4
- data.tar.gz: 23637a4a6bc56af35c187363c9f70c67347aa79f
3
+ metadata.gz: f22438e2b45a3384dd0639f82c1134675acf973a
4
+ data.tar.gz: c597eee2035934efb481aa78195044b7ae60b744
5
5
  SHA512:
6
- metadata.gz: b5a48a96c06759a3199dfc46e69d5d3424b1285438b04ec4c95d805db30e4fbd30172dc8eb335ada69f36ec696c6505b46fa8357cc766a1e5988e60716426c3a
7
- data.tar.gz: 3a5e60f12d65aba12bfa5e9b6b9795c7e1535c4d94ec3369a75fef8104aafe9107c7895ecd01f82c144d65482ec829b51f7a5576495d5d7e86f620dbc2f257db
6
+ metadata.gz: d19f0d240c26fdf566207128aa2f3ff7fa1f5632a4a0f861523c5702bda7f7fa32624af122f4b973093b5e23be2a421bb7d9f06e4ade91c24d70f1d030cc6641
7
+ data.tar.gz: 8456494d53cdf4dc313f6e79cccede988fe104d7cf0dce53547c5ac9e7c73d0b6d452cc13e2a05933c3ea4add69c05e876851599e485807147f4cc647510b320
@@ -46,8 +46,6 @@ module Fastlane
46
46
  export_method:"app-store"})) # Build your app - more options available
47
47
 
48
48
 
49
-
50
-
51
49
  s = Actions::GsGetAppStatusAction.run(FastlaneCore::Configuration.create(GsGetAppStatusAction.available_options,{app_identifier:ENV["BUNDLE_ID"]}))
52
50
  if s == "Pending Developer Release"
53
51
  Actions::GsRejectLatestVersionAction.run(FastlaneCore::Configuration.create(GsRejectLatestVersionAction.available_options,{app_identifier:ENV["BUNDLE_ID"]}))
@@ -56,7 +54,7 @@ module Fastlane
56
54
  Actions::PilotAction.run(FastlaneCore::Configuration.create(PilotAction.available_options,options))
57
55
  UI.success("App is released to internal testing")
58
56
 
59
- Actions::GsSaveRcVersionAction.run(FastlaneCore::Configuration.create(GsSaveRcVersionAction.available_options,{path:Helper::GsProjectFlowIosHelper.get_versions_path}))
57
+ Actions::GsSaveRcVersionAction.run(FastlaneCore::Configuration.create(GsSaveRcVersionAction.available_options,{version: v, path:Helper::GsProjectFlowIosHelper.get_versions_path}))
60
58
 
61
59
  Actions::GsExecuteRcLaneAction.moveToReview(version_name)
62
60
  UI.success("✅ App status is changed to Waiting For Review")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.3.17"
3
+ VERSION = "0.3.18"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-gs_project_flow_ios
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.17
4
+ version: 0.3.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-28 00:00:00.000000000 Z
11
+ date: 2017-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry