gitlab_support_readiness 1.0.6 → 1.0.7

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: ceb1c6a822dc256b24a1b9e7d10b865f89d8628734b21e5c3703abd0d5339f9b
4
- data.tar.gz: 1ed48ecd53433a12e92d9c52d33ac698d005fd8c875390d0914aac481757d18f
3
+ metadata.gz: 3ddc2737f4d4688e9c67b209109e783eddb68c3ff6744bc8cb58ee993cf18f12
4
+ data.tar.gz: 879b0374f74b4316f8a3614719c3d8b161f84a94c465d557f99d27ebe6601e74
5
5
  SHA512:
6
- metadata.gz: f62bbbd59d964ef4dd6c079111285ec5967065730bd7c11a365aa51df1d1c75e36e616f298eb98b0dfee6c69b66057f4835179a3ffc3d1b767b8ecbd9999acaf
7
- data.tar.gz: 71c68c0efa7e7077127fe84216693eb63eb21651ce4bc239d5d5792ec5fc2b983ebdfa115a13482f75d985e8ac669fa850c18f4698db4ee41c3697d13ca0ad18
6
+ metadata.gz: 9895e37008578fa2f0d6c79503649e30da79dda41edf01056817ef43a12df22d7b82ed4c74221452bbea4463767f9752d6d51e6e78270516762551ddcdae7b9b
7
+ data.tar.gz: a269f08b9e16158a9993e5a4d7a77ed331b63d7d570066d7870a87e4f2863829d06aa9e7e28a420252d775dd72ac570a2aba14b9ca067b8adf400d968a900d35
@@ -343,7 +343,7 @@ module Readiness
343
343
  # pp comment['updated_at']
344
344
  # # => "2024-09-23T15:42:13Z"
345
345
  def self.create_comment!(client, project, issue, params)
346
- response = client.connection.post "projects/#{project.id}/issues/#{issue.id}/notes", to_clean_json(params)
346
+ response = client.connection.post "projects/#{project.id}/issues/#{issue.id}/notes", params.to_json
347
347
  handle_request_error(1, 'GitLab', response.status, { action: 'Create issue comment', id: issue.id }) unless response.status == 200
348
348
  Oj.load(response.body)
349
349
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_support_readiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Colyer