fastlane-plugin-amazon_appstore 0.1.0 → 1.0.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 +4 -4
- data/README.md +1 -1
- data/lib/fastlane/plugin/amazon_appstore/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b528dff3599777f9d99ce0744edcff9a7a8a8c68567c8ad1aaae770403a275de
|
4
|
+
data.tar.gz: 3a8872a1a251d55191d6781e161f5d230f2fb7c9fb3178dffad0037679116ade
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b299a4e8c8cc4dcb905d711edd97eeabad5406fb42feaccc1c6ca1242b93cd14248f5afaa6484db0b07876c6909c1711816ed418f6d4ae38f69a0ed326571a03
|
7
|
+
data.tar.gz: 4094184d408036ea2a0c106e7d49eb9dd7507aa7b57e832086c5abe8300d7f5159323dcbf8f8132cbbe4b67e758bdd223b82b08658237f506488c41f24ce0eda
|
data/README.md
CHANGED
@@ -40,7 +40,7 @@ upload_to_amazon_appstore(
|
|
40
40
|
| client_secret | The client secret you saved | |
|
41
41
|
| skip_upload_changelogs | Whether to skip uploading changelogs | false |
|
42
42
|
| metadata_path | Path to the directory containing the metadata files | ./fastlane/metadata/android |
|
43
|
-
|
|
43
|
+
| changes_not_sent_for_review | Indicates that the changes in this edit will not be reviewed until they are explicitly sent for review from the Amazon Appstore Console UI | false |
|
44
44
|
| timeout | Timeout for read, open (in seconds) | 300 |
|
45
45
|
* = default value is dependent on the user's system
|
46
46
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-amazon_appstore
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ntsk
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -210,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
210
210
|
- !ruby/object:Gem::Version
|
211
211
|
version: '0'
|
212
212
|
requirements: []
|
213
|
-
rubygems_version: 3.
|
213
|
+
rubygems_version: 3.5.9
|
214
214
|
signing_key:
|
215
215
|
specification_version: 4
|
216
216
|
summary: Upload apps to Amazon Appstore
|