google-iam-credentials 1.0.0 → 1.0.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: c25c7270aa10aac91c3ad94cf0d38b705c075e88084627c7db083628076585d9
4
- data.tar.gz: 4e8a8db1c89bdf24c973dd0239bb6e99e056b0942641fc09ebf6bc589d5333ab
3
+ metadata.gz: 81b30a78e8fa17b9bb9fc572ef8e998a616252ecb12766fdbc6a091e599426fc
4
+ data.tar.gz: b46069092d39cb6284217e20eade5d5cd97f6b8909aa27a8e4c89d94f1ead63f
5
5
  SHA512:
6
- metadata.gz: 7d6e758cf34c865ee0bb16a7f69904f7bd48679eccf27415c4ddd343549cca830d356d8cc61cf51389ff62c095572616dabae58fbd5f811b7157965a0a84210f
7
- data.tar.gz: 7401c969e786327608c1ea3fbadda93e1d87810e403b31ae29b80e15140110c58c46bd32b18d9aa00a133a1568b99cbc472383e97c4e0c93a09d135dfe2fc25f
6
+ metadata.gz: 772042a17549451b29dfcaef998585e288b34b3b8f01cc311bbc4669ed4c9f10b18536310c19c80737633534c3db65778b3797e1e03a11c3ac5b5bbf6d97fe81
7
+ data.tar.gz: 4284c7e742f11f1714d237577091a386d88c626db36f461ac30504dff80e87bcbf04361124423ef2fa4e3509bdc4b61590a2d447938216d84dc8d78da9d90bda
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-iam-credentials
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Iam::Credentials::V1::IAMCredentials::Credentials`):
68
68
 
69
- 1. `IAM_CREDENTIALS_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `IAM_CREDENTIALS_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `IAM_CREDENTIALS_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `IAM_CREDENTIALS_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  require "google/iam/credentials"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Iam
22
22
  module Credentials
23
- VERSION = "1.0.0"
23
+ VERSION = "1.0.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-credentials
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.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-31 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -16,28 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.5'
19
+ version: '1.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.5'
26
+ version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-iam-credentials-v1
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.3'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 2.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '0.3'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 2.a
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -185,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
191
  - !ruby/object:Gem::Version
186
192
  version: '0'
187
193
  requirements: []
188
- rubygems_version: 3.2.13
194
+ rubygems_version: 3.2.17
189
195
  signing_key:
190
196
  specification_version: 4
191
197
  summary: API Client library for the IAM Service Account Credentials API