google-cloud-translate-v3 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7b3e389fe3d951f8bf86d6db552b6b344e5823aa09f7c66e8854cd9481645d7
4
- data.tar.gz: 78d3fe5063b23fc68d69405c4cd110c0b400049c87f3c7c5cefc87da0bdf4df3
3
+ metadata.gz: af1436ff17d16bf056aa5ebfb207784f74b8f2af8828889d54596c71d32172b0
4
+ data.tar.gz: 1b5b81b88322dd7fbf8d300b6317b95be69e6f1629a7d5d1bad6bed8bb56c1bd
5
5
  SHA512:
6
- metadata.gz: 61fec541614019de51ff5ce395cb37768c60a577699abaa5725864ae6442d1277cf5f4ad95551b532396f02418548a230816055be4f089b1b5e98b23bfd784b0
7
- data.tar.gz: 440d9a1abdda16176a677cf2d95c014db48dcf594bdbd95ac88ac65dea87c7ac8e32f8f9fa862d8efa13c0bc134522fa792274f370f6b1edc49740bb09f36566
6
+ metadata.gz: 700d45efe9bceb1759c6a3a3547e37f0a11a71b0941f4f62307a130e84ffc5469c7ca05cac5ef21ffc3b5542b35efc8deec516ad39985ea45dbe16981a090a83
7
+ data.tar.gz: bc188146d4808e88ba794272758b242c330ca45978899a9c8be47b901e574ea9ec922908d093ca099d60bcd881d46cd9f0d99b238cec60a354d9147a6ead6e37
@@ -1041,7 +1041,7 @@ module Google
1041
1041
  def rpcs
1042
1042
  @rpcs ||= begin
1043
1043
  parent_rpcs = nil
1044
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
1044
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
1045
1045
  Rpcs.new parent_rpcs
1046
1046
  end
1047
1047
  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 Translate
23
23
  module V3
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
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-translate-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
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
@@ -200,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  - !ruby/object:Gem::Version
201
201
  version: '0'
202
202
  requirements: []
203
- rubygems_version: 3.0.6
203
+ rubygems_version: 3.1.3
204
204
  signing_key:
205
205
  specification_version: 4
206
206
  summary: API Client library for the Cloud Translation V3 API