fastlane-plugin-huawei_appgallery_connect 1.0.29 → 1.0.30
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: 2904a4ad4c7854401244691e37011ff3499a3804ca3d16f87a867e8cc9c5e6ed
|
4
|
+
data.tar.gz: 5e3af3d520578df106b3ef534bbaea25f1f64db836d3154fcddf38d593ed7751
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4108624df4841576b640a986c87e4b9a3b09343d90edd0cf438c7fa59bbd358879111e330a71e2499e2361fcba84c7ccaee6a31b2d48be50e9994b32722d2611
|
7
|
+
data.tar.gz: 98719dd530726f05aed5b6c22d0f1c845ac3a98cb5d9b90d392154e1731afcb97069f857a0b6f91ac30df1dee418ebc094c12316f3bd1d8fad793f759f5db4e2
|
data/lib/fastlane/plugin/huawei_appgallery_connect/helper/huawei_appgallery_connect_helper.rb
CHANGED
@@ -140,7 +140,7 @@ module Fastlane
|
|
140
140
|
|
141
141
|
result_json = JSON.parse(response.body)
|
142
142
|
|
143
|
-
if result_json['urlInfo']['url'].nil?
|
143
|
+
if result_json.nil? || result_json['urlInfo'].nil? || result_json['urlInfo']['url'].nil?
|
144
144
|
UI.message('Cannot obtain upload url')
|
145
145
|
UI.user_error!(response.body)
|
146
146
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-huawei_appgallery_connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.30
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shreejan Shrestha
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|