fastlane-plugin-gs_project_flow_ios 0.1.19 → 0.1.20

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: 5499c0adc61bf09b3f77212f897905b03ff7fd86
4
- data.tar.gz: 620858801614e04b4c15a2ace3bc47fc40bf98db
3
+ metadata.gz: 6026aed6779ebafa2ea2b123baf83913cd4d8913
4
+ data.tar.gz: 49eac67f57159c17a1eb2dd39b65b7fc78f73d13
5
5
  SHA512:
6
- metadata.gz: c6d20620d67b06885b1670377ff7d931783b6b0d7628b881f27d748e80d009dcf828c897c196e362edf643a4c6b041c2922132e6a068dbccb59506daef7f55ca
7
- data.tar.gz: 41ebbe9da86021b00f502a75bbb964ca2f962fa4af053b50c073475cf38a52c4f9292fd6a6e62df45f80cbd58501ec00f7cd80e92918a111a065986983c75368
6
+ metadata.gz: 1642680d17e198c26440ad8252d282d5851c698c7b2dfbcc0245430dccb9484f9a4493150c4efc5c09d5286227ceed4ded300e6dfbcf1bbb5a18d853d53b8f08
7
+ data.tar.gz: ff4457d1cfb33e9d8fd6be7eeaeb122ae004093dc46f76ace4a54d611bd8b6fda6a879eb919eda730b12a4dbc9e056808ae4afd0eab82406cd390bee550fb919
@@ -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) unless class_ref.nil? else local_class_ref = class_ref
12
+ local_class_ref = Actions.action_class_ref('cocoapods') #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.19"
3
+ VERSION = "0.1.20"
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.19
4
+ version: 0.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский