fastlane-plugin-intentconfirmation 0.1.0 → 0.1.1

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: 4d7b626caaafaa6d096a0ecc5c44666127f0a2f8
4
- data.tar.gz: 9a57ce8f449678380817a887df554d29dcd83692
3
+ metadata.gz: c4792ea4e6b6b281af950d19b35c2e4c6c0a707d
4
+ data.tar.gz: 61c50ba5511ffb482078e0ffb675c21f9ad93f2b
5
5
  SHA512:
6
- metadata.gz: 311ed6c3061889bd7141ff55d45290e4a02ba37a9a14ad0b00537edcd0360129b9e7dfc67c6327546c5ec7aef5794d172de2902c472b163d7445ae9a7c4e776c
7
- data.tar.gz: 6ebfcefb0315c118dd8323767aa47e7e788e50c40a33051ea178718ed523852542dc763cfc402eebb369d9d1b360099b5a45b2520320168a2103bc32e60969d5
6
+ metadata.gz: 150784dbe344fc2059d892c1c478e1bc1191420cea4024583dbe6c0d6095f50b4e8a6a314369f8d55f82514c87590b49678220413d9d770f7c999a6e908ffd8c
7
+ data.tar.gz: 00ce3f418acece221332479021199bf98f3962ac906224c99265c33020faa69358bb57e8f8cdc801495e85c3f028df9cda69cfe41d8b72ac2208945b80c76f79
@@ -7,7 +7,7 @@ module Fastlane
7
7
  UI.message("This lane will cause changes on application store.")
8
8
 
9
9
  fastlane_permission_file="#{params[:fastlane_permission_file]}"
10
- if !fastlane_permission_file.nil? && File.exists?(fastlane_permission_file)
10
+ if !fastlane_permission_file.nil? && File.exists?(File.join(Dir.home, fastlane_permission_file))
11
11
  UI.message("Permission file found. Lane will execute without asking for confirmation.")
12
12
  else
13
13
  question="Do you want to continue? ('yes' or 'no')"
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Intentconfirmation
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-intentconfirmation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Krzyk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-04 00:00:00.000000000 Z
11
+ date: 2016-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry