google-cloud-os_login-v1 0.4.0 → 0.4.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: 0a6180c14156400856b320ab2b607eb0ab8b397316581d2047effd9ed01ab99c
4
- data.tar.gz: c4381415ff375ea81912dbd7b4d3b65b219917ad66553c3582f5631a812204db
3
+ metadata.gz: c27c34af23e4ce2d9f7ac8f695671c416d23aef3a351c79376a5548bfce9a9e5
4
+ data.tar.gz: 543269b50b214947267905baa347c346f2aeba15aa2da83e8abb6db6f8633458
5
5
  SHA512:
6
- metadata.gz: 4bc288aeecfc6be997bd66bb8326a36c968e2bd9d67ffa2941ee40ba652ca17444868c276c495fb5f352037d6c7329663fdfdb6aa60a19ffb21f5e58b30efa4b
7
- data.tar.gz: 9899205988345ec110836c722ac46980cb672cdf44d63acabab0711103249bff466fe99abcaf430844fc1f49c67737e485b60625ff482fb87da847156fca90ce
6
+ metadata.gz: ba16638e3d4156d01e7c82f5b2ec6167345b984e2a46059334b2f80a5c34ffa73fbceb08b0fae226d86a77a8afc68f792bfd63ffc738706bbee6f5728708f0a0
7
+ data.tar.gz: 799861cbd5d60750c7d64ad29639e75383fce669ea4b568588e27beef8fc9369cf6ecce7cc72598a7b2eeb606d99445f46477228880819b6859d8a91214dc3cb
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module OsLogin
23
23
  module V1
24
- VERSION = "0.4.0"
24
+ VERSION = "0.4.1"
25
25
  end
26
26
  end
27
27
  end
@@ -31,7 +31,7 @@ module Google
31
31
  # public keys for logging into virtual machines on Google Cloud Platform.
32
32
  class Service
33
33
 
34
- include GRPC::GenericService
34
+ include ::GRPC::GenericService
35
35
 
36
36
  self.marshal_class_method = :encode
37
37
  self.unmarshal_class_method = :decode
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-os_login-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.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: 2021-03-08 00:00:00.000000000 Z
11
+ date: 2021-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0.5'
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: '0.3'
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.5'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.3'
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-errors
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -201,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
207
  - !ruby/object:Gem::Version
202
208
  version: '0'
203
209
  requirements: []
204
- rubygems_version: 3.2.13
210
+ rubygems_version: 3.2.17
205
211
  signing_key:
206
212
  specification_version: 4
207
213
  summary: API Client library for the Cloud OS Login V1 API