google-cloud-translate-v3 0.1.0 → 0.1.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: af1436ff17d16bf056aa5ebfb207784f74b8f2af8828889d54596c71d32172b0
|
|
4
|
+
data.tar.gz: 1b5b81b88322dd7fbf8d300b6317b95be69e6f1629a7d5d1bad6bed8bb56c1bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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?
|
|
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?
|
|
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
|
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.
|
|
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
|
|
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.
|
|
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
|