google-cloud-artifact_registry 0.2.0 → 0.2.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: 3d9a676635092c69a7867f3bec1c380bbb56860ec8c01eaa6396d7064a1c0dcc
4
- data.tar.gz: ae161276ea2e550057c38ace3bff44f6f4a0d1f429d76e5ad73ed3b3c953c323
3
+ metadata.gz: c9a27aa92e59b8463f5b8ac7b5013ff437cd609b6303a7084445f36b052edf99
4
+ data.tar.gz: 19e8675cb0fa7f2e8df37bcc7b8a5f250364df8908c1e0df418f51d680d71088
5
5
  SHA512:
6
- metadata.gz: 3968b749dac72fc25437a5baa97d2d05bb61b6fdcd9f254226be9af0f63c422fe1daba9e533bf6cd34440752f6d627c63f70fca6d32495aa4c560369db1dbd6d
7
- data.tar.gz: 765b1ef506b7b8a060d1a4e20cf94b4d949b736b27f9c97bc821632e36948cf3a69298d2b10ebf96f7b6a2d9c5c549fc7543961eac2f9ced479be2a916dac68a
6
+ metadata.gz: 88104bdea072f8638eda9d0933f66bed4c5c4690e37d37c57e93384de87a62aaa151a370ec22e5691a3750df3479518744707eeb3fdc8ea8c1029102e2139a6d
7
+ data.tar.gz: f6c9c9eb0f9aee4d7f3e17b5c9ba7281c2d4b67f4deb7f518838231eb02fc917ab24cc08fea31d486af2a372ecc5e849d916e9c50f225e05af26245e534e6cde
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-artifact_registry
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::ArtifactRegistry::V1beta2::ArtifactRegistry::Credentials`):
68
68
 
69
- 1. `ARTIFACT_REGISTRY_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `ARTIFACT_REGISTRY_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
+ * `ARTIFACT_REGISTRY_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `ARTIFACT_REGISTRY_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/artifact_registry"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ArtifactRegistry
23
- VERSION = "0.2.0"
23
+ VERSION = "0.2.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-artifact_registry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.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-artifact_registry-v1beta2
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
@@ -183,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
189
  - !ruby/object:Gem::Version
184
190
  version: '0'
185
191
  requirements: []
186
- rubygems_version: 3.2.13
192
+ rubygems_version: 3.2.17
187
193
  signing_key:
188
194
  specification_version: 4
189
195
  summary: API Client library for the Artifact Registry API