fastlane-plugin-gs_project_flow_ios 0.3.10 → 0.3.11

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: edf9c2a2fdc9fccedae1715dbf5795cd535998be
4
- data.tar.gz: cb4a5f1c762b5310464ffe74d542a9b7689bfbfe
3
+ metadata.gz: 30ca93410c792d4fde4fb1c83bcc81a08ec83ad8
4
+ data.tar.gz: 19d4eca47290957a9bc9a25868173264528d1d25
5
5
  SHA512:
6
- metadata.gz: 94da35b6ed9c3f51fc6ae4adc3a2b7fc6398bd08381dc603d75e85905b10aa538932fb29ea941fefb63d57f69d04e19d0914ac0024c1fa8fa5c62fc20ab5fd38
7
- data.tar.gz: 842483ce81810e61eb6a80b572358edeb0cd9cd1d5ba1cb3cd23014738c31bac57ccfaeae94c3bf20d8fceadcf307b91cf0e35ab866a9c9e2613f879f370e039
6
+ metadata.gz: 3ff71523e81c59aca25a603a3b099e41f8414eb48bf50f558502ff6d03296575f328d72ccbda4d91244a9269627e3384afd0168bcf3291db472531fd0173e05a
7
+ data.tar.gz: 75feb1caae6cdb73cd7251a9b7b737872327ef77d6fea117869626ffe7d2910387c148ac87be8b6f6992557a731cd73893aab927e806f9393047b87c8e7a00f8
@@ -51,7 +51,7 @@ module Fastlane
51
51
  Actions::GsRejectLatestVersionAction.run(FastlaneCore::Configuration.create(GsRejectLatestVersionAction.available_options,{app_identifier:ENV["BUNDLE_ID"]}))
52
52
  end
53
53
 
54
- Actions::PilotAction.run(FastlaneCore::Configuration.create(GsRejectLatestVersionAction.available_options,options))
54
+ Actions::PilotAction.run(FastlaneCore::Configuration.create(PilotAction.available_options,options))
55
55
  UI.success("App is released to internal testing")
56
56
 
57
57
  Actions::GsSaveRcVersionAction.run(FastlaneCore::Configuration.create(GsSaveRcVersionAction.available_options,{path:Helper::GsProjectFlowIosHelper.get_versions_path}))
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.3.10"
3
+ VERSION = "0.3.11"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.10
4
+ version: 0.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский