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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4792ea4e6b6b281af950d19b35c2e4c6c0a707d
|
|
4
|
+
data.tar.gz: 61c50ba5511ffb482078e0ffb675c21f9ad93f2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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')"
|
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.
|
|
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-
|
|
11
|
+
date: 2016-10-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|