fastlane-plugin-stream_actions 0.1.23 → 0.1.25

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: f99ec615b021134cc7809c41f2bf64c2ba8e52343002d06eb5f26252a7375331
4
- data.tar.gz: 3b48230a283ce9b78e2161c1630f63dae49ce749119488cf8fa9f1ad6cbf423d
3
+ metadata.gz: ec5bade564f8277c3f5f9df87525fa21aa084f9802f93fee0a75fd0bbd4f2155
4
+ data.tar.gz: 2b5d3a4c9fe51bd975b84fb61ba032092151d70d5c4f7f17ffde6f78ab86fe0d
5
5
  SHA512:
6
- metadata.gz: 6ab0a343f368dc693c0f2c167eec55b99cf6557428fa928469907da572c89e1037bd9e66ad00f7fe63274455b769b4b04562feb78ea7c536b04cdcbe28595a5d
7
- data.tar.gz: fb90466f4372b5fc504204e070adc69ef698ac0ba6647d83dcb3db233d85085cd7bfbe7193ad7a37ee35e0a92769eb6289d5a42e28540b87aeed50655c8c6977
6
+ metadata.gz: 055a5317d9719a6b5f6ea3283c3cb1a574664885fc35946052bd1100e1b441fc36c02d501afb0a2fc08d264c8e670439f85651d3ee4be768a53711595be29326
7
+ data.tar.gz: b2596f1dfea84f68692289d84b8cba42eac696014a88e2dbad6a18b4bfa00c49791a6e9dfe260da93f8eaeb05c6ee9eae56ad2bbf3f9cf3ea2e2d979223849d7
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]}",
@@ -31,7 +31,7 @@ module Fastlane
31
31
  http_method: 'POST',
32
32
  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
  #####################################################
@@ -3,7 +3,7 @@ require 'xctest_list'
3
3
 
4
4
  module Fastlane
5
5
  module Actions
6
- class RetrieveXCTestNamesAction < Action
6
+ class RetrieveXctestNamesAction < Action
7
7
  def self.run(params)
8
8
  UI.verbose("Getting tests from xctestrun file at '#{params[:xctestrun]}'")
9
9
  xctestrun_tests(params[:xctestrun])
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = "0.1.23"
3
+ VERSION = "0.1.25"
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.23
4
+ version: 0.1.25
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-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler