google-cloud-service_control 0.2.0 → 1.0.3

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: e07fb6342e9a3ba6257aedd48763fe259affba75da4b77d1e4c0c8371311056d
4
- data.tar.gz: 3c0a479b384197ccc7adbae176da030c87996ef43221fb4c54c35c0bf2ba06af
3
+ metadata.gz: 90c933afc86ebda2243cb13cfb6ddd4a023626607c3f509d9175fbbeb2604073
4
+ data.tar.gz: ef8440ffa4bb20c7d57e44b0694ea0456308f7e4574fa4ab819f34178ad764e4
5
5
  SHA512:
6
- metadata.gz: 17f65a4c4ec009bc42a908d395ec30e340e8efde00bdf009bc99ea9309e227a634e80120985ff8190de59cc9c3ce54ede12b05fff59fcded4f5d1ec630977ee4
7
- data.tar.gz: 7a81249457ff72fbe82d9c526e71ed3107130556409240f8211544f1eca949e84526bede1cfa5d7d88d3ed534957da263bf46503fa0ec707013132dd1caf1066
6
+ metadata.gz: 575f1fdb4e5c96d88f6281901b5bc4042ada84612ad727ac8a9d6e825c7f14892da053f52c6fc002325f73a275d7a58eef77cb946627b8a51f0ab25728e1ec96
7
+ data.tar.gz: 8401df1e30577535b74536d309d70ef16f0b8e2e7544ffdc2f5ba52e9dbfea806cbe3634b86403677f97c4df6836ca80d35c0fb2ee43033e342dc472a691f401
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"
@@ -82,8 +82,8 @@ client = Google::Cloud::ServiceControl.quota_controller
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/service_control"
@@ -93,7 +93,7 @@ client = Google::Cloud::ServiceControl.quota_controller 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/service_control"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ServiceControl
23
- VERSION = "0.2.0"
23
+ VERSION = "1.0.3"
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: 0.2.0
4
+ version: 1.0.3
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-07-12 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
+ - !ruby/object:Gem::Version
33
+ version: '0.3'
34
+ - - "<"
32
35
  - !ruby/object:Gem::Version
33
- version: '0.0'
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
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: '0.3'
44
+ - - "<"
39
45
  - !ruby/object:Gem::Version
40
- version: '0.0'
46
+ version: 2.a
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 Service Control API API