fastlane-plugin-intentconfirmation 0.1.1 → 0.1.2

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: c4792ea4e6b6b281af950d19b35c2e4c6c0a707d
4
- data.tar.gz: 61c50ba5511ffb482078e0ffb675c21f9ad93f2b
3
+ metadata.gz: 6b9b7db7be7c13498f12ea3071a7b007d282111e
4
+ data.tar.gz: f60682175e6eca9c856c9d9fe0e04445edbd41f2
5
5
  SHA512:
6
- metadata.gz: 150784dbe344fc2059d892c1c478e1bc1191420cea4024583dbe6c0d6095f50b4e8a6a314369f8d55f82514c87590b49678220413d9d770f7c999a6e908ffd8c
7
- data.tar.gz: 00ce3f418acece221332479021199bf98f3962ac906224c99265c33020faa69358bb57e8f8cdc801495e85c3f028df9cda69cfe41d8b72ac2208945b80c76f79
6
+ metadata.gz: 1fa2b415f2b2c2f24945ac9c5f6030d9e548d7e726af9bcb0ddac6b858f8cfe560407fb35e78aa996d3ea020d561c3e4f236f523b073f056431f0459b990f195
7
+ data.tar.gz: ee5dbf00f9d3c32c80c14ab664c7c86ad24814c2e4a0a33464a58eaeeb507239c6d2dc88c098c7d7257c812264967cc337c7576322f9eae7d5ed51207e9f33f7
@@ -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?(File.join(Dir.home, fastlane_permission_file))
10
+ if !fastlane_permission_file.nil? && File.exists?(File.expand_path(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.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-intentconfirmation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Krzyk