google-cloud-os_login-v1beta 0.2.1 → 0.2.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eacccdd7f85dc0a8486169c00a29457de11e2b1d898eb8757ab31266e8103433
|
4
|
+
data.tar.gz: 95c07749372663aecf665ee68b07b0ebe208d64ba1231450866c081b3a824a8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 873ac1e5466cba9f7362a1994a8f00321169a1cc2e8b793b5dab777b801cd0ab604ebbd6cfe461b7cd75d952cd59c08e7a868d8b16d35ab387dae93ad0971740
|
7
|
+
data.tar.gz: 13b64f1b41505a12852f92527714194138c1b4dfdaaa15732d669d36cedcc920316598cccc2b3a87a88a82f272536956243ae17c777e7d1c111e071a79926962
|
@@ -728,7 +728,7 @@ module Google
|
|
728
728
|
def rpcs
|
729
729
|
@rpcs ||= begin
|
730
730
|
parent_rpcs = nil
|
731
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
731
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
732
732
|
Rpcs.new parent_rpcs
|
733
733
|
end
|
734
734
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-os_login-v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
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
|
11
|
+
date: 2020-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
199
|
- !ruby/object:Gem::Version
|
200
200
|
version: '0'
|
201
201
|
requirements: []
|
202
|
-
rubygems_version: 3.
|
202
|
+
rubygems_version: 3.1.3
|
203
203
|
signing_key:
|
204
204
|
specification_version: 4
|
205
205
|
summary: API Client library for the Cloud OS Login V1beta API
|