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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c7b408a3aaa0439606dad64da05a2e1e9304b2fbdff0f562e43ec9dc84f5dcf
4
- data.tar.gz: 7a2be8428a7bdf1c48f74736d9d130e8dad6259e75c2b94ccd25704605072641
3
+ metadata.gz: b528dff3599777f9d99ce0744edcff9a7a8a8c68567c8ad1aaae770403a275de
4
+ data.tar.gz: 3a8872a1a251d55191d6781e161f5d230f2fb7c9fb3178dffad0037679116ade
5
5
  SHA512:
6
- metadata.gz: 5e1e17cec1f9042d853079cb6643460f58d62997b9102a6bd7f6923d2ed23628eaa1d35669803362b09eb27074bcd6aad513f64528540e91edbb1af841cd12f3
7
- data.tar.gz: 7f2962dbfbb14d818cf5fefa4a1b427fe9e06c0ea909afcac74404b5a50eb74420e3fd2e8326d906ea0a0fb2a40bc1254dc3acd142312882969c023b0121ff02
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
- | changes_not_sent_for_reivew | 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 |
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
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AmazonAppstore
3
- VERSION = "0.1.0"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
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: 0.1.0
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: 2022-01-25 00:00:00.000000000 Z
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.3.3
213
+ rubygems_version: 3.5.9
214
214
  signing_key:
215
215
  specification_version: 4
216
216
  summary: Upload apps to Amazon Appstore