google-cloud-billing-budgets 1.1.1 → 1.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: fc490f69ba3af2768cccbead56c2d4eb19e886e7b22dd52586b08859faa58116
4
- data.tar.gz: a3379ad8db817722157dc76b44e8013edc791b64a3f207d35f8da9356de5a1be
3
+ metadata.gz: 4050c2d6de75f0568f85f8bad5e50c7c4024c9538056129dd3b8311a61e7763b
4
+ data.tar.gz: 11e98dffea36f0d01f1d74429a0814fe0ea61ae6401d6b684c346c8801b8e6c3
5
5
  SHA512:
6
- metadata.gz: 6013fc8c37cc9f765545eb5eb78fd996bbd7be71f347a0992b05e72fd716e22f8b482a32463c30d885a74eaa4bfd50ee89ef694fe5ac4f492214c148726d4e25
7
- data.tar.gz: db16c3922869d69dbe58a0935b41ec2a9302d9beffec3d7e6d072caa3f6d690b45cc3452c547954d56ae323245b55c69c8285e0e86af16ec4b1f93f7c0b4befd
6
+ metadata.gz: 6155c3bfeed924e897f7fb6531d5bb7a8c4c74d52a29d36a4778f551ecfa94bfd13dff29ac6d882ab250b39d0becd6069236e89fe3f40939b97087c90be7bc6c
7
+ data.tar.gz: 51921076e9d379f5d240a0310bba367297c24fdc31d2aedc5137a52f6ff68e6d6799046a0a75c1f093be9acf7325750162f264590d8879f5dd1bcfc5c8237283
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Billing::Budgets.budget_service
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/billing/budgets"
@@ -93,7 +93,7 @@ client = Google::Cloud::Billing::Budgets.budget_service 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/billing/budgets"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Billing
23
23
  module Budgets
24
- VERSION = "1.1.1"
24
+ VERSION = "1.1.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-billing-budgets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.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-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-billing-budgets-v1beta1