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: 4efc74e51ae5f92b034aeb2ea259909cd01a3ab20cfe8895c26b17932067ed51
4
- data.tar.gz: dc6dbd8e2569245cce00b2d6fd5b2f67838ab6cb159375b54c1ffd8ba426be37
3
+ metadata.gz: 0beeb883953224938534a7915ab9d09fc2ea3910734441ce85ba30cf5a1176a3
4
+ data.tar.gz: 6a0b15ecbca915810ce149000e94accd287ba38350cf503f8af70d2cb2966fe3
5
5
  SHA512:
6
- metadata.gz: 64e59daeb2226c34d7ca084ca77ff2c125a6e1d7eb6acfc024c71dedf7b2d3f4b05b77792732ac7b92108c2eba71cfcf8369a94dfb10c53464fcd9c3571a4df2
7
- data.tar.gz: b96dda8633c4667ff7aa06b415e76da0f5664ca93f79be59f2ecebd4a241d96475eeeb226e7aa5f9817df054032004d8d2a60d101ff94df0df163ecf34ad94a5
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 stream_actions
11
+ ## About Stream Fastlane Actions
12
12
 
13
- Stream Actions are used to share the codebase and automate the release process for Stream SDKs.
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("#{rocket}\nTestplan with id #{testplan_id} synced successfully 🎉")
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
- body: body
32
+ request_body: body
33
33
  )
34
- UI.success("#{rocket}\nTestplan with id #{testplan_id} launched successfully 🎉")
34
+ UI.success("Testplan with id #{testplan_id} launched successfully 🎉")
35
35
  end
36
36
 
37
37
  #####################################################
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = "0.1.24"
3
+ VERSION = "0.1.26"
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.1.24
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-08 00:00:00.000000000 Z
11
+ date: 2022-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler