runapi-hailuo 0.2.1 → 0.2.4
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 +4 -4
- data/lib/runapi/hailuo/types.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b679c1414a1a46ad2fbfa006d6277454617ad6402f61cb910240162764fd145
|
|
4
|
+
data.tar.gz: 765933fe4869b085f8bbcf11e64fa473921e4e99b51a6f4c200365370772a2ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc88531634f5fda08175d4c571132ff914c454a6de562196154a44f0b07b58159bc30c0dbe5a8988a6812f8d32b034a4da596a2d7bb68171d19903b5a695e6b3
|
|
7
|
+
data.tar.gz: cd890de40fd7cf2f26d5e47b68a6c869f238cb565967e0645a89bbba81b2abae1d82298d004b134296bbf6bf338dd55d6a7c152efd5fbb3d8365482abedab9f9
|
data/lib/runapi/hailuo/types.rb
CHANGED
|
@@ -7,8 +7,8 @@ module RunApi
|
|
|
7
7
|
IMAGE_TO_VIDEO_MODELS = %w[
|
|
8
8
|
hailuo-02-image-to-video-pro
|
|
9
9
|
hailuo-02-image-to-video-standard
|
|
10
|
-
hailuo-2
|
|
11
|
-
hailuo-2
|
|
10
|
+
hailuo-2.3-image-to-video-pro
|
|
11
|
+
hailuo-2.3-image-to-video-standard
|
|
12
12
|
].freeze
|
|
13
13
|
DURATIONS = %w[6 10].freeze
|
|
14
14
|
IMAGE_02_RESOLUTIONS = %w[512P 768P].freeze
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runapi-hailuo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
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:
|
|
18
|
+
version: 0.2.4
|
|
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:
|
|
25
|
+
version: 0.2.4
|
|
26
26
|
description: RunAPI Hailuo SDK for JavaScript, Ruby, and Go
|
|
27
27
|
email:
|
|
28
28
|
- contact@runapi.ai
|
|
@@ -42,7 +42,7 @@ licenses:
|
|
|
42
42
|
- Apache-2.0
|
|
43
43
|
metadata:
|
|
44
44
|
homepage_uri: https://runapi.ai/models/hailuo
|
|
45
|
-
documentation_uri: https://runapi
|
|
45
|
+
documentation_uri: https://github.com/runapi-ai/hailuo-sdk/blob/main/README.md
|
|
46
46
|
source_code_uri: https://github.com/runapi-ai/hailuo-sdk
|
|
47
47
|
changelog_uri: https://github.com/runapi-ai/hailuo-sdk/blob/main/CHANGELOG.md
|
|
48
48
|
rdoc_options: []
|
|
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
60
|
version: '0'
|
|
61
61
|
requirements: []
|
|
62
|
-
rubygems_version: 4.0.
|
|
62
|
+
rubygems_version: 4.0.10
|
|
63
63
|
specification_version: 4
|
|
64
64
|
summary: Hailuo API SDKs for JavaScript, Ruby, and Go on RunAPI.
|
|
65
65
|
test_files: []
|