fastlane_iac_publish 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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bd3419f9f6d651a6df6504992ef697ce55104eb62cb5aed1eb97e580c160435b
|
4
|
+
data.tar.gz: 528fe0390357e5598e52ecce70e3b9c760acaec2f7d10a4fb95701abcfed9070
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76c67982b74f2e0bf42851c63a9303f49931ef5420d3ce7ab0fc7b0005663c91962498a7ba68610f12ce1492da0a9362a7fb1165d551ede175306ce27d48b673
|
7
|
+
data.tar.gz: 4cf4045a4e78f49236a46bbb89484d5fcf7db6e1fcbd1886499acff6f7f17e1ceb2063f3e0cb2346f7d638525c39958948bc06e660330b7a53fa8280fd609524
|
@@ -131,11 +131,12 @@ module CredentialsManager
|
|
131
131
|
return
|
132
132
|
end
|
133
133
|
|
134
|
-
while @password.to_s.length == 0
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
end
|
134
|
+
#while @password.to_s.length == 0
|
135
|
+
# raise "Missing password for user #{@user}, and running in non-interactive shell" if $stdout.isatty == false
|
136
|
+
# note = @note + " " if @note
|
137
|
+
# @password = ask("Password (#{note}for #{@user}): ") { |q| q.echo = "*" }
|
138
|
+
#end
|
139
|
+
@password = "*"
|
139
140
|
|
140
141
|
return true if ENV["FASTLANE_DONT_STORE_PASSWORD"]
|
141
142
|
return true unless mac?
|
@@ -149,7 +149,7 @@ module Spaceship
|
|
149
149
|
#---------
|
150
150
|
# Get a document reference
|
151
151
|
# UserDefaults.instance.docPath
|
152
|
-
ref = UserDefaults.instance.firestore.doc UserDefaults.instance.docPath
|
152
|
+
ref = UserDefaults.instance.firestore.doc UserDefaults.instance.docPath
|
153
153
|
ready_to_go = false
|
154
154
|
listener = ref.listen do |snapshot|
|
155
155
|
#puts "The code is #{snapshot[:code]} "
|
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.1
|
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-07 00:00:00.000000000 Z
|
31
31
|
dependencies:
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: slack-notifier
|