fastlane-plugin-zealot 0.2.4 → 0.3.0
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: a788cca160ba486e17a20fd061e5368816654ebdae1fcf9510d0acccfb65e18f
|
4
|
+
data.tar.gz: c174efc979901a397706e503c7dd44576d5f78e8e69c285ba74a8584a854bc30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97b483952f0260032ca1d0f51b97fd43c1744ec0e9b3c85d33f691cc4197d8fdb99fdc6f2b29b886f1a20892427ab2671e77c409a458cb26f7b80b4c35983d6e
|
7
|
+
data.tar.gz: 9009126f49d736dbf350ed8e5e4295b1d489d48af11db93675156a5b13429237b0820cc27a64cd23b4b90dd479cb41fd79b75b4ce2d632993b760ae5e16af741
|
@@ -57,7 +57,7 @@ module Fastlane
|
|
57
57
|
rescue Faraday::ConnectionFailed
|
58
58
|
show_error('Can not connecting to Zealot', params[:fail_on_error])
|
59
59
|
rescue Faraday::TimeoutError
|
60
|
-
show_error('Uploading build to
|
60
|
+
show_error('Uploading build to Zealot timed out ⏳', params[:fail_on_error])
|
61
61
|
end
|
62
62
|
|
63
63
|
def upload_app_params(params)
|
@@ -155,6 +155,7 @@ module Fastlane
|
|
155
155
|
rows.delete(k) if hidden_keys.include?(k.to_sym)
|
156
156
|
rows[k] = rows[k].path if rows[k].is_a?(UploadIO)
|
157
157
|
end
|
158
|
+
|
158
159
|
puts Terminal::Table.new(
|
159
160
|
title: "Summary for #{title} #{Fastlane::Zealot::VERSION}".green,
|
160
161
|
rows: rows
|