fastlane-plugin-gs_project_flow_ios 0.1.10 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d2503a4fbb1ffb91d6c0bf090be93ddd2d2c4dc1
4
- data.tar.gz: de0d0f22561cf3b4ea691af669b088658a6476a3
3
+ metadata.gz: bb2a179923d44449621e35c92b1cbb55ef8caab5
4
+ data.tar.gz: 226ee4345444a0f1f48fad98ca70efba2d9e1766
5
5
  SHA512:
6
- metadata.gz: 72032f7889dffad5b6d5b0336e5b14a05ab4c582b7b6bebfddffb55d7abaff91cbf9637780829aa63950d16e640ec4f58d3dd3f0ae73e02cd06dbd253134ec23
7
- data.tar.gz: 3cbb944d815210444dd6fbb42a75e130f380d39949125883b296b3d63a5cc81d563cf8ebdfc1947997fcc020191d173fad20279262e02ddc7017c3d0f55a9742
6
+ metadata.gz: 27e5c89ae7d452d0eb01abb2bd3e69431a07c9e8ad9e74312dd0ca4c6650eec1ee4b78ec1141c5f36b59645637ce98640625a3d8c0cfbbbc0f66653db10a3682
7
+ data.tar.gz: 5df5c6315303b477e6d6d5ba4f15fb8a57dfe663365c25c33b5a79e5bd2f7affeed2ae35b680366438af75983a50351b163c08fcd42f5ddf03d10dba4934f4f0
@@ -23,7 +23,7 @@ module Fastlane
23
23
  UI.message("class ref = " + Dir.pwd)
24
24
  r = Runner.new
25
25
  parameters = {:use_bundle_exec => false}
26
- r.execute_action(action, class_ref, [parameters])
26
+ r.execute_action(action, class_ref, [parameters], custom_dir: '.')
27
27
  end
28
28
 
29
29
  def self.description
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.1.10"
3
+ VERSION = "0.1.11"
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.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский