fastlane-plugin-huawei_appgallery 0.2.0 → 0.2.1

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: e4411d2594ecd5bb0bf0f2b47de08df6d4476d7ed5d39e30551df2fcbfc1c18e
4
- data.tar.gz: 17fd0a9bce8eb88ab33d4a4fea16c367786c0e793ded01a0628185a4ff651bea
3
+ metadata.gz: e58d2df318d7c967134470a65f3d5fa6753591e4d6c4baf81d0dcbeffb26de8b
4
+ data.tar.gz: 4fa8d8662a15f983cd0872cfc39766080ac581aae04624461c2985768879e1a3
5
5
  SHA512:
6
- metadata.gz: 369701889c06b57182b8f76b2a1f09146b6d8a24de1e7afde7b426709fc445313fdd3c37a5f2adeb1a535f153a0d0425bcfb254ff286a45c2a501aa44a5a60b1
7
- data.tar.gz: 4c546b7b87021b427e7e42d4d49112d559d11cdab7c2a72eddf2c1a7dba7dfe441aa7ed390bd86da3af43d864b71ffca175d633765798bb11dd8ad34a40e9770
6
+ metadata.gz: 0a6aa9a3288167b37e2c0efd5088a15ecdf3e2802c9c064e7b6b9a17c75c12235f6b002b971ed96fe5fc6718bfd65f6edc82a0ec27bd4bf2e5cf817222b22f0d
7
+ data.tar.gz: 325887c3576a3fc3796dabef9f0f30e08c32b725539d396543a4f68961e9e9ce7bafb4bf551d7d147b7138f51d5d95ce7167b8653e6f5c882279224abbd891f4
data/README.md CHANGED
@@ -14,12 +14,6 @@ fastlane add_plugin huawei_appgallery
14
14
 
15
15
  Plugin to deploy an app to the Huawei AppGallery. Updates the release notes, uploads an APK and submits the new version for review.
16
16
 
17
- **Note:** To authenticate, you need to create the signature by your own.
18
- Example code: https://developer.huawei.com/consumer/en/service/hms/catalog/publishingAPI.html?page=hmssdk_appGalleryConnect_devguide (Authentication by secret key)
19
-
20
- Pull requests are welcome. ;)
21
-
22
- ## AppGallery Connect API (= API v2)
23
17
  To create client id and access token, go to [AppGalleryConnect](https://developer.huawei.com/consumer/en/service/josp/agc/index.html).
24
18
  Navigate to "Users and permissions", than click on the left on "Connect API" (in section "Api Key"). Now you create and manage your client ids and secrets.
25
19
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module HuaweiAppgallery
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
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
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arne Kaiser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-28 00:00:00.000000000 Z
11
+ date: 2020-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  - !ruby/object:Gem::Version
168
168
  version: '0'
169
169
  requirements: []
170
- rubygems_version: 3.0.3
170
+ rubygems_version: 3.1.2
171
171
  signing_key:
172
172
  specification_version: 4
173
173
  summary: Plugin to deploy an app to the Huawei AppGallery