runapi-elevenlabs 0.2.9 → 0.2.10

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 259ffc7ae9bc2d92377042fc76eb3815c6e60cc012ed8a144d30a845461cc991
4
- data.tar.gz: df87e33d62599fe1114113301feb155b405552b2df34cdcd6426adf2eb6cdc55
3
+ metadata.gz: 42c37e44ab1b910b372db0c517fc81b364b55a49dccfed69234a202999033856
4
+ data.tar.gz: 47ff46d5d523db8b1482085ec5d6ba5efcd18fee5eff3ce020344be3be5e1cc6
5
5
  SHA512:
6
- metadata.gz: 141d4f9d707eeededc28d9b6f13cad0e51fe6e49cc991b474fb492b4c66d8fd47be125e51a98aae3bf3663224929629839edb2d654719e8df42ae3c73e2cab91
7
- data.tar.gz: 89af1203058477f2a8944925e1dacfd2d140a49948f8f24b0dd206431861f667018e19af2fb20386b84c178b3de5021c6e4e7503e223447185f06447641aba37
6
+ metadata.gz: 1db51d5ef8137d808fd92f24039d1074b44c8a0ad924cdc083d633976caf6fdedd20132808b7975403d3efd9bbc01222040230b67a840f990c9a65cd6ae63ea3
7
+ data.tar.gz: f536e4597342a70e0e36ea3d370298fef81aba964dd3ac719079009260cc4a2371097e6775aa8b69cc66d6292843e1e568f9b108a98cebbaab64687167bcef05
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The ElevenLabs Ruby SDK is the language-specific package for ElevenLabs on RunAPI. Use this package for voice, dialogue, transcription, sound effect, and audio cleanup workflows when your application needs request bodies, task status lookup, and consistent RunAPI errors in Ruby.
4
4
 
5
- This README is the Ruby package guide inside the public `elevenlabs-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/elevenlabs; for API reference, use https://runapi.ai/docs#elevenlabs; for SDK docs, use https://runapi.ai/docs#sdk-elevenlabs.
5
+ This README is the Ruby package guide inside the public `elevenlabs-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/elevenlabs; for API reference, use https://runapi.ai/docs/api/elevenlabs/text-to-speech; for SDK docs, use https://runapi.ai/docs/resources/sdks.
6
6
 
7
7
  ## Install
8
8
 
@@ -17,7 +17,7 @@ require "runapi/elevenlabs"
17
17
 
18
18
  client = RunApi::Elevenlabs::Client.new
19
19
  task = client.text_to_speech.create(
20
- # Pass the ElevenLabs JSON request body from https://runapi.ai/docs#elevenlabs.
20
+ # Pass the ElevenLabs JSON request body from https://runapi.ai/docs/api/elevenlabs/text-to-speech.
21
21
  )
22
22
  status = client.text_to_speech.get(task.id)
23
23
  ```
@@ -33,8 +33,8 @@ Use Ruby keyword arguments and the `RunApi::Elevenlabs` error classes when build
33
33
  ## Links
34
34
 
35
35
  - Model page: https://runapi.ai/models/elevenlabs
36
- - SDK docs: https://runapi.ai/docs#sdk-elevenlabs
37
- - Product docs: https://runapi.ai/docs#elevenlabs
36
+ - SDK docs: https://runapi.ai/docs/resources/sdks
37
+ - Product docs: https://runapi.ai/docs/api/elevenlabs/text-to-speech
38
38
  - Pricing and rate limits: https://runapi.ai/models/elevenlabs/text-to-speech-turbo-v2.5
39
39
  - Provider comparison: https://runapi.ai/providers/elevenlabs
40
40
  - Full catalog: https://runapi.ai/models
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.9
4
+ version: 0.2.10
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.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.3.0
25
+ version: 0.4.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.17
73
+ rubygems_version: 4.0.10
74
74
  specification_version: 4
75
75
  summary: ElevenLabs Ruby SDK for RunAPI
76
76
  test_files: []