fastlane-plugin-stream_actions 0.3.88 → 0.3.89

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: 6f14a6b5085e3969a5b3b254d7f9bc3f5cc8b917377859f9eb9e1a3943cd24b7
4
- data.tar.gz: 96239bb76c3a0cd309a5af1a06b8392ea485bb1b2115548cb1bf762a37f87f0c
3
+ metadata.gz: 0db6ddbcff2f2b54f0509b04db1626b9a8ef0544cc14071c74d3f2216ad0b9be
4
+ data.tar.gz: b8f9708dbda4beb3be7a768da9b5ff217df5470ecb23e50edc8c769950b8446c
5
5
  SHA512:
6
- metadata.gz: d6c5a8f02414a672b323791abfc3c534ad247830179ba5bbcb2b8d47307ec7b34d8f4b12372f458657e5e0bf9452f926fd35b3491516205c3b443bb480792a5d
7
- data.tar.gz: 41b875bda505f5f55fcb1433993a15caa75f33ab4b0c9919ad909ec379294030b74a8f35b41bd641b237b3e04f4914b8f6692d194eabb42ee7ab869c96ea5bc3
6
+ metadata.gz: c92dbc548ad629580909af45ccbec1677aa22a106dc18bae85fc4f890416652d8de49b65e565a75558e5c40149f00d6322439c3acf611c2f93838ed7b33dc492
7
+ data.tar.gz: bf55934306328f5bd86525a948618f4e23b1738d489cede99d166ff719cb1ba333cef052ea7afda671b8c4b611a7bd28c1c434747dc8d55a5094966f9d26dcf5
@@ -40,10 +40,10 @@ module Fastlane
40
40
  ),
41
41
  FastlaneCore::ConfigItem.new(
42
42
  key: :app_identifier,
43
- description: 'The bundle identifier(s) of your app (array of strings)',
43
+ description: 'The bundle identifier(s) of your app(s) (array of strings)',
44
44
  is_string: false,
45
45
  verify_block: proc do |id|
46
- UI.user_error!("The bundle identifier(s) have to be specified") unless id.kind_of?(Array) && id.size.positive?
46
+ UI.user_error!("The bundle identifier(s) have to be specified") unless id.kind_of?(Array)
47
47
  end
48
48
  ),
49
49
  FastlaneCore::ConfigItem.new(
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = '0.3.88'
3
+ VERSION = '0.3.89'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-stream_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.88
4
+ version: 0.3.89
5
5
  platform: ruby
6
6
  authors:
7
7
  - GetStream
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-18 00:00:00.000000000 Z
11
+ date: 2025-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xctest_list