google-cloud-service_usage 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: aa492c609de35f57f854f59b0480e037d92c3968446c812b88446edd1c0520b0
4
- data.tar.gz: ecd972c18572092d2b2881dee7c110acabbd65597f97a26083918dd15dcd14e8
3
+ metadata.gz: 2e4503ae9696ce8549ab5b32de0f30284e505ad25616589499c0fddbd564394c
4
+ data.tar.gz: a3e64c80ee829261d6fa434b6ba0bd3149aa613be22b87f785218ee396e2e7a2
5
5
  SHA512:
6
- metadata.gz: 791819e1f30789c1b19bfa08f435e55e5a39f15791bce26303bd2239210f7778ff9922172193c44fa6868adfeac67b9c84b8e7449e9747b641add7b35a59f963
7
- data.tar.gz: 01f1210c2f6ede4e4b101f59ba0f6103873560c998b3687a8c2cc9a794c91a4cab36c466d3e8f909873c965e110ed458930d4e38bd4764c2f196b30b15934220
6
+ metadata.gz: 1561d44aa2dbd95c59315e16be53f56f6354328e3edb5a48ddba087fd4ff05fbec33b1ff86eadc1a75af64d672bfcfc532abefec7811802a2b996136578cf1e0
7
+ data.tar.gz: ed2aadfbba86071325a300874916daeb817db9fd33daf397f7bdcf98326448599b809e722517159537674ad0c066059f9aab0d3a425384f6fa99db3520c60e47
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-service_usage
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::ServiceUsage::V1::ServiceUsage::Credentials`):
68
68
 
69
- 1. `SERVICE_USAGE_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `SERVICE_USAGE_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
+ * `SERVICE_USAGE_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `SERVICE_USAGE_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/service_usage"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ServiceUsage
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-service_usage
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-service_usage-v1
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