fastlane-plugin-gs_project_flow_ios 0.1.17 → 0.1.18

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: fd0360a0b2c24bc048225e4cced35c5d82420afb
4
- data.tar.gz: ce721773b89781e3f5df2f0ff927692a121f772e
3
+ metadata.gz: 45320987bf3f3f94b54438a697e36978c1c517bd
4
+ data.tar.gz: cc92949cb068f593c7b1a2709306f93068425208
5
5
  SHA512:
6
- metadata.gz: 3deda2a8391342154d1550e558ed5333fa9e66e0f1f7e2570842da32e0704c9f0aa827b5400569789314704aa8e43859fd9e825b1c11cdfd5f2516f8d82e033b
7
- data.tar.gz: 6f626f7b3014e707b343e9906fae5c9205b0a3f772f4d36bb5fb03b467ec94fe8c6eab74eaf0e8d55ca81aba08b7d2960de3f111bbac73718efc8fd3c934def1
6
+ metadata.gz: 05e1602dd13ab1a739bc96baa73d01ba2f5d872c548d0b81b18469083117cc1ccce7ea149a51eaa784edff313b6214ee76d5e8c7399a913ca1d2d0be98fbcaab
7
+ data.tar.gz: 98286362ebe402014722878ad6256c93a3c3026852d8479cf667006b6784db69ed415778c57f4d986e38dfe3144c31e7e6180ac245481d2c833a5e828c70647c
@@ -21,7 +21,7 @@ module Fastlane
21
21
  action = 'cocoapods'
22
22
  parameters = {:use_bundle_exec => false}
23
23
 
24
- Fastlane::GsProjectFlowIosHelper.new.execute_action(action,parameters)
24
+ Fastlane::Helper::GsProjectFlowIosHelper.new.execute_action(action,parameters)
25
25
 
26
26
  # class_ref = Actions.action_class_ref(action)
27
27
  # UI.message("class ref = " + Dir.pwd)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.1.17"
3
+ VERSION = "0.1.18"
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.17
4
+ version: 0.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский