google-iam-v1beta 0.3.2 → 0.3.3

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: 799a7234ec60e0940e27272a92e46fd689742c1ab7412191ca875f7a1c06240d
4
- data.tar.gz: 41ee2dea67dca9ebc86cb36e819256223a5bada5d7ef6ea58fdd766e7613e42d
3
+ metadata.gz: 2d46446ae9e5062a9648be53c03ef6d319dde323a1137eb17e54cb2c2d5aa17c
4
+ data.tar.gz: e854cea4d6cbec55d2a910b758c1a3d028521247ad4235ac050fa5164646fc84
5
5
  SHA512:
6
- metadata.gz: c42496ee34502c70801bd283f9c881bdaa64bca353f14c2f08a5f7410c26ac40170b14ab25ca447929b023a883671d0e3d2396b87015f6df5bbcbbbf27a24fc1
7
- data.tar.gz: 8e2dda5fc8724bd48a7504ac80c5dd0a74dd15bce2bcc479c2bc301aed7de541c321fa093b2d9e065a97385554db5eade330570721b69ebbbb49ad5449ade484
6
+ metadata.gz: 61e3bba44523f516aa3e5754e29491f98d0ed7951c3f382aa9cdbb0e5b14a697481497f1e8b1a1e0e63018b52c76367a1173ff04e229bf194822576851f6f896
7
+ data.tar.gz: 1418b2161c8b52c2e8721f821d04380f06b1e3b34d2d38068ddeecf75c2a1187de11fa3c1b253da10742c2dbdf27e7494dcdd2cb0c44d3e72bad90926ad789a6
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = ::Google::Iam::V1beta::WorkloadIdentityPools::Client.new
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/iam/v1beta"
@@ -93,7 +93,7 @@ client = ::Google::Iam::V1beta::WorkloadIdentityPools::Client.new do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/iam/v1beta"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Iam
22
22
  module V1beta
23
- VERSION = "0.3.2"
23
+ VERSION = "0.3.3"
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-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
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-07-08 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common