runapi-elevenlabs 0.2.10 → 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
- 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: 7b2134363105d20386d6fb5957476bd999e65debc098147f93c4f58bf07ea6be
|
|
4
|
+
data.tar.gz: 32fb0df29d86c530536ef6404ae5ca5a55f327238c018bc25530418a322ab398
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1439ace97c22014de87c572cdd67ce76ed73d37daeb46a9390d5a21fc7f21af81c90717f71ee9da1be257c2c807e565d686b88d620dd01131faa44d50f967a0
|
|
7
|
+
data.tar.gz: 7e9bd350134f1eac6bc0ae4e1c9dae0b5c12fc981129b8deb4da9998a52d989302c4a18c1a89b152bcafa0abf5240b957d88f1d0c52ba41c366675592dba6c72
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runapi-elevenlabs
|
|
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.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: The ElevenLabs Ruby SDK is the language-specific package for ElevenLabs
|
|
27
27
|
on RunAPI. Use this package for voice, dialogue, transcription, sound effect, and
|
|
28
28
|
audio cleanup workflows when your application needs request bodies, task status
|
|
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
70
70
|
- !ruby/object:Gem::Version
|
|
71
71
|
version: '0'
|
|
72
72
|
requirements: []
|
|
73
|
-
rubygems_version: 4.0.
|
|
73
|
+
rubygems_version: 4.0.17
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: ElevenLabs Ruby SDK for RunAPI
|
|
76
76
|
test_files: []
|