fastlane-plugin-huawei_appgallery_connect 1.0.11 → 1.0.12
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: 10df8cd86b7d3f5842e464d2fd87ad5101fd095ea3f3f207e66c3977cb22282f
|
4
|
+
data.tar.gz: 9b40c384a45c192cae8f0edb998740cadda81934d49d90567a4edcff56bd07aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e60e293d3a7185a31c574d2cbdea83dd1a99026c996f6ff3497d1714e7160ff634399495f09d0cdfd9bab2108220f10d724ccd20c07530cb0d30155b3d6c445b
|
7
|
+
data.tar.gz: 8a572b1ba26f0cc5973966971f3580fc25448d47b8545a5ceac27cd1d6b82507b457afd286cefb825ac4a8438d77f411e057665c9d426a514c315c878b662434
|
data/lib/fastlane/plugin/huawei_appgallery_connect/helper/huawei_appgallery_connect_helper.rb
CHANGED
@@ -41,8 +41,8 @@ module Fastlane
|
|
41
41
|
UI.success("Successfully getting app info")
|
42
42
|
return result_json['appInfo']
|
43
43
|
else
|
44
|
-
UI.user_error("Failed to get app info")
|
45
44
|
UI.user_error!(result_json)
|
45
|
+
UI.user_error!("Failed to get app info")
|
46
46
|
end
|
47
47
|
|
48
48
|
end
|
@@ -70,8 +70,8 @@ module Fastlane
|
|
70
70
|
if result_json['ret']['code'] == 0
|
71
71
|
UI.success("Successfully updated app info")
|
72
72
|
else
|
73
|
-
UI.user_error("Failed to update app info")
|
74
73
|
UI.user_error!(result_json)
|
74
|
+
UI.user_error!("Failed to update app info")
|
75
75
|
end
|
76
76
|
end
|
77
77
|
|
@@ -151,8 +151,8 @@ module Fastlane
|
|
151
151
|
UI.success("App information saved.")
|
152
152
|
return true
|
153
153
|
else
|
154
|
-
UI.user_error("Failed to save app information")
|
155
154
|
UI.user_error!(result_json)
|
155
|
+
UI.user_error!("Failed to save app information")
|
156
156
|
return false
|
157
157
|
end
|
158
158
|
else
|
@@ -227,11 +227,12 @@ module Fastlane
|
|
227
227
|
if result_json['ret']['code'] == 0
|
228
228
|
UI.success("Successfully submitted app for review")
|
229
229
|
else
|
230
|
-
UI.user_error("Failed to submit app for review.")
|
231
230
|
UI.user_error!(result_json)
|
231
|
+
UI.user_error!("Failed to submit app for review.")
|
232
232
|
end
|
233
233
|
|
234
234
|
end
|
235
235
|
end
|
236
236
|
end
|
237
237
|
end
|
238
|
+
|
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.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shreejan Shrestha
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|