rb-edge-tts 1.0.0 → 1.0.1
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/lib/rb_edge_tts/version.rb +1 -1
- data/rb-edge-tts.gemspec +7 -6
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1cc83df92cc9bd774155ee24dda900f515f7f15577ca10b0efdced5298665b49
|
|
4
|
+
data.tar.gz: 7f2e717281ba066aacb72b0e2bdea622b7d9b5b68c34f370f9f7c67603d097f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74df5633701637660ce0a273c640f9204a806d273da7e6e49cb611e679b094fdcdfea22716d47bf4220d9766d74b3449f7643afb99697ccf66397c9c08c568e5
|
|
7
|
+
data.tar.gz: 076725505aa9696cfaf1a79bb5e47216372e9666ae8c3343e705d85287653752af4248c148256ef329fbaa3d801648a1ac58dcd79101c5ee0e9ff27e04e45281
|
data/lib/rb_edge_tts/version.rb
CHANGED
data/rb-edge-tts.gemspec
CHANGED
|
@@ -5,18 +5,19 @@ require_relative 'lib/rb_edge_tts/version'
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = 'rb-edge-tts'
|
|
7
7
|
spec.version = RbEdgeTTS::VERSION
|
|
8
|
-
spec.authors = [
|
|
9
|
-
spec.email = [
|
|
8
|
+
spec.authors = ['Peng Zhang']
|
|
9
|
+
spec.email = ['zpregister@gmail.com']
|
|
10
10
|
|
|
11
11
|
spec.summary = 'Ruby gem for Microsoft Edge\'s online text-to-speech service'
|
|
12
|
-
spec.description = 'A Ruby library and CLI tool to use Microsoft Edge\'s online TTS service from within Ruby code
|
|
13
|
-
|
|
12
|
+
spec.description = 'A Ruby library and CLI tool to use Microsoft Edge\'s online TTS service from within Ruby code' \
|
|
13
|
+
' or using the provided rb-edge-tts or rb-edge-playback commands.'
|
|
14
|
+
spec.homepage = 'https://github.com/ZPVIP/rb-edge-tts'
|
|
14
15
|
spec.license = 'LGPL-3.0-or-later'
|
|
15
16
|
spec.required_ruby_version = '>= 3.0.0'
|
|
16
17
|
|
|
17
18
|
spec.metadata['homepage_uri'] = spec.homepage
|
|
18
|
-
spec.metadata['source_code_uri'] = 'https://github.com/
|
|
19
|
-
spec.metadata['changelog_uri'] = 'https://github.com/
|
|
19
|
+
spec.metadata['source_code_uri'] = 'https://github.com/ZPVIP/rb-edge-tts'
|
|
20
|
+
spec.metadata['changelog_uri'] = 'https://github.com/ZPVIP/rb-edge-tts/blob/main/CHANGELOG.md'
|
|
20
21
|
|
|
21
22
|
spec.files = Dir.glob('{lib,exe,examples}/**/*') + %w[
|
|
22
23
|
LICENSE
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rb-edge-tts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peng Zhang
|
|
@@ -169,13 +169,13 @@ files:
|
|
|
169
169
|
- lib/rb_edge_tts/voices_manager.rb
|
|
170
170
|
- lib/rb_edge_tts_simple.rb
|
|
171
171
|
- rb-edge-tts.gemspec
|
|
172
|
-
homepage: https://github.com/
|
|
172
|
+
homepage: https://github.com/ZPVIP/rb-edge-tts
|
|
173
173
|
licenses:
|
|
174
174
|
- LGPL-3.0-or-later
|
|
175
175
|
metadata:
|
|
176
|
-
homepage_uri: https://github.com/
|
|
177
|
-
source_code_uri: https://github.com/
|
|
178
|
-
changelog_uri: https://github.com/
|
|
176
|
+
homepage_uri: https://github.com/ZPVIP/rb-edge-tts
|
|
177
|
+
source_code_uri: https://github.com/ZPVIP/rb-edge-tts
|
|
178
|
+
changelog_uri: https://github.com/ZPVIP/rb-edge-tts/blob/main/CHANGELOG.md
|
|
179
179
|
rdoc_options: []
|
|
180
180
|
require_paths:
|
|
181
181
|
- lib
|