google-cloud-speech 2.0.0 → 2.0.2

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: 01aa397e81479c1f954041d7deafb255dc01d92f79c613aa131e87c0b2823e76
4
- data.tar.gz: 3a202a63664922895bed5ff8b02c99d1eeba919dd0b62767e4b9151848dd4696
3
+ metadata.gz: c012869c751c0382f15b3b7789f876d2b76e1c6573dea5a666a645309c60306b
4
+ data.tar.gz: 199976f45921007a1efdd9a66c8a59f8e35a81956b82e524d1df48f239b630f0
5
5
  SHA512:
6
- metadata.gz: 52abb02e78f420ae4b4e067870d1e2c503613bb19d802b108f751d33ae24db2142ccc65aebc407c90503b9b664120ea55691817cd6ec884a2e0ebfabe42781c2
7
- data.tar.gz: 8acdc78b4e8fde8e4c46e38f63fecb858a734db9cd4e2776fb473b132e00b97498f5ce59cd464104969ed000a489647e3aab0e0a3074fb0784ce3809774941f6
6
+ metadata.gz: af591c6f814b1ee118ba5bb1462b959fe3f0e82c0e5ad8c1e4514697bcc242c4abed149237751977b7c6e8b1cb9d4a1ef6aed383e4798d64680ed2a124546091
7
+ data.tar.gz: dd9bf6ee390628be18c8f9f13c02f96bc14827b0b3b734eae9b51097a105056c167719255385b90a78b42e8a76a6a31b43422a24295cd32a59a1009925e9e440
data/README.md CHANGED
@@ -7,7 +7,7 @@ Google Speech-to-Text enables developers to convert audio to text by applying po
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-speech-v*`.
9
9
  The gem `google-cloud-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
 
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Speech
19
- VERSION = "2.0.0".freeze
19
+ VERSION = "2.0.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-speech
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
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
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []
90
- rubygems_version: 3.6.3
90
+ rubygems_version: 3.6.9
91
91
  specification_version: 4
92
92
  summary: API Client library for the Cloud Speech-to-Text API
93
93
  test_files: []