fastlane-plugin-stream_actions 0.1.24 → 0.1.26
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: 0beeb883953224938534a7915ab9d09fc2ea3910734441ce85ba30cf5a1176a3
|
4
|
+
data.tar.gz: 6a0b15ecbca915810ce149000e94accd287ba38350cf503f8af70d2cb2966fe3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e3521ceb6a20beda876d92c22ab41354d7f7348f3ae9d1a68bde0a57e08c4d150d223f96f802b59ee751ba023c7c541ccb32f7793bc2e2ed34319b41f534c8c
|
7
|
+
data.tar.gz: b5790112fc6149e11f00878a0ae0f84ba319acabd28189fecb9cd0580e70d1567ecfb4d4241b4c39981080c5b847b0f191edbaf94a35d2b08c785eb42136da56
|
data/README.md
CHANGED
@@ -8,9 +8,9 @@ This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To
|
|
8
8
|
gem 'fastlane-plugin-stream_actions'
|
9
9
|
```
|
10
10
|
|
11
|
-
## About
|
11
|
+
## About Stream Fastlane Actions
|
12
12
|
|
13
|
-
Stream Actions are used to share the
|
13
|
+
Stream Actions are used to share the scripts and fastlane actions across multiple repositories and automate the release process of iOS Stream SDKs.
|
14
14
|
|
15
15
|
## Start working on this plugin
|
16
16
|
|
@@ -17,7 +17,7 @@ module Fastlane
|
|
17
17
|
path: "/testplan/#{testplan_id}/sync",
|
18
18
|
http_method: 'POST'
|
19
19
|
)
|
20
|
-
UI.success("
|
20
|
+
UI.success("Testplan with id #{testplan_id} synced successfully 🎉")
|
21
21
|
|
22
22
|
body = {
|
23
23
|
launchName: "#{params[:testplan]} #{params[:release_version]}",
|
@@ -29,9 +29,9 @@ module Fastlane
|
|
29
29
|
token: params[:token],
|
30
30
|
path: "/testplan/#{testplan_id}/run",
|
31
31
|
http_method: 'POST',
|
32
|
-
|
32
|
+
request_body: body
|
33
33
|
)
|
34
|
-
UI.success("
|
34
|
+
UI.success("Testplan with id #{testplan_id} launched successfully 🎉")
|
35
35
|
end
|
36
36
|
|
37
37
|
#####################################################
|
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.1.
|
4
|
+
version: 0.1.26
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GetStream
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|