runapi-minimax-h3 0.1.0 → 0.1.1
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 +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
3
|
+
metadata.gz: 076bab1bebdfc29bcf6e10073cd559981b5a4b86c87d93fccde2b09e6297e02e
|
|
4
4
|
data.tar.gz: faf6feded26a0fd73015d8a76db2465a9783f9407ccf5928ff0e355b6c6ec897
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
6
|
+
metadata.gz: 39449c84aa1c084fe846948a8c09ee8bec9c1035fb68641ed586623ebc2cff8c987e970e7b9ac10187fd4aa30c5c06c65721487f8095723c0863fa966a68dc10
|
|
7
7
|
data.tar.gz: 7a79314de5ecdb81610a2c1e06013a37812971a9ae408bd661d6496dec4b5b352c700451df2d2376eb40e69f2956114a77d36027bce8e4bf0c1d85f70c3b8a0c
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runapi-minimax-h3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
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: Use `runapi-minimax-h3` for MiniMax H3 video tasks in Ruby.
|
|
27
27
|
email:
|
|
28
28
|
- contact@runapi.ai
|
|
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
65
|
version: '0'
|
|
66
66
|
requirements: []
|
|
67
|
-
rubygems_version: 4.0.
|
|
67
|
+
rubygems_version: 4.0.10
|
|
68
68
|
specification_version: 4
|
|
69
69
|
summary: MiniMax H3 API Ruby SDK for RunAPI
|
|
70
70
|
test_files: []
|