google-cloud-speech-v1p1beta1 0.3.1 → 0.3.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: a38f59a73d43386244db111a8513ef20ccd42b6603db40011466a22d086efa83
4
- data.tar.gz: 72a9fb92532624ab6ba57c458d58223e12a0432842549b5b19cad52251dc2c0c
3
+ metadata.gz: 4346e0f1d24fb7d748af745981651fcdc69ad0bad4b9e46e05c2452729bebf8d
4
+ data.tar.gz: f1d01875e5f50421676da998da6eea4bb252c5d723c149c77ac185fae8d87c50
5
5
  SHA512:
6
- metadata.gz: cdd7ae93409b4a1da7f15773ef7bfb10258733ff460a78a44e2783ab582346e6063bfd69cf618d250de56f73476ba17f30368106a277d59292da7811f949d29a
7
- data.tar.gz: 2686104b93a98bf418093e98d3ff92b84d3f42c2b1fadc85acb0ca67bb63e7ea3465b0625957f610d9dac5080a6153d73c267f2ac8341bdc380f1711ab5d45ef
6
+ metadata.gz: 5bf7d968edd3157914404a1063fe3750c41a1fdcdf49d2964ec2b19a65f0d41c1c512c88e2eebe1104bdc48528f74d01ecc693c4cdeed5629dbc085227d0bbcf
7
+ data.tar.gz: 9c43926b71f33744fcf3321566d064d0ea65cbbe325502705c947ac061271a743b5f41c7be1a9583a920df48de5bb00234729d277f402ea1fd5bef6d84a1ec86
@@ -473,7 +473,7 @@ module Google
473
473
  def rpcs
474
474
  @rpcs ||= begin
475
475
  parent_rpcs = nil
476
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
476
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
477
477
  Rpcs.new parent_rpcs
478
478
  end
479
479
  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 V1p1beta1
24
- VERSION = "0.3.1"
24
+ VERSION = "0.3.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-v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.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
@@ -206,7 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
206
206
  - !ruby/object:Gem::Version
207
207
  version: '0'
208
208
  requirements: []
209
- rubygems_version: 3.0.6
209
+ rubygems_version: 3.1.3
210
210
  signing_key:
211
211
  specification_version: 4
212
212
  summary: API Client library for the Cloud Speech-to-Text V1p1beta1 API