fastlane-plugin-gs_project_flow_ios 0.1.5 → 0.1.6

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: 6082bb580663426c8d45c1ec3b5477c043404674
4
- data.tar.gz: d794bc953bf7d030a065f940482330c18a737f6e
3
+ metadata.gz: 025c4cd74e8de63668d79981f39c1b84a543de2a
4
+ data.tar.gz: 82a376b7e1213fb88e63888e83e15f73799c9222
5
5
  SHA512:
6
- metadata.gz: 023b752fdd13dd4c110b882fe3dca64c69985ec3586e23eb5f5b75e934b44432e6dbe27caa8828a803122052de20e57751681c1e20b75c9cebc9bac678a96f1e
7
- data.tar.gz: 39a4822e5cbdbd79301e127da57bb9934031c35bedbeb9b0447b6e7827080a3e107052258ec0ba1d43954f399e7beb1011f5d3a694a231820555659a29de4ea6
6
+ metadata.gz: 1fab85881e6b7635bf4aafa99657bf5016165862a48f06513ab0c9f651dc9e6558d062f80e3509ad28970b8adbdc9db43107717d3ba5f9919eb823e2114cc36d
7
+ data.tar.gz: 6a49d8e598d80e118bc7859f00fa1a77fdb0f0133562bd73356471d14730e7de93535b1207e6492b4988191748d4ca53812e0b28c97e438fd76aab2613d58517
@@ -20,6 +20,7 @@ module Fastlane
20
20
  # CocoapodsAction.run(use_bundle_exec: false) #, clean: true, integrate: true, ansi: true)
21
21
  action = 'cocoapods'
22
22
  class_ref = Actions.action_class_ref(action)
23
+ UI.message("class ref = "+class_ref)
23
24
  r = Runner.new
24
25
  r.execute_action(action, class_ref, [parameters])
25
26
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский