google-cloud-bigquery-reservation 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: 95d95909e50c9fe95c842a8064476c3a05152a155f96e5312806cb7841ba6631
4
- data.tar.gz: 5f23e0076ec8e928572aaec81ab0b00a10bb19c04fd79a883e77386d1442e901
3
+ metadata.gz: 4b4c80cf6329b924c88410059ccb3577c7f86b74c185aebd49e84cb8be3a48dd
4
+ data.tar.gz: 4bd9ad861cf2a5f713d2832c97145c44bbb981e46800d01df26b5da622d65653
5
5
  SHA512:
6
- metadata.gz: 69a8f31461ad60cc69e063d72e21349c8e1be8269c5ca5afa2dd75e66f3c48605022cadb700e9b7e208f2cefb4b25a653e1b42d6a3b773b5e640a3ff47aa9a16
7
- data.tar.gz: c792245cd61cd06ce989b279b98c71afa15e0b294860cd9e7644696f7e5fbc2be4e09fc498942f64dc48d092cb53153a170a36fdad2444cc6cf3d5c2c239ffcd
6
+ metadata.gz: 150c724dc77721e95c7162a2f4cfba795e0d628326ff231e9b885aade07f5618eca9fd3946a865a1df37fa801d4bb270226b4dfcfd5fc0e08bdbee6457e28f79
7
+ data.tar.gz: 4e283e229f9b31ce9d56f13561d2207ef4240842a864b91868ae3d8dc9def0c54726b3b6cda9d4b76dffccdd0e4f5da7bc2ed4c3351b3ce7cbf8427b85d41d0e
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Bigquery::Reservation.reservation_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/bigquery/reservation"
@@ -93,7 +93,7 @@ client = Google::Cloud::Bigquery::Reservation.reservation_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/bigquery/reservation"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigquery
23
23
  module Reservation
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-bigquery-reservation
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-bigquery-reservation-v1