google-cloud-text_to_speech 2.0.0 → 2.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: 1436519731d29f18659d9837cbdf11887f9b03b694d11421352553e5702dfa77
4
- data.tar.gz: a4c6971d94a1a7ba0c7bb708b2647ed9bc3b6744cd3c2046c63394c9e33d5af2
3
+ metadata.gz: b8a3cc28500ae345c726d78b07d1e108a669140eabb513f33d0334259039d4c4
4
+ data.tar.gz: dd84ac94e4f502e3f71e40ccf707af2b58410354fabc21575c5bf011c4a85fdf
5
5
  SHA512:
6
- metadata.gz: a8d42060ebf6e82cb317b6ea6b9d696b95402c73be7eceb7c7cc2124b1801abf53384949225e319ef3106140a77fa835f4082c9861efba46342720baa2623084
7
- data.tar.gz: c1650f6d660b006b49a7f999d0d1843edfc602a0432cdb9e279f87113229dd0be96788be433d2c6dbb720bffecb625236aa8edca3651d4fd7bf393d13f63e1dd
6
+ metadata.gz: 32bbcd9d57df2cee0f6e511a122642151be03ee8d1aad3d4f14b68298e86b7c66021f6023179f28072c11b22da9ddcccbacbf7d9b2d39d2471c403c056ef67cb
7
+ data.tar.gz: f4c839ddd3e6a1212c678f40aa7350d395929158b5672eb388ddd5a990e9d46105bebafb2356942c2503d830b700dc46a2a683eb7fc7b1962853283a1c60cf72
data/README.md CHANGED
@@ -7,7 +7,7 @@ Text-to-Speech converts text or Speech Synthesis Markup Language (SSML) input in
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-text_to_speech-v*`.
9
9
  The gem `google-cloud-text_to_speech` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module TextToSpeech
23
- VERSION = "2.0.0"
23
+ VERSION = "2.0.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-text_to_speech
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.6.3
72
+ rubygems_version: 3.6.8
73
73
  specification_version: 4
74
74
  summary: API Client library for the Cloud Text-to-Speech API
75
75
  test_files: []