fastlane-plugin-stream_actions 0.1.25 → 0.1.26

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: ec5bade564f8277c3f5f9df87525fa21aa084f9802f93fee0a75fd0bbd4f2155
4
- data.tar.gz: 2b5d3a4c9fe51bd975b84fb61ba032092151d70d5c4f7f17ffde6f78ab86fe0d
3
+ metadata.gz: 0beeb883953224938534a7915ab9d09fc2ea3910734441ce85ba30cf5a1176a3
4
+ data.tar.gz: 6a0b15ecbca915810ce149000e94accd287ba38350cf503f8af70d2cb2966fe3
5
5
  SHA512:
6
- metadata.gz: 055a5317d9719a6b5f6ea3283c3cb1a574664885fc35946052bd1100e1b441fc36c02d501afb0a2fc08d264c8e670439f85651d3ee4be768a53711595be29326
7
- data.tar.gz: b2596f1dfea84f68692289d84b8cba42eac696014a88e2dbad6a18b4bfa00c49791a6e9dfe260da93f8eaeb05c6ee9eae56ad2bbf3f9cf3ea2e2d979223849d7
6
+ metadata.gz: 5e3521ceb6a20beda876d92c22ab41354d7f7348f3ae9d1a68bde0a57e08c4d150d223f96f802b59ee751ba023c7c541ccb32f7793bc2e2ed34319b41f534c8c
7
+ data.tar.gz: b5790112fc6149e11f00878a0ae0f84ba319acabd28189fecb9cd0580e70d1567ecfb4d4241b4c39981080c5b847b0f191edbaf94a35d2b08c785eb42136da56
@@ -29,7 +29,7 @@ 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
34
  UI.success("Testplan with id #{testplan_id} launched successfully 🎉")
35
35
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = "0.1.25"
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.25
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-16 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