fastlane-plugin-gs_project_flow_ios 0.1.22 → 0.1.23

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: 3f71d9c0adab457179b900d1c85ab79411d5dad2
4
- data.tar.gz: 82c700a32227e3cc9811b52418db045fbe2dbe8b
3
+ metadata.gz: 9889f50e64c3e977df70f4b565cbe9390c006894
4
+ data.tar.gz: 5d54d10e0b871a521c6b70328fab192b1d5a23be
5
5
  SHA512:
6
- metadata.gz: 46696533e752815958c27a314711406ec270ec2fe783af144dc049139d1ec04b39365a25c836dc883fecce0988dbfa64a2089c3555d8d2264becd2a2fef9ca80
7
- data.tar.gz: 9a4a3379138836fabce19b617eb4b153bc3be174cba0b57f992588258652dedfc776923b0a53f8c71fa4977a356a4d45ff66e47c12d18fc719bfb42c28e0634b
6
+ metadata.gz: 43c34a007501f9d78efe27ef1de826c5880154b43bc76239e07c8a6257e32f70ae5379bacc7f507a336882c45415638d7a7d5d2f90c297119b2ec75a271e1f9a
7
+ data.tar.gz: 23a63323ac028a88e36a60414fd863ddf4dff6b45ae7d665d458a1f66d4824043b9e372b54e73e9f9e748c2d14bbaddb5a99b80171529d6e5435932547ed0172
@@ -9,11 +9,8 @@ module Fastlane
9
9
  end
10
10
 
11
11
  def execute_action(action, parameters, class_ref: nil, custom_dir: '.', from_action: false)
12
- if class_ref.nil?
13
- local_class_ref = Actions.action_class_ref(action)
14
- else
15
- local_class_ref = class_ref
16
- end
12
+
13
+ local_class_ref = Actions.action_class_ref(action) if class_ref.nil? else local_class_ref = class_ref
17
14
  r = Runner.new
18
15
  r.execute_action(action, local_class_ref, [parameters], custom_dir: custom_dir, from_action: from_action)
19
16
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.1.22"
3
+ VERSION = "0.1.23"
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.22
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский