fastlane-plugin-huawei_appgallery_connect 1.0.29 → 1.0.31

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: 173402f664ca90b6a05b0f8d61e4b844ab8ff929f420bf45ae889832153e354d
4
- data.tar.gz: 44c91af71dc9152b9a35126a6702e220c7c91227d981cf5babdde6af32120d72
3
+ metadata.gz: 98831161a83658dce388e7f73e9912ead91b1064d7ab60da42a4035bbbfa08a2
4
+ data.tar.gz: e050a3fe31dc500b966de2f8fbce707832129b2021e460993264af08b312576d
5
5
  SHA512:
6
- metadata.gz: 798db4979efd1a8e42920a73463b931947d7e5bc20cbccceead219bdf5112250ccd53bf62d16c962b82c1fcdd96559bad6b63480751b1dde265fcc34b7b4770c
7
- data.tar.gz: 76f08835134cf11d4abd1eac939608fd03f79536a35577c3518dabfab6c35fd821f2ea7bc5cdbb5a4e1592b2a227c96cc6f685ec30ff120ca1009a20a25668bc
6
+ metadata.gz: 1a5d235f38c6b72c0b98b2eca913a58dcb1cb2fc913dd3064198a005c239ce05bdbdf66a8c23aed9925ddb19ee707c26b723f38a04f72e524988062a96faf8da
7
+ data.tar.gz: 00435d7b41783d5f5a1495ab0464a778bd825be960a007c1dca33e268531aaf125956e35efebdceeedeb752ec38de6ebf37947679f5604cde95d41c0963c39a1
@@ -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
 
@@ -276,7 +276,7 @@ module Fastlane
276
276
  if params[:changelog_path] != nil
277
277
  changelog_data = File.read(params[:changelog_path])
278
278
 
279
- if changelog_data.length < 3 || changelog_data.length > 300
279
+ if changelog_data.length < 3 || changelog_data.length > 500
280
280
  UI.user_error!("Failed to submit app for review. Changelog file length is invalid")
281
281
  return
282
282
  else
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module HuaweiAppgalleryConnect
3
- VERSION = "1.0.29"
3
+ VERSION = "1.0.31"
4
4
  end
5
5
  end
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.29
4
+ version: 1.0.31
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-15 00:00:00.000000000 Z
11
+ date: 2024-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry