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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e00495a12237b46e6ae75533fc4cd96a887ae98e410983e40eb4c47fc7f1f7ea
|
|
4
|
+
data.tar.gz: ef5bf1a2407f0c254599493537be542c461822a5d46196ab640204ba1f1173e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 949e7b44575f27327b5ff96011231413f9586080af5ac526bcf64997c31ad7ee2db5d6e666a9682966f00edf31e0c1b794ddf1e670118621aba4923ad707769e
|
|
7
|
+
data.tar.gz: 4d79893271e84d5a525c8dfea1df059baa29c359134a1f4594192aa4d06ffece45cfe95047576de4388523eca2e385c3b92087ce52ad130bd74b9024c34add9d
|
data/lib/runapi/topaz/client.rb
CHANGED
|
@@ -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
|
|
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
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
70
|
+
rubygems_version: 4.0.17
|
|
71
71
|
specification_version: 4
|
|
72
72
|
summary: Topaz Ruby SDK for RunAPI
|
|
73
73
|
test_files: []
|