google-cloud-service_control 1.0.2 → 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: ab3b868d8ac75725662eedcde9a270d815aa0038faa68973ca8f35aa4bba42d1
4
- data.tar.gz: 8e1e0d18cff17bf4e6b04ab2af266ad8f1a830dda3c0fb61c8d8355520ad05fb
3
+ metadata.gz: 90c933afc86ebda2243cb13cfb6ddd4a023626607c3f509d9175fbbeb2604073
4
+ data.tar.gz: ef8440ffa4bb20c7d57e44b0694ea0456308f7e4574fa4ab819f34178ad764e4
5
5
  SHA512:
6
- metadata.gz: fba69229ba83f8818737f09beb5d50ae41c4624a5013990b2cd21afb55a5bdde632ec7a22864e84d48f436064f1f836fd42d5f8b41fe7c1d9d55bc1545961569
7
- data.tar.gz: 3877b450b9c19fa2354bccb7bd0cfcf704cae38a62cb5ed00b647e1c8aae55c1fbc5648e7c96bd61fb10e71bd8e3e7cebab5f445ae01eeb398a1ae9aab344d6b
6
+ metadata.gz: 575f1fdb4e5c96d88f6281901b5bc4042ada84612ad727ac8a9d6e825c7f14892da053f52c6fc002325f73a275d7a58eef77cb946627b8a51f0ab25728e1ec96
7
+ data.tar.gz: 8401df1e30577535b74536d309d70ef16f0b8e2e7544ffdc2f5ba52e9dbfea806cbe3634b86403677f97c4df6836ca80d35c0fb2ee43033e342dc472a691f401
data/AUTHENTICATION.md CHANGED
@@ -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 = "1.0.2"
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: 1.0.2
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-06-30 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