google-cloud-bigquery-storage 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: 5143b453f89bc8892751865a19077a25a99d001e62698e5f305c5589e3a58caa
4
- data.tar.gz: dcf6c833a2db94bc8bff81a88fd8dd9232d674f7e3ee65e8d12eda998074e8a7
3
+ metadata.gz: 19b2d28e67b26b155bf059be5847533cb19049c7342bf1cf08cb128c4acf3688
4
+ data.tar.gz: 4d86163f0fc832c009b7372ec314aff93a48e5fb954d52bd3679aca62f584adf
5
5
  SHA512:
6
- metadata.gz: f708f356f1b468390253989aec72b3186990ef76a3daad6bdb83ec4d123a69c59bda64693b6359cec4ebd928cca84a7a5d404a4af5a10f8d347c7fa646c9b1b5
7
- data.tar.gz: 76ec9da8a3005a6000abb2d70307fa2c4168f67c099325c2e02943d9e34ae24f4f2453b40e9de0e04c17dd0ffe1dc9c648910311efc68ec3f80860098e6cd912
6
+ metadata.gz: 49d59fb43d100632ec277a343ee5a320431f4b825b6fa1695f213aa4db6a6f2f31829066119799f6927d55fb2c7fac0f328686f771a030d86fd9904eb66b02cd
7
+ data.tar.gz: db128764af83a03af7aedebb4fe05dea9bd409abe9a36c9829dc0c3ba06ddede82b01dd051c5491d7ec170b50e7dc64de4b71369c077941c2f143980e6009d2d
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Bigquery::Storage.big_query_read
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/storage"
@@ -93,7 +93,7 @@ client = Google::Cloud::Bigquery::Storage.big_query_read 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/storage"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigquery
23
23
  module Storage
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-storage
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-storage-v1