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: bf52f7fe8ae95ead1055561f0b7416d8c646a8cb5bc67ffbf040a3512970d5d8
4
- data.tar.gz: a2be421d18a3b9ae4c3952f47bfdf088846497df9e1028425cee71c8fc55a814
3
+ metadata.gz: a788cca160ba486e17a20fd061e5368816654ebdae1fcf9510d0acccfb65e18f
4
+ data.tar.gz: c174efc979901a397706e503c7dd44576d5f78e8e69c285ba74a8584a854bc30
5
5
  SHA512:
6
- metadata.gz: 9543c016c7b1c73835fd826b80b5c935e946e458785fac9b60809c77f665fed2167f6f2cefc36a72e9eac0246b20ff289aab0d7b31d27c6e81feda3391a0eced
7
- data.tar.gz: bce77eff8312ea9a8260f8fbaec83446431d87934f4c4e6a23b6d21912e44fc95f5e85ad1b6b933657cd1e8d15485a77fe35fb4123759d5d1f5f3215cd41289a
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 Apphost timed out ⏳', params[:fail_on_error])
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
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Zealot
3
- VERSION = "0.2.4"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-zealot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - icyleaf