fastlane_iac_publish 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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e8d1c3297dc930341e2150f8538aca45946fa63ccefbbcd4589929455ecc0d8
|
4
|
+
data.tar.gz: a01e58a1b6f778574b7f7b41ad12d838dabdaef7177ab83057375df56ef6a725
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 984e298d452353ccbd648d15c4eb49d5b202eee4d00b1493a25cd36c3842cd8ffa5879b82faaa141ad96f5a58a2da8d7257d37feccd68676d7fc43ed9171a013
|
7
|
+
data.tar.gz: 00247c12fb9163f2d717a4d321490f1e662077bc3ad8714623b31e0c59fc470298a12fb5ad7a0c70b05a25f5a6523cb14b40e9530c7d863be8e57d8b457c825b
|
@@ -69,12 +69,12 @@ module CredentialsManager
|
|
69
69
|
return false
|
70
70
|
end
|
71
71
|
|
72
|
-
if force || agree("Do you want to re-enter your password? (y/n)", true)
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
end
|
72
|
+
#if force || agree("Do you want to re-enter your password? (y/n)", true)
|
73
|
+
# puts("Removing Keychain entry for user '#{user}'...".yellow) if mac?
|
74
|
+
# remove_from_keychain
|
75
|
+
# ask_for_login
|
76
|
+
# return true
|
77
|
+
#end
|
78
78
|
false
|
79
79
|
end
|
80
80
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane_iac_publish
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew Ellis
|
@@ -27,7 +27,7 @@ authors:
|
|
27
27
|
autorequire:
|
28
28
|
bindir: bin
|
29
29
|
cert_chain: []
|
30
|
-
date: 2019-07-
|
30
|
+
date: 2019-07-08 00:00:00.000000000 Z
|
31
31
|
dependencies:
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: slack-notifier
|