google-cloud-access_approval 1.1.1 → 1.1.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: e989fd0f6df9b6a5bf1d4e5f1108f5be44635d271182fc8c99964cc5cd5d1d6b
4
- data.tar.gz: 2b184d9e0fb6ec066737e2cd67bc7d692bcf0708f9bc99ac3a0fdacf8ac92bc7
3
+ metadata.gz: 6c4057d15fb144ff38a1f3b98f4986c2acbf4ecca59dd54f1565a64a7173d6a8
4
+ data.tar.gz: b7e8b9b5a4f2148b951a1b6c44ed34565eb4dc2d18ab3289ca5b55b0509d34c0
5
5
  SHA512:
6
- metadata.gz: 90415b8cd2723caf0726e49bf2b8e00eee6bb46a95bafa33cdaacb8145aac2352d087e9ac3aef29777aaea8c92b7189541179add29fd3b5d029f691861d46098
7
- data.tar.gz: 621e836d95818268ffedb6154b2ae7c3210af7c4f362990b796034fdf2c70c9f2e4077605781d8807ea2799f1d347f65693e89450380a78a410563c5d76ddec6
6
+ metadata.gz: d8eecd9a82765471583fbc7668fb8a813305eb374408a022785c0b72d9a16c1455e0e5516372fe412c9d54c0f35ed038551f1c2f3f1f680341bb1bafbd78c4d5
7
+ data.tar.gz: 3e8e10857f96532260d88702d71ab0cea8a566994d08c63342cc1c85b9238fab3b69cdb92fd5ab49e7a66923b9f89199130fc87e355423373f3382267c5d31ad
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::AccessApproval.access_approval
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/cloud/access_approval"
@@ -93,7 +93,7 @@ client = Google::Cloud::AccessApproval.access_approval 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/cloud/access_approval"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module AccessApproval
23
- VERSION = "1.1.1"
23
+ VERSION = "1.1.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-cloud-access_approval
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.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-access_approval-v1