fastlane-plugin-gs_project_flow_ios 0.1.20 → 0.1.21

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: 6026aed6779ebafa2ea2b123baf83913cd4d8913
4
- data.tar.gz: 49eac67f57159c17a1eb2dd39b65b7fc78f73d13
3
+ metadata.gz: d4c66814b925165d1e507fef12512f47e1eff908
4
+ data.tar.gz: 41a76be276c4f749b496fc6360c7d8ae225d6f82
5
5
  SHA512:
6
- metadata.gz: 1642680d17e198c26440ad8252d282d5851c698c7b2dfbcc0245430dccb9484f9a4493150c4efc5c09d5286227ceed4ded300e6dfbcf1bbb5a18d853d53b8f08
7
- data.tar.gz: ff4457d1cfb33e9d8fd6be7eeaeb122ae004093dc46f76ace4a54d611bd8b6fda6a879eb919eda730b12a4dbc9e056808ae4afd0eab82406cd390bee550fb919
6
+ metadata.gz: 9d902d825c3d700638e76775b7dd90868841a8a555c4df4603d4298497adebce1bd4092cf0b798fc34499d6fbd59f01d7b1102ae8198181e860b08f8f96b3f48
7
+ data.tar.gz: 71de55393788271de9df45a394a358edd8fb8492f696d3c9853640525b28042f47a69979e698bc8dce09e1290be8f0ae15091f4f37be74d0b20d757be6918d9f
@@ -9,7 +9,11 @@ module Fastlane
9
9
  end
10
10
 
11
11
  def execute_action(action, parameters, class_ref: nil, custom_dir: '.', from_action: false)
12
- local_class_ref = Actions.action_class_ref('cocoapods') #unless class_ref.nil? else local_class_ref = class_ref
12
+ unless class_ref.nil?
13
+ local_class_ref = Actions.action_class_ref(action)
14
+ else
15
+ local_class_ref = class_ref
16
+ end
13
17
  r = Runner.new
14
18
  r.execute_action(action, local_class_ref, [parameters], custom_dir: custom_dir, from_action: from_action)
15
19
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.1.20"
3
+ VERSION = "0.1.21"
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.1.20
4
+ version: 0.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский