uploadcare-ruby 4.3.5 → 4.3.6

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: c1fcdb502b1f16f3ffac580b7f89e3b136b790aa6162ef7d3ff4e2fdce535e09
4
- data.tar.gz: 58e9cdc245f4590ae88645c31bf413c938f5b4052658333a1e69bf57314dbef8
3
+ metadata.gz: 274b1a99804055c03bbd9642e79b3ae718ad95711a3a0066a95199929c6d42ea
4
+ data.tar.gz: 15240af810033c45a69c96dfde93b949654d55fbf370bb3b046122d17a6b0dd1
5
5
  SHA512:
6
- metadata.gz: 7b545586071da58448205a9f8be81d61f15510f69e5b3d36b1d79a1246e0af20ca04a839a80670b8b1f42a902062c0ab8b85781c592f16b314e6f24bc448f4f5
7
- data.tar.gz: b916141770f662c8763f8fc94a46b0f81ae971dd28ba4987f78a2a17ef955f7693fa546e4b148dd610ad95f3cd76c5ba583e518393be4c8f3546737fbbb6c196
6
+ metadata.gz: '0487759949cdbbf23e9b5d61b6e49bd005a6e895d42a37ddd2c24852537a594ae740c14c073079a22c19674c184fb50f55f5e1b2234e4e3f90b54f5fc5ae46a8'
7
+ data.tar.gz: fbd9198af4353d674df9795294c38cd486dab631b1de3824f5b02368d081fc199ba981092b6f074d06752d99f9b1574737005d0087b4c956ddd86af1562f8f87
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.3.6 — 2023-11-18
4
+
5
+ ### Fixed
6
+
7
+ * Updated the version of the REST Api for conversion clients (closes #135).
8
+
3
9
  ## 4.3.5 — 2023-09-19
4
10
 
5
11
  ### Changed
@@ -10,7 +10,7 @@ module Uploadcare
10
10
  #
11
11
  # @see https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/Conversion
12
12
  class BaseConversionClient < RestClient
13
- API_VERSION_HEADER_VALUE = 'application/vnd.uploadcare-v0.5+json'
13
+ API_VERSION_HEADER_VALUE = 'application/vnd.uploadcare-v0.7+json'
14
14
 
15
15
  def headers
16
16
  {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uploadcare
4
- VERSION = '4.3.5'
4
+ VERSION = '4.3.6'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uploadcare-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.5
4
+ version: 4.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - "@dmitrijivanchenko (Dmitrij Ivanchenko), @T0mbery (Andrey Aksenov)"
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-09-19 00:00:00.000000000 Z
12
+ date: 2023-11-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mimemagic