runapi-producer 0.2.1 → 0.2.3
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/README.md +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d315aaf53fd8fcf7e82c59c6fb28e9973cc9d75a8a080ded61afb586a337189
|
|
4
|
+
data.tar.gz: 227a55bd7e104704e6758b885620b42a2f5e413606f64c25de910b51848cc9bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b88dc60aac8aea412023f1c7103d3ecc442398784b7cabf135a896e5bdcf275a25e15c805bca9deef99072c3cbf54cfdb66bf3a813987b04e7112bef95924e3
|
|
7
|
+
data.tar.gz: 30a268697307e11704d78d09211b33a86c2634d03d688daa4d3c9192462a9899d7c624399398b5917832f2932b2cbcb239aa2c0cfe21157a2d5fa78a0e2c4065
|
data/README.md
CHANGED
|
@@ -27,8 +27,8 @@ Use create, get, and run for asynchronous tasks. Use exact_lyrics with lyrics, o
|
|
|
27
27
|
## Links
|
|
28
28
|
|
|
29
29
|
- Model page: https://runapi.ai/models/producer
|
|
30
|
-
- Product docs: https://runapi.ai/docs
|
|
31
|
-
- SDK docs: https://runapi.ai/docs
|
|
30
|
+
- Product docs: https://runapi.ai/docs/api/producer/text-to-music
|
|
31
|
+
- SDK docs: https://runapi.ai/docs/resources/sdks
|
|
32
32
|
- FUZZ 2.0 details and pricing: https://runapi.ai/models/producer
|
|
33
33
|
- Repository: https://github.com/runapi-ai/producer-sdk
|
|
34
34
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runapi-producer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
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.5.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.5.0
|
|
26
26
|
description: Use runapi-producer for FUZZ music generation in Ruby applications and
|
|
27
27
|
workers.
|
|
28
28
|
email:
|