google-cloud-bigquery-connection 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: 9a864b1d63d4568b58a7da0887ce852b4f9e1a315aa538439b9024a53ddeb13b
4
- data.tar.gz: d65171783d94541751879043527da1f38957005ea1cb968f3406fe49c5aff76a
3
+ metadata.gz: b5845b00621cee6afd14499e3a371529b3ac12265e601bf219ca0e9475c95a19
4
+ data.tar.gz: cc14b3ac2a231415faa49875b25056aff27047cac275cd4fdca31c1ac4dd8f59
5
5
  SHA512:
6
- metadata.gz: 88843b3f1efbbf943733807b0bebe7ba17883d28e045a2eb5c5233425c75ef24f5932dbbdf90bfb2a33672cfc1f13a9a3982810255f74c4c615f84e267b95e50
7
- data.tar.gz: cc157966b8bd05319bb1903f79470e37c0fa14fe284cb571c57d19464859f1c0fb7e8185db785f1cf6bef8a481b6a7c12b7b16f0d3ebc24f8bd5298d4942877b
6
+ metadata.gz: 9ca63945f1f21d111fef5dc8799ab7f4880fe22dbfe86e4e740e2f4d85954aed8348497a53567f31099329011f827635330b3312a6a5b9acea4db27b01604518
7
+ data.tar.gz: 03203f983718e41f355412f5e3b6b7ad56ef3a10894b3f4fdc6e0a050ac37f93cf6278d2a58d5d746d5356105b38faf9102fe97cac689317e6d83dcc133a2cb6
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-bigquery-connection
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::Bigquery::Connection::V1::ConnectionService::Credentials`):
68
68
 
69
- 1. `BIGQUERY_CONNECTION_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `BIGQUERY_CONNECTION_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_CONNECTION_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `BIGQUERY_CONNECTION_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/connection"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigquery
23
23
  module Connection
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-connection
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-connection-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
@@ -183,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
189
  - !ruby/object:Gem::Version
184
190
  version: '0'
185
191
  requirements: []
186
- rubygems_version: 3.2.13
192
+ rubygems_version: 3.2.17
187
193
  signing_key:
188
194
  specification_version: 4
189
195
  summary: API Client library for the BigQuery Connection API