google-cloud-speech-v1 0.2.1 → 0.2.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: ae5cd36ed8edd0d4b5e609d86646fa7d210985b759d63fd5d476ab64f47d4a5a
4
- data.tar.gz: c0586b8e9774b33fe2ec0ac60d9a931e0c4329bd297bc9ec79dd853868ede917
3
+ metadata.gz: a91dbd00e663385a4b27885d67fdb643f423cf8e67fee787eacefd322d436a73
4
+ data.tar.gz: f9b73c3c625f0bb6ae489d6e89ef947aa5d4377eddd542136460f14aadf7ed50
5
5
  SHA512:
6
- metadata.gz: 2b15f23fc60018895050c14cb748129504c1e9b1ec00a98e5e11ee55a3df2da6aba84337c3a3cb22e89fc3b651fcebc861b055c1f3680c1f0a6d211a1a16e459
7
- data.tar.gz: 74263772957dd57c9c65207aebbf71140f25347ea8b7827d11782a8bc51dec97457d9cb6f54cad366b2d91a9301334a8269854c5b8c27a9cda2fdca0e497119c
6
+ metadata.gz: 8d250f303114b6e9831da889076f9e481dec4d0642fe123df844e454648add61656cf73148c740960022c0b84dda8d866aaecaf43e209f26670fc13ee374a043
7
+ data.tar.gz: 5f8e78b7207c3b767da40dd9544f9aa7b6d50bc54fa8b491c9914466df9c319f4288d702b96f21304c3023a2763b2d1911f8a24d8eb3c14666cff9aad3af5438
@@ -471,7 +471,7 @@ module Google
471
471
  def rpcs
472
472
  @rpcs ||= begin
473
473
  parent_rpcs = nil
474
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
474
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
475
475
  Rpcs.new parent_rpcs
476
476
  end
477
477
  end
@@ -503,7 +503,7 @@ module Google
503
503
  def rpcs
504
504
  @rpcs ||= begin
505
505
  parent_rpcs = nil
506
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
506
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
507
507
  Rpcs.new parent_rpcs
508
508
  end
509
509
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Speech
23
23
  module V1
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-speech-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-26 00:00:00.000000000 Z
11
+ date: 2020-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
203
  - !ruby/object:Gem::Version
204
204
  version: '0'
205
205
  requirements: []
206
- rubygems_version: 3.0.6
206
+ rubygems_version: 3.1.3
207
207
  signing_key:
208
208
  specification_version: 4
209
209
  summary: API Client library for the Cloud Speech-to-Text V1 API