fastlane-plugin-stream_actions 0.3.54 → 0.3.55
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87b0964ecf7d347867b3ad0c3b6869b4a749076b0e016e282fd2a3ceadef33a8
|
4
|
+
data.tar.gz: f125dcb17e7c76d95d24d63a4df687328f544c3bad307d293e07e69265bbf66c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53a598c9988dee81ac28fbff75299eb3e4e2c6d3c37e5d47ab4d12ced9a0a861b791b6f0bc55e05b3a94fbce79277b9274d82816d9236a306e3a118031c1a42b
|
7
|
+
data.tar.gz: df3d31772ba94a33e2838e164d5434d2e81709331b3354013860b76574f4fad6bb9d36772b921021915ba052e3ab1fb9818095ff804ef7c175ccb11ac53c54fd
|
@@ -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'
|
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')
|
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.
|
4
|
+
version: 0.3.55
|
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-
|
11
|
+
date: 2024-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: xctest_list
|