google-cloud-os_login 0.5.1 → 0.5.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 +4 -4
- data/README.md +0 -1
- data/lib/google/cloud/os_login.rb +0 -1
- data/lib/google/cloud/os_login/v1.rb +0 -1
- data/lib/google/cloud/os_login/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a6c06706f92a6375ab69cf72c395778c193f729d8891a20f5a403c791901ba7
|
|
4
|
+
data.tar.gz: 573125a41aad8f00068b9217b6a2dbd2a01ff4256943990f55664fb66dd239d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23278e53610895ae3d216c161040312e970bf0120f7de23bd66fcc45090ad2033673045096e83bbdf14defb4a77b7f324a7297867a39a1147d761a534b4c7452
|
|
7
|
+
data.tar.gz: ef356a3a611eaba3902f962f004c4d5c32d211741bb7e4e71aefbd2a6ea1078b8d36cf09727e303abe440c08577625656fe090e9c2cc5342feb0f2f722e110a4
|
data/README.md
CHANGED
|
@@ -25,7 +25,6 @@ module Google
|
|
|
25
25
|
#
|
|
26
26
|
# [Cloud OS Login API][Product Documentation]:
|
|
27
27
|
# You can use OS Login to manage access to your VM instances using IAM roles.
|
|
28
|
-
# For more information, read [OS Login](/compute/docs/oslogin/).
|
|
29
28
|
# - [Product Documentation][]
|
|
30
29
|
#
|
|
31
30
|
# ## Quick Start
|
|
@@ -25,7 +25,6 @@ module Google
|
|
|
25
25
|
#
|
|
26
26
|
# [Cloud OS Login API][Product Documentation]:
|
|
27
27
|
# You can use OS Login to manage access to your VM instances using IAM roles.
|
|
28
|
-
# For more information, read [OS Login](/compute/docs/oslogin/).
|
|
29
28
|
# - [Product Documentation][]
|
|
30
29
|
#
|
|
31
30
|
# ## Quick Start
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-os_login
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.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:
|
|
11
|
+
date: 2020-01-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-gax
|