runapi-hailuo 0.2.9 → 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 +4 -4
- data/lib/runapi/hailuo/contract_gen.rb +1 -7
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 725ae19b8c7069cc0d12dab6471c6f7ca51f65a53dab234c42ce3cb5ab4a1b93
|
|
4
|
+
data.tar.gz: 4106c6800a87d158ea8e3c6dd3eda5fc262d88e5dee8defa0a362d3444c074bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3d1d1b55a88500655847739e384a4d121af04a622497feeac5760238e10258402c0ba53334c0d7e6d1e9db78bd8e5ccc0d8d0d1002e77ab2974d8b164a6b07d
|
|
7
|
+
data.tar.gz: d02de0eab56316d866b14ed8b7c7b1809078dadb8069ff43305fd0b4e502d427c851948bc23a8c3d63c0484195d50a2fd658e7d23449b8c008c79482ab7f2493
|
|
@@ -50,13 +50,7 @@ module RunApi
|
|
|
50
50
|
"enum" => ["768p", "1080p"]
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
|
-
}
|
|
54
|
-
"rules" => [{
|
|
55
|
-
"when" => {
|
|
56
|
-
"model" => "hailuo-02-image-to-video-pro"
|
|
57
|
-
},
|
|
58
|
-
"forbidden" => ["enable_safety_checker"]
|
|
59
|
-
}]
|
|
53
|
+
}
|
|
60
54
|
},
|
|
61
55
|
"text-to-video" => {
|
|
62
56
|
"models" => ["hailuo-02-text-to-video-pro", "hailuo-02-text-to-video-standard"],
|
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.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.
|
|
18
|
+
version: 0.4.0
|
|
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.
|
|
25
|
+
version: 0.4.0
|
|
26
26
|
description: The Hailuo Ruby SDK is the language-specific package for Hailuo on RunAPI.
|
|
27
27
|
Use this package for video generation, animation, and video editing workflows when
|
|
28
28
|
your application needs request bodies, task status lookup, and consistent RunAPI
|
|
@@ -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.10
|
|
71
71
|
specification_version: 4
|
|
72
72
|
summary: Hailuo API Ruby SDK for RunAPI
|
|
73
73
|
test_files: []
|