google-iam-credentials 1.0.1 → 1.0.2

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: 81b30a78e8fa17b9bb9fc572ef8e998a616252ecb12766fdbc6a091e599426fc
4
- data.tar.gz: b46069092d39cb6284217e20eade5d5cd97f6b8909aa27a8e4c89d94f1ead63f
3
+ metadata.gz: a7a492b6240eeb33eb6901afc42e61417c9ccb42642353171ab3fa72b178bba4
4
+ data.tar.gz: 97002e3d60ebfd9e89d9b9166fab968e30be822df0f4c6975ee28ba204b301c3
5
5
  SHA512:
6
- metadata.gz: 772042a17549451b29dfcaef998585e288b34b3b8f01cc311bbc4669ed4c9f10b18536310c19c80737633534c3db65778b3797e1e03a11c3ac5b5bbf6d97fe81
7
- data.tar.gz: 4284c7e742f11f1714d237577091a386d88c626db36f461ac30504dff80e87bcbf04361124423ef2fa4e3509bdc4b61590a2d447938216d84dc8d78da9d90bda
6
+ metadata.gz: b227cfffeea561bff9d802d19b4f394cda99989ce04a6999ce48120a972b7fa5af9c456c00a15a7b2230a2967a550a29a23a2b021693532ff2b3ca38e81200ca
7
+ data.tar.gz: eabeda10841d81144668b744366859a4298a3a57a5edf409cf792933a87c9c8a9f1296b32143ce6e8ac5d9568c920c58a65338b44b945f6c51eeb42a0ad1278d
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Iam::Credentials.iam_credentials
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/credentials"
@@ -93,7 +93,7 @@ client = Google::Iam::Credentials.iam_credentials 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/credentials"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Iam
22
22
  module Credentials
23
- VERSION = "1.0.1"
23
+ VERSION = "1.0.2"
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-credentials
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.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: 2021-06-30 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: google-cloud-core