google-cloud-bigquery-storage 1.1.0 → 1.1.1

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: 99fa16fbfd8f2777f53291386ef2c22ad0131bbfc5fa2b72a85f05ab4ff29c0b
4
- data.tar.gz: 29019cfd53d836cb2edebc340cd89dca447084a7d06b209469c0ae387e6ba9b1
3
+ metadata.gz: 5143b453f89bc8892751865a19077a25a99d001e62698e5f305c5589e3a58caa
4
+ data.tar.gz: dcf6c833a2db94bc8bff81a88fd8dd9232d674f7e3ee65e8d12eda998074e8a7
5
5
  SHA512:
6
- metadata.gz: 4edc5b6b842f07c36a7504461e62d8e3363df45f4a24ab5201d056ed880f5d5c774d39a058a9e1b8a9179b41c7be7c3d3f46acbc6004014f551aa381b6fcc2e6
7
- data.tar.gz: b864344418dd1fcb562ef15da832e15f38704d6fb6600599b8fe64a6571136b1ce5f46041b4cb19e68eb65ec956d9bb39f31e4cd6bfddb5eea953422dd348738
6
+ metadata.gz: f708f356f1b468390253989aec72b3186990ef76a3daad6bdb83ec4d123a69c59bda64693b6359cec4ebd928cca84a7a5d404a4af5a10f8d347c7fa646c9b1b5
7
+ data.tar.gz: 76ec9da8a3005a6000abb2d70307fa2c4168f67c099325c2e02943d9e34ae24f4f2453b40e9de0e04c17dd0ffe1dc9c648910311efc68ec3f80860098e6cd912
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-bigquery-storage
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::Bigquery::Storage::V1::BigQueryRead::Credentials`):
68
68
 
69
- 1. `BIGQUERY_STORAGE_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `BIGQUERY_STORAGE_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `BIGQUERY_STORAGE_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `BIGQUERY_STORAGE_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  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.0"
24
+ VERSION = "1.1.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,43 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
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-03-09 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-bigquery-storage-v1
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '0.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-core
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - "~>"
32
38
  - !ruby/object:Gem::Version
33
- version: '1.5'
39
+ version: '1.6'
34
40
  type: :runtime
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
44
  - - "~>"
39
45
  - !ruby/object:Gem::Version
40
- version: '1.5'
46
+ version: '1.6'
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -182,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
188
  - !ruby/object:Gem::Version
183
189
  version: '0'
184
190
  requirements: []
185
- rubygems_version: 3.2.13
191
+ rubygems_version: 3.2.17
186
192
  signing_key:
187
193
  specification_version: 4
188
194
  summary: API Client library for the BigQuery Storage API