fastlane-plugin-gs_project_flow_ios 0.1.14 → 0.1.15

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: 27d3e0edcad54e184a1a67f7ec3286a195e4b98f
4
- data.tar.gz: 2a05e04ce3d87515d3479081f2d0a43e004358da
3
+ metadata.gz: ed3caf38007491401a8c67b363ac9ae16faa49d8
4
+ data.tar.gz: 488c5238134b2cd6e3099d03bff819bd8db33611
5
5
  SHA512:
6
- metadata.gz: 8a35ee8cf4c5057d5c7f513221ec39281f556a549c2ec6f72430602e70891f33c732c89d840820ae6d9dec74d6e41111f22559e1be8b42eb51d9dbfd07b5e0f9
7
- data.tar.gz: 5df25d08940a2c271c4e67a651a06996735de631a4f40dc94a7611f675b066273a3d38872be26d6b75e2af20fa010a7c2debdd488a0c0653a15e4f2ed8d2af28
6
+ metadata.gz: bdaa3897e494379d18c22ddc27908af3a9938776d1a51d294b68edc46bdebe5cbd785366fe2d5be5c0a15de3b865cfe40c89d85c82435120b505838934056137
7
+ data.tar.gz: 4733ae2b2673171980ca1cf5eac2164b3b5f0cad92a30f55d3f03890473d02733de02219a5fde4826b63a12a728f9ad4fd88d3e84e4f4ab2863c2ba23d147724
@@ -21,7 +21,7 @@ module Fastlane
21
21
  action = 'cocoapods'
22
22
  parameters = {:use_bundle_exec => false}
23
23
 
24
- require '../helper/gs_project_flow_ios_helper'
24
+ require 'gs_project_flow_ios_helper'
25
25
  GsProjectFlowIosHelper.new.execute_action(action,parameters)
26
26
 
27
27
  # class_ref = Actions.action_class_ref(action)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.1.14"
3
+ VERSION = "0.1.15"
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.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский