fastlane-plugin-gs_project_flow_ios 0.1.21 → 0.1.22

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: d4c66814b925165d1e507fef12512f47e1eff908
4
- data.tar.gz: 41a76be276c4f749b496fc6360c7d8ae225d6f82
3
+ metadata.gz: 3f71d9c0adab457179b900d1c85ab79411d5dad2
4
+ data.tar.gz: 82c700a32227e3cc9811b52418db045fbe2dbe8b
5
5
  SHA512:
6
- metadata.gz: 9d902d825c3d700638e76775b7dd90868841a8a555c4df4603d4298497adebce1bd4092cf0b798fc34499d6fbd59f01d7b1102ae8198181e860b08f8f96b3f48
7
- data.tar.gz: 71de55393788271de9df45a394a358edd8fb8492f696d3c9853640525b28042f47a69979e698bc8dce09e1290be8f0ae15091f4f37be74d0b20d757be6918d9f
6
+ metadata.gz: 46696533e752815958c27a314711406ec270ec2fe783af144dc049139d1ec04b39365a25c836dc883fecce0988dbfa64a2089c3555d8d2264becd2a2fef9ca80
7
+ data.tar.gz: 9a4a3379138836fabce19b617eb4b153bc3be174cba0b57f992588258652dedfc776923b0a53f8c71fa4977a356a4d45ff66e47c12d18fc719bfb42c28e0634b
@@ -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
- unless class_ref.nil?
12
+ if class_ref.nil?
13
13
  local_class_ref = Actions.action_class_ref(action)
14
14
  else
15
15
  local_class_ref = class_ref
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.1.21"
3
+ VERSION = "0.1.22"
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.21
4
+ version: 0.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский