gitlab_support_readiness 1.0.22 → 1.0.23

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: c6388080e42263c0ad426f97669455b9ef2802560180bbf48a58a3221029dc16
4
- data.tar.gz: 1941b7ec7ba364c122de4174f54409afa957a1c78197a05105b858c33fb40897
3
+ metadata.gz: 847be3a76e2b97282982ea3e03c350686c447317783e74e04b8d0454a9fe6cac
4
+ data.tar.gz: 412e39c9c79fdcdb52db657e8ea768c43ef7f45aa8a130e4d55cb0685d8b7b53
5
5
  SHA512:
6
- metadata.gz: 43918e587e8c0af7542757cd755616fb7996bd6a8d41240f56d2a799818ad9d72dff1fae7f6440acc65d22f58cc0285395b12cfc58dd3a4abdbc16f79051a7cc
7
- data.tar.gz: 74337d8cf6f2492eb42ffe220be472ac404fb419a7184efbde9cd2170069cd899052ab149536e7042aeeabff3b4d52c34dfadf468fbb26a21b208db732c89876
6
+ metadata.gz: a535d8526272a3c1955febd339306a2457e5c2f988633529c2c7770e699cdcf95237fc5393993becdf2172e9df0248cc3214d0d30aec3a58e7e6fd0338025631
7
+ data.tar.gz: 21b8bd271e01a06de1c9655096f942ec62b24d8b0e74b49c8422d063195bba5ae0ee701151fc850dd8e35d7b924db2a0ec5ef035172bef9997253fc869f094f2
@@ -263,7 +263,7 @@ module Readiness
263
263
  file: ::Faraday::UploadIO.new(file, 'application/zip')
264
264
  )
265
265
  response = client.upload_connection.post job['data']['upload']['url'], object.to_json
266
- ThemeJobStatuses.find!(client, job.id)
266
+ ThemeJobStatuses.find!(client, job['id'])
267
267
  end
268
268
 
269
269
  ##
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.22
4
+ version: 1.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Colyer