google-cloud-bigquery-connection 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: b5845b00621cee6afd14499e3a371529b3ac12265e601bf219ca0e9475c95a19
4
- data.tar.gz: cc14b3ac2a231415faa49875b25056aff27047cac275cd4fdca31c1ac4dd8f59
3
+ metadata.gz: 0a81d6914f3e1f9f3fb6fea062620aedc45a4646a26c64731ec503b21c6b59be
4
+ data.tar.gz: 3ffd719fe43005f6984c034e806d891301c554674a06010405153e9d46fe03b2
5
5
  SHA512:
6
- metadata.gz: 9ca63945f1f21d111fef5dc8799ab7f4880fe22dbfe86e4e740e2f4d85954aed8348497a53567f31099329011f827635330b3312a6a5b9acea4db27b01604518
7
- data.tar.gz: 03203f983718e41f355412f5e3b6b7ad56ef3a10894b3f4fdc6e0a050ac37f93cf6278d2a58d5d746d5356105b38faf9102fe97cac689317e6d83dcc133a2cb6
6
+ metadata.gz: b2ece7513ba4dbf70ed39bdf2c52b293fa855e6516180b0dfc655f5cad16dc1472abcebd7c670ef8fc8de5766eb1e04f64d7d4c723b131da07bd93dc76330714
7
+ data.tar.gz: f901a4a1752ad0e8857543bb8ab090edef0954baeb63cab45e1f113d554dbf6e4700624bf7539bca76fa0c38f1d9572319d4f839671a54b11e754fe604645b1d
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Bigquery::Connection.connection_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/connection"
@@ -93,7 +93,7 @@ client = Google::Cloud::Bigquery::Connection.connection_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/connection"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigquery
23
23
  module Connection
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-connection
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-connection-v1