runapi-topaz 0.2.10 → 0.2.11

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: 5bfc01ee359d69e7c450dec3abd58dffcc690265b191c87b62e729ba1c96a9e2
4
- data.tar.gz: c6206c85b7ce04269d2c6b4776c965b0125ea039f4a1df8823cb2e9c4da4b664
3
+ metadata.gz: e00495a12237b46e6ae75533fc4cd96a887ae98e410983e40eb4c47fc7f1f7ea
4
+ data.tar.gz: ef5bf1a2407f0c254599493537be542c461822a5d46196ab640204ba1f1173e7
5
5
  SHA512:
6
- metadata.gz: cea10a92150e0537dbe5320330b8689050533eb5a7ae59214c17802e8af5eea3f15eecaed085f3161c938784ea4d69959a2824249cacb6034fd79914032b9816
7
- data.tar.gz: 69a1907e1a7533a83454e366686a1aae2abdcf0b3395c662870fb8ebcd609d97c8fcdc2e022c9ea6b320e751bbe13948d79ecc3ff15ba43d3ffc73d2afe1e033
6
+ metadata.gz: 949e7b44575f27327b5ff96011231413f9586080af5ac526bcf64997c31ad7ee2db5d6e666a9682966f00edf31e0c1b794ddf1e670118621aba4923ad707769e
7
+ data.tar.gz: 4d79893271e84d5a525c8dfea1df059baa29c359134a1f4594192aa4d06ffece45cfe95047576de4388523eca2e385c3b92087ce52ad130bd74b9024c34add9d
@@ -13,7 +13,7 @@ module RunApi
13
13
  # )
14
14
  # puts result.images.first.url
15
15
  class Client < RunApi::Core::Client
16
- # @return [Resources::UpscaleImage] AI-powered image upscaling (1x, 2x, 4x, 8x).
16
+ # @return [Resources::UpscaleImage] AI-powered image upscaling (1x, 2x, 4x).
17
17
  attr_reader :upscale_image
18
18
  # @return [Resources::UpscaleVideo] AI-powered video upscaling (1x, 2x, 4x).
19
19
  attr_reader :upscale_video
@@ -14,7 +14,7 @@ module RunApi
14
14
  "required" => true
15
15
  },
16
16
  "upscale_factor" => {
17
- "enum" => [1, 2, 4, 8],
17
+ "enum" => [1, 2, 4],
18
18
  "required" => true,
19
19
  "type" => "integer"
20
20
  }
@@ -4,7 +4,7 @@ module RunApi
4
4
  module Topaz
5
5
  module Resources
6
6
  # AI-powered image upscaling resource.
7
- # Supports upscale factors of 1x, 2x, 4x, and 8x.
7
+ # Supports upscale factors of 1x, 2x, and 4x.
8
8
  class UpscaleImage
9
9
  include RunApi::Core::ResourceHelpers
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runapi-topaz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - RunAPI
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: 0.4.0
18
+ version: 0.4.1
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: 0.4.0
25
+ version: 0.4.1
26
26
  description: The Topaz Ruby SDK is the language-specific package for Topaz on RunAPI.
27
27
  Use this package for image upscale, video upscale, restoration, and production cleanup
28
28
  workflows when your application needs request bodies, task status lookup, and consistent
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  requirements: []
70
- rubygems_version: 4.0.10
70
+ rubygems_version: 4.0.17
71
71
  specification_version: 4
72
72
  summary: Topaz Ruby SDK for RunAPI
73
73
  test_files: []