google-cloud-access_approval 1.1.0 → 1.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: 2162852a419e227a1616b19ec801ac9bf83c2a88237c5d68d0b8f5c323cd4fc1
4
- data.tar.gz: 203d5582305dd5660460afa3e8740d6a52cfafee62132fae5026b1ba26da44de
3
+ metadata.gz: e989fd0f6df9b6a5bf1d4e5f1108f5be44635d271182fc8c99964cc5cd5d1d6b
4
+ data.tar.gz: 2b184d9e0fb6ec066737e2cd67bc7d692bcf0708f9bc99ac3a0fdacf8ac92bc7
5
5
  SHA512:
6
- metadata.gz: a3ed533e63dc31414395d05a5d355684b9bacfa1808eda739c0e34c10bfdff47393750b9949eb557a33c36a9728c2a568fea245d3f3b81e25106b574cbd5c9c0
7
- data.tar.gz: aa6bd1c98691371acecb9544b8146098eaa03e1b07657138df4f1919a109887b6f94200938344fe40df2108d97232be045a2d820e885cd63c44c59afefbc1240
6
+ metadata.gz: 90415b8cd2723caf0726e49bf2b8e00eee6bb46a95bafa33cdaacb8145aac2352d087e9ac3aef29777aaea8c92b7189541179add29fd3b5d029f691861d46098
7
+ data.tar.gz: 621e836d95818268ffedb6154b2ae7c3210af7c4f362990b796034fdf2c70c9f2e4077605781d8807ea2799f1d347f65693e89450380a78a410563c5d76ddec6
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-access_approval
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::AccessApproval::V1::AccessApproval::Credentials`):
68
68
 
69
- 1. `ACCESS_APPROVAL_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `ACCESS_APPROVAL_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
+ * `ACCESS_APPROVAL_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `ACCESS_APPROVAL_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/cloud/access_approval"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module AccessApproval
23
- VERSION = "1.1.0"
23
+ VERSION = "1.1.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,43 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-access_approval
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.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: 2021-03-09 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-access_approval-v1
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '0.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-core
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - "~>"
32
38
  - !ruby/object:Gem::Version
33
- version: '1.5'
39
+ version: '1.6'
34
40
  type: :runtime
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
44
  - - "~>"
39
45
  - !ruby/object:Gem::Version
40
- version: '1.5'
46
+ version: '1.6'
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -182,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
188
  - !ruby/object:Gem::Version
183
189
  version: '0'
184
190
  requirements: []
185
- rubygems_version: 3.2.13
191
+ rubygems_version: 3.2.17
186
192
  signing_key:
187
193
  specification_version: 4
188
194
  summary: API Client library for the Access Approval API