google-cloud-artifact_registry 0.2.1 → 0.2.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: c9a27aa92e59b8463f5b8ac7b5013ff437cd609b6303a7084445f36b052edf99
4
- data.tar.gz: 19e8675cb0fa7f2e8df37bcc7b8a5f250364df8908c1e0df418f51d680d71088
3
+ metadata.gz: e62db92e80ac057a8fdc53c8f1fab50c1bd52b61c2c7c7cf76caf4595f5a46e9
4
+ data.tar.gz: b3f22fa2a64a04370f6159eeb17b830d8de4c0a0455ffa490d57adef30cc2be2
5
5
  SHA512:
6
- metadata.gz: 88104bdea072f8638eda9d0933f66bed4c5c4690e37d37c57e93384de87a62aaa151a370ec22e5691a3750df3479518744707eeb3fdc8ea8c1029102e2139a6d
7
- data.tar.gz: f6c9c9eb0f9aee4d7f3e17b5c9ba7281c2d4b67f4deb7f518838231eb02fc917ab24cc08fea31d486af2a372ecc5e849d916e9c50f225e05af26245e534e6cde
6
+ metadata.gz: 456d2c74abbf908859c99ac7a67fdbf293c89221b81a9513eb5b22fe5d67a187bab6604c19afda2386a246f8faa7f9d87856d7693dc5358bec82d7604a1cd981
7
+ data.tar.gz: 07eb285310f09cfb81605a27d2a259b494f63e350f4be1ab72bef218f8ec1916d88b6b2be0189183a5e8cf0670c4a218cf85e6b4b149725324014bd69f61c590
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::ArtifactRegistry.artifact_registry
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/artifact_registry"
@@ -93,7 +93,7 @@ client = Google::Cloud::ArtifactRegistry.artifact_registry 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/artifact_registry"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ArtifactRegistry
23
- VERSION = "0.2.1"
23
+ VERSION = "0.2.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-artifact_registry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.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-artifact_registry-v1beta2