google-cloud-billing 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: 9d4e301ae1bb20e8800e6efb423a25658eebd6e30ab239461314921783cab457
4
- data.tar.gz: 1359c9e61626f1ee7ec16f38fb7ec3b9bb34eb7f17fe4a8ebe4c1e8e5170886f
3
+ metadata.gz: 64bff0e7ee326967acbd2b938d3595174c82f9ccf0f91a4e7639a64326008600
4
+ data.tar.gz: ed918c96712d7ebaafae2cc8fb99a2601a5d3f50c02146df5e4cc1f7302807ab
5
5
  SHA512:
6
- metadata.gz: 8d29c452d89b2ec83bec33ce013485ee166f3991f10cde8fed05b89f6d35af53843c9583ee95672b982fe4ceed5884c5f0b7ad732663d31d11e0954d35cb2463
7
- data.tar.gz: '08a4cc49b7365dc3cc860cce7fb06aaa62445fcafbc43d16081dc582f035f0f788d4e46fac1e27e18769cf65c77fd4966489dfe8ed1305dd78c6c3ecccb996ef'
6
+ metadata.gz: 4bd1e7cc64df6a9419a806a91aa7b2ff6573ccd7a3b2802e4b3205fa85032bf462d8546a82709968a61d651428243d39a1593dfe187f6a4150017df86900de19
7
+ data.tar.gz: e4e24a66e82a3fb5e6f36f4f376f3254b90d46f17a1ef0951c2e5305eaa5f5d19c99f5c33daaac091ae18e562b45949d01b727d6ef87330ed12dc6c8f9bb08a5
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Billing.cloud_billing_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"
@@ -93,7 +93,7 @@ client = Google::Cloud::Billing.cloud_billing_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"
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Billing
19
- VERSION = "1.1.1".freeze
19
+ VERSION = "1.1.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-billing
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-v1