fastlane-plugin-appcenter 1.0.1 → 1.1.0
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: 6a9270d888c11289fe4b8299c5fb2083720ea2d176b45c7259219e5259f93d21
|
|
4
|
+
data.tar.gz: c8ed71bf5f15fc6be1a184a49d726ba6f4ae3f387fa1b7d3bbaa87864580d98b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffbe59a7104d6a9933219c780db384030c7903eb3646204e33b41e08535ca4b0663aa2824080d99b54b33f3628178d8b95c19593791ea45b667bcbb1bf4ed580
|
|
7
|
+
data.tar.gz: b5aa1ca4963508a29541dbe579aafff96f65f30ce76a25e2f349e81177df59bce62cb2cdb7534d4609f53dc3e5f921e9b1c1472a42a445e84edfbdb8d42458d2
|
|
@@ -48,6 +48,8 @@ module Fastlane
|
|
|
48
48
|
when 404
|
|
49
49
|
UI.error("Not found, invalid owner or application name")
|
|
50
50
|
false
|
|
51
|
+
when 500...600
|
|
52
|
+
UI.crash!("Internal Service Error, please try again later")
|
|
51
53
|
else
|
|
52
54
|
UI.error("Error #{response.status}: #{response.body}")
|
|
53
55
|
false
|
|
@@ -219,6 +221,8 @@ module Fastlane
|
|
|
219
221
|
when 200...300
|
|
220
222
|
UI.message("DEBUG: #{JSON.pretty_generate(response.body)}\n") if ENV['DEBUG']
|
|
221
223
|
response.body
|
|
224
|
+
when 500...600
|
|
225
|
+
UI.crash!("Internal Service Error, please try again later")
|
|
222
226
|
else
|
|
223
227
|
UI.error("Error #{response.status}: #{response.body}")
|
|
224
228
|
false
|
|
@@ -370,7 +374,7 @@ module Fastlane
|
|
|
370
374
|
UI.message("DEBUG: #{JSON.pretty_generate(response.body)}\n") if ENV['DEBUG']
|
|
371
375
|
false
|
|
372
376
|
else
|
|
373
|
-
UI.error("Error getting app #{
|
|
377
|
+
UI.error("Error getting app #{owner_name}/#{app_name}, #{response.status}: #{response.body}")
|
|
374
378
|
false
|
|
375
379
|
end
|
|
376
380
|
end
|
|
@@ -404,4 +408,4 @@ module Fastlane
|
|
|
404
408
|
end
|
|
405
409
|
end
|
|
406
410
|
end
|
|
407
|
-
end
|
|
411
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-appcenter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Microsoft Corporation
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-06-
|
|
11
|
+
date: 2019-06-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|