fastlane-plugin-stream_actions 0.1.19 → 0.1.21

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: 7036b906f218b2b7edf62c58727acf6b1676c1d843fc51980b5c82fa83ba3454
4
- data.tar.gz: 543be4987c03ee0ea18eb75920c55dbdf1f539ae79d622cfc1bbb35fee712610
3
+ metadata.gz: 1a131bf535364c7ba5981fe5202b3f4643d3da279eb57f241d9b5468ce3ec0eb
4
+ data.tar.gz: d2ac3b4fdffbb6d0b0c0f8e5eec3acf735cf076f3b4208e19485600f855f3ac0
5
5
  SHA512:
6
- metadata.gz: 36bfaf38e255b86cea9abf0d65412cd460221287b336b75c111f06998f2212c9f7999b5dabfa4cbebd774a4fb1d1e4ed5efdf21dd63334b693dbc776ccad975d
7
- data.tar.gz: bbfd06f46a23bc2474882bc522dd9ad7e4e014270ce9df543fefe0e4042b77f261e23841d4c8ebff934565bea70f87d916d685dac95c127869f34ede0fd97ab3
6
+ metadata.gz: 84465194c5f4fcdcd82bc03804eb70616b6da1010ef1648bd70020c52f366e8c0222b7c383b9c6d7837cd506e05b7f245ccd83c2ba166cd928375c56f1f29167
7
+ data.tar.gz: 470c7a95b117f448ac9753fbd6e08a8c1250501a0c7cba98e67ad96d51bce5a9009138fb230430cc928fc42c10630f60c8c02e866911514b40cb2de5ce892b88
@@ -32,7 +32,7 @@ module Fastlane
32
32
  token: params[:token],
33
33
  path: '/launch',
34
34
  http_method: 'POST',
35
- body: body
35
+ request_body: body
36
36
  )['id']
37
37
 
38
38
  UI.success("Launch with id #{launch_id} created successfully 🎉")
@@ -9,7 +9,7 @@ module Fastlane
9
9
  token: params[:token],
10
10
  path: '/testcase',
11
11
  http_method: 'POST',
12
- body: body
12
+ request_body: body
13
13
  )['id']
14
14
 
15
15
  UI.success("Testcase with id #{testcase_id} created successfully 🎉")
@@ -6,7 +6,7 @@ module Fastlane
6
6
  app_identifier: params[:app_identifier],
7
7
  api_key: params[:api_key]
8
8
  ) + 1
9
- other_action.increment_build_number(build_number: build_number.to_s)
9
+ other_action.increment_build_number_in_plist(build_number: build_number.to_s, target: params[:app_target])
10
10
 
11
11
  other_action.gym(
12
12
  project: params[:xcode_project],
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = "0.1.19"
3
+ VERSION = "0.1.21"
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.19
4
+ version: 0.1.21
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-07 00:00:00.000000000 Z
11
+ date: 2022-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler