google-cloud-service_control 1.0.1 → 1.0.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: 14028b1e0858bc383a924ff18acd74ef666d0e514c55c6de91a42c6fa31d3b41
4
- data.tar.gz: 20e5b8b3ea7cbf1c044f5c945f04396dc1609e7de11d0f57b98b23c93dad27e8
3
+ metadata.gz: ab3b868d8ac75725662eedcde9a270d815aa0038faa68973ca8f35aa4bba42d1
4
+ data.tar.gz: 8e1e0d18cff17bf4e6b04ab2af266ad8f1a830dda3c0fb61c8d8355520ad05fb
5
5
  SHA512:
6
- metadata.gz: bd1dcfabbfd4345b374003c6db015ba27253f185761a4186f9c20eb0324e743b2369f6ca49d46cd8bbeadd21f9d07741120833b719075588c3c1086670d09a78
7
- data.tar.gz: 2d74e036a20d31e6b369210aa89cd66cf7b2abd3d5f08f7e760afe7536820c7a12c7122ea0d96cfc54491c81b0e0fb3d1fa223155e91382d83135ce3c65d0ebf
6
+ metadata.gz: fba69229ba83f8818737f09beb5d50ae41c4624a5013990b2cd21afb55a5bdde632ec7a22864e84d48f436064f1f836fd42d5f8b41fe7c1d9d55bc1545961569
7
+ data.tar.gz: 3877b450b9c19fa2354bccb7bd0cfcf704cae38a62cb5ed00b647e1c8aae55c1fbc5648e7c96bd61fb10e71bd8e3e7cebab5f445ae01eeb398a1ae9aab344d6b
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-service_control
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::ServiceControl::V1::QuotaController::Credentials`):
68
68
 
69
- 1. `SERVICE_CONTROL_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `SERVICE_CONTROL_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_CONTROL_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `SERVICE_CONTROL_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_control"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ServiceControl
23
- VERSION = "1.0.1"
23
+ VERSION = "1.0.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_control
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.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-29 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_control-v1
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.3'
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.3'
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