fastlane-plugin-gs_project_flow_ios 0.1.18 → 0.1.19

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: 45320987bf3f3f94b54438a697e36978c1c517bd
4
- data.tar.gz: cc92949cb068f593c7b1a2709306f93068425208
3
+ metadata.gz: 5499c0adc61bf09b3f77212f897905b03ff7fd86
4
+ data.tar.gz: 620858801614e04b4c15a2ace3bc47fc40bf98db
5
5
  SHA512:
6
- metadata.gz: 05e1602dd13ab1a739bc96baa73d01ba2f5d872c548d0b81b18469083117cc1ccce7ea149a51eaa784edff313b6214ee76d5e8c7399a913ca1d2d0be98fbcaab
7
- data.tar.gz: 98286362ebe402014722878ad6256c93a3c3026852d8479cf667006b6784db69ed415778c57f4d986e38dfe3144c31e7e6180ac245481d2c833a5e828c70647c
6
+ metadata.gz: c6d20620d67b06885b1670377ff7d931783b6b0d7628b881f27d748e80d009dcf828c897c196e362edf643a4c6b041c2922132e6a068dbccb59506daef7f55ca
7
+ data.tar.gz: 41ebbe9da86021b00f502a75bbb964ca2f962fa4af053b50c073475cf38a52c4f9292fd6a6e62df45f80cbd58501ec00f7cd80e92918a111a065986983c75368
@@ -9,7 +9,7 @@ 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(action) if class_ref.nil? else local_class_ref = class_ref
12
+ local_class_ref = Actions.action_class_ref(action) unless class_ref.nil? else local_class_ref = class_ref
13
13
  r = Runner.new
14
14
  r.execute_action(action, local_class_ref, [parameters], custom_dir: custom_dir, from_action: from_action)
15
15
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.1.18"
3
+ VERSION = "0.1.19"
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.18
4
+ version: 0.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский