fastlane-plugin-huawei_appgallery_connect 1.1.0 → 1.1.1

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: 6965d594579b5ea2b695139d9941f41c503572764bad54a4cf3ca1526af6b8ac
4
- data.tar.gz: 94e5dabdcc4b006d11a22df3bc6f4b1d035d9f5615cfb70a5243728bc3fa6962
3
+ metadata.gz: 1db69408fdf91d46ff13f056cb8da5201d03b0d349c47e8d55ab29de1f42ae5a
4
+ data.tar.gz: 7004c7b1659840a416ab7e9740035d78e36c4a8a597f95025a2639a9e5d58bd4
5
5
  SHA512:
6
- metadata.gz: b940e1b2fd83488c5991790b19ebaaa34fdad5675a94a58629b2b1407dc4aa7ad1193fec968413d73c21c1645cae53b8d132c76c4aa9ec7d69e120bb995ae9db
7
- data.tar.gz: 4ba42274b3f05e99ec850ae6d9232d42e434bf3fa130ccb638d33676874b81a08ec29efd7e06aedea1542bdecadf8b5eaee2979f3c20daf9e63a2df5f2a16f3c
6
+ metadata.gz: 7ceff10bcff4da7d6fafc25f2b7b9290a70c1514bc3d27dd49a1fcf02f345000f56f9e2b882f68dbc398134b3aa7317731d5ea2940f8e9e58a88b6446408050f
7
+ data.tar.gz: f1fb6ecc068691c18fa2cd6555182faeae07fccc14ba4fa62034b735f1030ef42346c98c482c2bfcb5677007bba0267714c748e4a3f36d29ed5a993ed88f6808
@@ -94,7 +94,14 @@ module Fastlane
94
94
  env_name: "HUAWEI_APPGALLERY_CONNECT_CHANGELOG_PATH",
95
95
  description: "Path to Changelog file (Default empty)",
96
96
  optional: true,
97
- type: String)
97
+ type: String),
98
+
99
+ FastlaneCore::ConfigItem.new(key: :use_testing_version,
100
+ env_name: "HUAWEI_APPGALLERY_USE_TESTING_VERSION",
101
+ description: "Enable open testing for the app",
102
+ optional: true,
103
+ default_value: false,
104
+ type: Boolean),
98
105
  ]
99
106
  end
100
107
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module HuaweiAppgalleryConnect
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.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_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shreejan Shrestha
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-01 00:00:00.000000000 Z
11
+ date: 2025-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry