fastlane-plugin-stream_actions 0.3.54 → 0.3.56

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: a234838a8b0f575b4ad8e44c4d2a8779ce7a004fa36e3a4d5a39cd5fc2bd5b63
4
- data.tar.gz: dbfd652b8a46bf1ab61496d746c0785fa9080b7c2083560ffddfeb4e9e93d717
3
+ metadata.gz: d249166cf95a7bdf05d9768a37900a29c56f60f49ab70d086aed41ec2295bd9e
4
+ data.tar.gz: c4305ec4380aeb992bcfc499209a337f6bc456172a368a7a7b338c87797aae8c
5
5
  SHA512:
6
- metadata.gz: 251b925504a6de64c873f728166549ade1b8119c0aad01000f4af5d23db2650fd2c2e1b8d3bf8c3e53e48ca38a1d241f45e48d4bf487b9d97a1bad5cb49f3b01
7
- data.tar.gz: 70abac88abf59c3762ccc83346211cf87cbeace4b7a890c682017d0a65270cd57fae1c0547bee6473772b5460fbdf915580996cf1f5602f18cc62345c1668171
6
+ metadata.gz: a6ed3d0525e720286e4bf440785c9827e9d65c99659b63aea1ead5e6bd9f0a5f407becf4939c6cbc7db1aa254e03561b0cf8406a27acfff02f1c8eda2b1b5825
7
+ data.tar.gz: de805cb4fe9d13202d144def9a64129027131413903f945aebdd567e835f753ee69d622010da8b9897b7461ca5d15d5480f2ab8ede370bc88bd41a152e64afcd
@@ -4,7 +4,7 @@ module Fastlane
4
4
  def self.run(params)
5
5
  UI.user_error!('Extension should be provided') unless params[:ext]
6
6
 
7
- untracked_files = sh('git status -s', log: false).split("\n").map(&:strip)
7
+ untracked_files = sh('git status -s').split("\n").map(&:strip)
8
8
  UI.important("Git Status: #{untracked_files}")
9
9
 
10
10
  deleted_files = select_files_from(files: untracked_files, with_extension: params[:ext], that_start_with: 'D')
@@ -56,7 +56,7 @@ module Fastlane
56
56
  benchmark_config[benchmark_key] = params[:branch_sizes]
57
57
  File.write(sdk_size_path, JSON.pretty_generate(benchmark_config))
58
58
  Dir.chdir(File.dirname(sdk_size_path)) do
59
- if sh('git status -s', log: false).to_s.empty?
59
+ if sh('git status -s').to_s.empty?
60
60
  UI.important('No changes in SDK sizes benchmarks.')
61
61
  else
62
62
  sh('git add -A')
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = '0.3.54'
3
+ VERSION = '0.3.56'
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.54
4
+ version: 0.3.56
5
5
  platform: ruby
6
6
  authors:
7
7
  - GetStream
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-12 00:00:00.000000000 Z
11
+ date: 2024-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xctest_list