google-iam-v2 0.1.0 → 0.1.1

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: db3fa57170a28dc141d7573af82383b87bb971393aeabd4b35c4c1180043ae20
4
- data.tar.gz: fec1091fe1e1f03ef31caaa3e5da87546d9e55427a52a697667bc0a32da61928
3
+ metadata.gz: caffb30edb338bc16c74af9ca7131bd5cc4c5dc6d3b804d38a493c03324eccd0
4
+ data.tar.gz: 52bc25b5b0673b6e67d432daa92ae7934035195713088e705135fff2c16b7e99
5
5
  SHA512:
6
- metadata.gz: fde8aa868c77072077ed002740ec555684a41b619ef16251637e5324d38d3e3b5fb0d9538ccdf7205808e787ea0d4153cfe3a17172619c4cfcbc928f60e7040b
7
- data.tar.gz: b856d8834139bde0162dc2eed433d461baa6ae068623b0237afa692826fd5a0205dc0b3c8085cace310d538189e3507703d910a2383a9344c2436a34896da579
6
+ metadata.gz: a6e19a046fd40f46bbbd57a2858714c0bd7f433fcbc5bcb2368d503789cd526e3a06bb850140df5ce344573805b299e8bd77c9fd9a378a4e9514f6ed6feab946
7
+ data.tar.gz: 15e80e217a7887ffaaaca60b25b9b727c6ed97966a1d25b58e6afc0ea891b9fbee41d5b665c696871d476a97706256d95d35ee0e9f8c5a1fcd8a045db90b644a
data/AUTHENTICATION.md CHANGED
@@ -112,7 +112,7 @@ credentials are discovered.
112
112
  To configure your system for this, simply:
113
113
 
114
114
  1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
115
- 2. Authenticate using OAuth 2.0 `$ gcloud auth login`
115
+ 2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
116
116
  3. Write code as if already authenticated.
117
117
 
118
118
  **NOTE:** This is _not_ recommended for running in production. The Cloud SDK
data/README.md CHANGED
@@ -9,7 +9,7 @@ https://github.com/googleapis/google-cloud-ruby
9
9
  This gem is a _versioned_ client. It provides basic client classes for a
10
10
  specific version of the IAM V2 API. Most users should consider using
11
11
  the main client gem,
12
- [google-iam](https://rubygems.org/gems/google-iam).
12
+ [google-iam-client](https://rubygems.org/gems/google-iam-client).
13
13
  See the section below titled *Which client should I use?* for more information.
14
14
 
15
15
  ## Installation
@@ -88,7 +88,7 @@ support schedule.
88
88
  ## Which client should I use?
89
89
 
90
90
  Most modern Ruby client libraries for Google APIs come in two flavors: the main
91
- client library with a name such as `google-iam`,
91
+ client library with a name such as `google-iam-client`,
92
92
  and lower-level _versioned_ client libraries with names such as
93
93
  `google-iam-v2`.
94
94
  _In most cases, you should install the main client._
@@ -115,7 +115,7 @@ service version.
115
115
 
116
116
  We recommend that most users install the main client gem for a service. You can
117
117
  identify this gem as the one _without_ a version in its name, e.g.
118
- `google-iam`.
118
+ `google-iam-client`.
119
119
  The main client is recommended because it will embody the best practices for
120
120
  accessing the service, and may also provide more convenient interfaces or
121
121
  tighter integration into frameworks and third-party libraries. In addition, the
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Iam
22
22
  module V2
23
- VERSION = "0.1.0"
23
+ VERSION = "0.1.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-iam-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
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: 2022-09-03 00:00:00.000000000 Z
11
+ date: 2022-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -158,8 +158,8 @@ dependencies:
158
158
  version: '0.9'
159
159
  description: Manages identity and access control policies for Google Cloud Platform
160
160
  resources. Note that google-iam-v2 is a version-specific client library. For most
161
- uses, we recommend installing the main client library google-iam instead. See the
162
- readme for more details.
161
+ uses, we recommend installing the main client library google-iam-client instead.
162
+ See the readme for more details.
163
163
  email: googleapis-packages@google.com
164
164
  executables: []
165
165
  extensions: []