google-cloud-private_catalog 0.1.1 → 0.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: 053ecb6ecfb036a08b2552a9036aa6196afdefa0efbca1689f898a934f14e751
4
- data.tar.gz: c8221e05ad2dd910f5cfe942d130b2ff43614e2930187c0215c2ec1cd2293fe7
3
+ metadata.gz: 1db1182840eab05373bbc73b4cdd3aac3ebd634618b7cb0160d7a9024a5ebe53
4
+ data.tar.gz: 40460a7a66d28a5110cf871823b0fc2a39b20342cc8a8ac136e32d033416900e
5
5
  SHA512:
6
- metadata.gz: 0e7be6e2b78cb958afbcc1c56b7007dd9d2418fa1f93045559b0561ca6fb356ebc9afc9a70191ae4c6bf3f3e55058dd5599403132718a3d4e820eb3c0d6f6786
7
- data.tar.gz: 4c6883f2ed784238eb17f85107132638d57bcf40a3ec0574bd8a6f0ab9e26933ef37dbbe7ebd2c2bc60e3d6ef986640f3f5600962c6040c4a86266f796568ce8
6
+ metadata.gz: 02a16ac263134a85c2d177bcd49c59e524d57bafb62714f2deeb9d7254011eec31712a91bc68f2e52e5182a43f2126b1f088a518eddf8a0d3cc58be1da3741db
7
+ data.tar.gz: 7860245c5427a5c914cfcaff673a1fa89ea924e6990153848739dfad1f7d25101385c5e3c22b6aa39b9cebd8d3aff77cca20b9554c0520c51c09a94e413e8970
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-private_catalog
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::PrivateCatalog::V1beta1::PrivateCatalog::Credentials`):
68
68
 
69
- 1. `PRIVATE_CATALOG_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `PRIVATE_CATALOG_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
+ * `PRIVATE_CATALOG_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `PRIVATE_CATALOG_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/private_catalog"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module PrivateCatalog
23
- VERSION = "0.1.1"
23
+ VERSION = "0.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-private_catalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.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-23 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-cloud-private_catalog-v1beta1
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.0'
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.0'
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