fastlane-plugin-wpmreleasetoolkit 8.0.0 → 8.0.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: 49fe82a4a0c5f54672972ea1c72fe076c22a6d641165d5e227564259e59b7e5f
4
- data.tar.gz: e2592c11c44501af75a4ec4c1296afc4d23595f0a622ea24acb080d59646da34
3
+ metadata.gz: a30c7fbc5b73296e2cf32c95f10a031e9261e13e33c48c140c249e9878016be8
4
+ data.tar.gz: dcb8357f5c9b2427ddc2fffba59c0dcec48bbb3f8a85d09c515396e8a48d1cc1
5
5
  SHA512:
6
- metadata.gz: 05da20110bf1f968c726ddbf7cd62f922d7c215109c675f4706190816150d8f307c4aaf9707d00c9f91639e87e82bc57a50be997fc19602a9f9358c0d67f4c1e
7
- data.tar.gz: 69e61be4a7304fcdf18402a97c28311cc165542693bb78fc9a50681903b207d77492c04adda2cac991572f92e26de581b560964ff8b7c448630736b1db91760d
6
+ metadata.gz: 842d5a6dda8be7240dfae234f44cbad7ba1a7fb6af511f6ae608f66aad26dc75a68f6cc082a68b367b62944fcf9071fbe05c419dc1890d693ac84f2b6e7c8b3e
7
+ data.tar.gz: c38bba91ab8e53a46f4b099527337e307f5395084f57c69f36ad72dc1c8d433ef8eaad1cbd26265ad351b2b54d2244bae49080a15eda1819cc8c60ca65762d9c
@@ -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
- type: Hash),
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',
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Wpmreleasetoolkit
3
- VERSION = '8.0.0'
3
+ VERSION = '8.0.1'
4
4
  end
5
5
  end
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: 8.0.0
4
+ version: 8.0.1
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-12 00:00:00.000000000 Z
11
+ date: 2023-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport