nexus-invision 1.8.1 → 1.9.0

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: 16d649b7b0d05c42147474b33c0457f38b9b8b8a47c658f31b6c82d9c52ec4b5
4
- data.tar.gz: b475f888c58554c14f1eac821ea89b97c555f00afba4361ff6c8ad73d121acfa
3
+ metadata.gz: 95a63c2f9c0f30b4ca2903261b487fe4d6b1eaeaeee31938941eaa9652440b7c
4
+ data.tar.gz: 1d2a7c409d4c9c75b6e2efc1b45dae3e7103f71e34324896c36a889ff57dcdbe
5
5
  SHA512:
6
- metadata.gz: 3697f60ff0bd0e75eb0bc2e8f958161f9bc295583a7fdcc1683a55535593f0990a2277860f98b84ad5158f156c599d19081c03e7eab1ef0401742003e7c1d455
7
- data.tar.gz: 5ada43a0981c03165b23cc931e65d3b69dc11b596161e9b45a17982f7fe801496dcc06e18940cd0ab774402533fd627d8fa3995c4f5a490ee4c72084dc891fac
6
+ metadata.gz: 6b3d92b24b3518061b198a6938fe54e2f5b5f1553e9383b004a923b063821c4bd2af2e36b8e4f44cdd9079c2d03eb61a256d52a63809e75c8e479a2aff65f875
7
+ data.tar.gz: 22339257c3459c92da57a65119bb4794206cbd1af89cbaf83bf5aa9a7c98309e231c8070cd0f75d0310e04cbe8ceca6369091c8fd927b1c32cf2adbc571890be
@@ -159,7 +159,7 @@ module Nexus
159
159
  sig { params(request: Requests::EnsureMember).returns(Resources::EnsureMember) }
160
160
  def ensure_member(request)
161
161
  response = request(
162
- http_method: HTTPMethod::GET,
162
+ http_method: HTTPMethod::POST,
163
163
  endpoint: URI("core/ensuremember/#{request.id}"),
164
164
  params: request.serialize.except("id"),
165
165
  )
@@ -3,7 +3,7 @@
3
3
 
4
4
  module Nexus
5
5
  module Invision
6
- # Leave this as 1.8.1 in order for CI process to replace with the tagged version.
7
- VERSION = "1.8.1"
6
+ # Leave this as 1.9.0 in order for CI process to replace with the tagged version.
7
+ VERSION = "1.9.0"
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexus-invision
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.1
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Robertson