runapi-gemini-tts 0.1.2 → 0.1.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 +1 -1
- 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: 620f762eb77114b9283a5dbcf83a2c45c2288d2ab92139d28c85da35500b746b
|
|
4
|
+
data.tar.gz: 0d5975809ecf28ddc927607632fc364d9189e24e962f9da9896ad72afd329f00
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cdfc599cc69ea8a925a4168305ee4bc251f20da966d8c4750eb327791da51ddb56dac7b8b93be58ce1a1d104e9c64bd5ac1a16212ab65265d8eec9d4902e4221
|
|
7
|
+
data.tar.gz: 81ce67eb5648b83231ce6591eb30a7ba50a8ca6ee9068dc0cd9b136b8e0124aed088cbacae5399bc746d6e76a7c4aa7c13718bb6cfe22128a5c9da98d768caab
|
data/README.md
CHANGED
|
@@ -17,4 +17,4 @@ result = client.text_to_speech.run(
|
|
|
17
17
|
)
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
See the [model page](https://runapi.ai/models/gemini-tts) and [API reference](https://runapi.ai/docs
|
|
20
|
+
See the [model page](https://runapi.ai/models/gemini-tts) and [API reference](https://runapi.ai/docs/api/gemini-tts/text-to-speech). Licensed under Apache-2.0.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runapi-gemini-tts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.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.3.
|
|
18
|
+
version: 0.3.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.3.
|
|
25
|
+
version: 0.3.1
|
|
26
26
|
description: Install `runapi-gemini-tts` for multi-speaker speech generation and async
|
|
27
27
|
task polling.
|
|
28
28
|
email:
|
|
@@ -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: Gemini TTS Ruby SDK for RunAPI
|
|
70
70
|
test_files: []
|