fastlane-plugin-wpmreleasetoolkit 7.1.1 → 7.1.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a0d3e4cb24d24a7790f4e2268b2979b289b93b925ed83d8c34d5ed898845412
|
|
4
|
+
data.tar.gz: 69e8fa3737c7d4429cf19928e07af0a4a01e48a39ad2f70434ab678cf20843f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 483ae0c7e47e5421af88c1e289d450e7949b5345753ab4f42ef36f65bad37c030b3e7f4846456105c311ce19ce7c0f06aa5a634b76a248eb3c14fcd0b93ba610
|
|
7
|
+
data.tar.gz: dbd1102a901d283e99ea5d0ea8f552a430e60880fd2d5562992a4b1819750feaa9a07914e6653ccfbfea56c7e14781eddd806c4c81607c5d8cabdca2fe47cf4c
|
|
@@ -59,7 +59,7 @@ module Fastlane
|
|
|
59
59
|
FastlaneCore::ConfigItem.new(key: :locales,
|
|
60
60
|
env_name: 'FL_DOWNLOAD_METADATA_LOCALES',
|
|
61
61
|
description: 'The hash with the GlotPress locale and the project locale association',
|
|
62
|
-
|
|
62
|
+
is_string: false),
|
|
63
63
|
FastlaneCore::ConfigItem.new(key: :source_locale,
|
|
64
64
|
env_name: 'FL_DOWNLOAD_METADATA_SOURCE_LOCALE',
|
|
65
65
|
description: 'The source locale code',
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-wpmreleasetoolkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.1.
|
|
4
|
+
version: 7.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Automattic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-05-
|
|
11
|
+
date: 2023-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|