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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55add763b62d9ac29318185e9ab86a0f2fa34dbb7923710b033127e5a391f2b7
4
- data.tar.gz: 709b647bf243f7c51be6412e8449bda7a25d2087ab360c67b02033d74b47f725
3
+ metadata.gz: 1cc83df92cc9bd774155ee24dda900f515f7f15577ca10b0efdced5298665b49
4
+ data.tar.gz: 7f2e717281ba066aacb72b0e2bdea622b7d9b5b68c34f370f9f7c67603d097f7
5
5
  SHA512:
6
- metadata.gz: 83792252d3b5556e06169d2501e0f72d2abed2e7590e802621d3fac450726bfadd289c890d878f2837cc676253a48ea7e01df665eef9a565dc27dfa2f4d0ae5c
7
- data.tar.gz: 0a6204026e6dcbb5a3a7174f79cc304f81b5356b0ded366a41efe00dae347f15a59cc25243a9924fb42ea4331c75eaee0ed5d7669d80fdc410329b692fe7a81a
6
+ metadata.gz: 74df5633701637660ce0a273c640f9204a806d273da7e6e49cb611e679b094fdcdfea22716d47bf4220d9766d74b3449f7643afb99697ccf66397c9c08c568e5
7
+ data.tar.gz: 076725505aa9696cfaf1a79bb5e47216372e9666ae8c3343e705d85287653752af4248c148256ef329fbaa3d801648a1ac58dcd79101c5ee0e9ff27e04e45281
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RbEdgeTTS
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  VERSION_INFO = VERSION.split('.').map(&:to_i).freeze
6
6
  end
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 = ["Peng Zhang"]
9
- spec.email = ["zpregister@gmail.com"]
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 or using the provided rb-edge-tts or rb-edge-playback commands.'
13
- spec.homepage = 'https://github.com/yourusername/rb-edge-tts'
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/yourusername/rb-edge-tts'
19
- spec.metadata['changelog_uri'] = 'https://github.com/yourusername/rb-edge-tts/blob/main/CHANGELOG.md'
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.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/yourusername/rb-edge-tts
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/yourusername/rb-edge-tts
177
- source_code_uri: https://github.com/yourusername/rb-edge-tts
178
- changelog_uri: https://github.com/yourusername/rb-edge-tts/blob/main/CHANGELOG.md
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