fastlane-plugin-stream_actions 0.3.102 → 0.3.103
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: ecdef6942d162386b056a2dd8c72d4e2fc68699d9f38cca5901783d0345f679e
|
|
4
|
+
data.tar.gz: 881ab30be8c1a7df21d915a5de8b7a06b9fbc3dbdac1847a6ea7ddcc16c65808
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 601642d278ed6cb9eb109e7810fd3e88e90158004a035efac8c09f3c5b3b437f5d64925ce5e4e5cea77e472e0e536d3be5e28acd5fda541c60d49cc3a99f3ebc
|
|
7
|
+
data.tar.gz: 1a8856e8d61082cf31bcdbf9a7d7f6b0bcb1970dce453e7bcd47dfc2e84218437d629bec5644112a2a91ea00003494a7ccbfce6bf2dc69ed705433167640e199
|
|
@@ -44,11 +44,13 @@ module Fastlane
|
|
|
44
44
|
end
|
|
45
45
|
UI.important(content)
|
|
46
46
|
|
|
47
|
+
# Update metrics json with the new details
|
|
48
|
+
metrics[metrics_branch] = new_details
|
|
49
|
+
File.write(metrics_path, JSON.pretty_generate(metrics))
|
|
50
|
+
|
|
47
51
|
next unless other_action.is_ci
|
|
48
52
|
|
|
49
53
|
if is_release || (ENV['GITHUB_EVENT_NAME'].to_s == 'push' && other_action.current_branch == 'develop')
|
|
50
|
-
metrics[metrics_branch] = new_details
|
|
51
|
-
File.write(metrics_path, JSON.pretty_generate(metrics))
|
|
52
54
|
Dir.chdir(metrics_dir) do
|
|
53
55
|
if sh('git status -s').to_s.empty?
|
|
54
56
|
UI.important('No changes in linkmap.')
|
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.103
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GetStream
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: xctest_list
|