elevenlabs 0.0.2 → 0.0.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
- data/lib/elevenlabs.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 065c9d0cae11529c8d90e996432743e830c860f66ac31e42513a17f163bcd351
|
|
4
|
+
data.tar.gz: 9675ac20382752e058694555d787bb61dd3b5a75932bd90b5a4359c52d64ee86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c85a902ab5781899916a4ec92eb5f86709eafcab5ee87c86d09439df2ae784134c032df8172f39980434e55db0451c6d87c932376214232b8d0f9767f73af811
|
|
7
|
+
data.tar.gz: b87ebdc31d3359352bffad11313bad16451a8c0232d1cbe5d7cf58dc193f1ae806acf35b4d4b5cf23e7ae12aedfe467cf91f4c8ba785f4a81351126d5d7c5df7
|
data/README.md
CHANGED
|
@@ -50,7 +50,7 @@ All requests are handled via [Faraday](https://github.com/lostisland/faraday).
|
|
|
50
50
|
Add the gem to your `Gemfile`:
|
|
51
51
|
|
|
52
52
|
```ruby
|
|
53
|
-
gem "elevenlabs"
|
|
53
|
+
gem "elevenlabs"
|
|
54
54
|
```
|
|
55
55
|
Then run:
|
|
56
56
|
```ruby
|
|
@@ -214,7 +214,7 @@ gem build elevenlabs.gemspec
|
|
|
214
214
|
```
|
|
215
215
|
Install the gem locally
|
|
216
216
|
```bash
|
|
217
|
-
gem install ./elevenlabs-0.0.
|
|
217
|
+
gem install ./elevenlabs-0.0.3.gem
|
|
218
218
|
```
|
|
219
219
|
Contributing
|
|
220
220
|
Contributions are welcome! Please follow these steps:
|
data/lib/elevenlabs.rb
CHANGED