fastlane-plugin-stream_actions 0.1.24 → 0.1.25

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: 4efc74e51ae5f92b034aeb2ea259909cd01a3ab20cfe8895c26b17932067ed51
4
- data.tar.gz: dc6dbd8e2569245cce00b2d6fd5b2f67838ab6cb159375b54c1ffd8ba426be37
3
+ metadata.gz: ec5bade564f8277c3f5f9df87525fa21aa084f9802f93fee0a75fd0bbd4f2155
4
+ data.tar.gz: 2b5d3a4c9fe51bd975b84fb61ba032092151d70d5c4f7f17ffde6f78ab86fe0d
5
5
  SHA512:
6
- metadata.gz: 64e59daeb2226c34d7ca084ca77ff2c125a6e1d7eb6acfc024c71dedf7b2d3f4b05b77792732ac7b92108c2eba71cfcf8369a94dfb10c53464fcd9c3571a4df2
7
- data.tar.gz: b96dda8633c4667ff7aa06b415e76da0f5664ca93f79be59f2ecebd4a241d96475eeeb226e7aa5f9817df054032004d8d2a60d101ff94df0df163ecf34ad94a5
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
  #####################################################
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = "0.1.24"
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.24
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