google-cloud-os_login-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: 4551c2f98921bc444fea81a8848d9c7fb6b96fb4a1bd63192b24ac83ec00f319
4
- data.tar.gz: 2f15c3bc652a087893fe7ef73c47c470656c418c9fb8edbbef0faee8b9f60a6e
3
+ metadata.gz: f6ab2c5cdd2bbd5201c6e1be38a5d85d243dd6101a185c03301a8d195570c1b5
4
+ data.tar.gz: 5842be553368561d41def01bb18e03358b985590ba67026f3277ef774d798e77
5
5
  SHA512:
6
- metadata.gz: 957cf0783cf5d3de5c66a8e1800cd59ec26eb45914ecb11b0ec544a7f5e7f5d88ed699f72537fcea90d4536e57577193d2ddd2d14975ea614899660cbd201884
7
- data.tar.gz: 8c03ba7ad058f311d33a5e2e98f4addb1d88e4e15c68eeb25f2fef891895097cce18a7b15913b0de253af49cf3135587a0c6ae7c3668d1ace131119dbf0f7af2
6
+ metadata.gz: d8ad672dbed24a47fdb3511fd868130c019ee8a03a9b563bc59569820f6eac2294a1b05de3aabb4cb8abeb07381664d6806abcf17948b1fff33ea42043ec46c0
7
+ data.tar.gz: 07e3173ff562f4e5cc2bb0cb65186ba5f39fa3301ca6d5e2bfa205bc0826af22af508ad40321378a406606117cf49ffb1135f839f0ca01ff0060542d02887d7e
@@ -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? :rpcs
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module OsLogin
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-os_login-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-06 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.0.6
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 V1 API