google-cloud-bigquery 0.25.0 → 0.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/bigquery/service.rb +3 -2
- data/lib/google/cloud/bigquery/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88d4c67489641c08fc5ba2e2dc4f2900c71719c4
|
4
|
+
data.tar.gz: 37fdfb59139e9adb1d52cfc5aabbb503570d366a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50bcceec330c54226ce05ae5e634702269bfe0c6c7e3f89b9c98194c97d3df4fbf8996133504519c3bf24ad41468877beb01956af500ec81324a0cda3663530b
|
7
|
+
data.tar.gz: 8392c4e87188d742ba3dcfdd9ff7664223fa3a533382ea21920299edf0256be2462cc2772b011faafcaf49c3f9c6a5549db677f634a22872323ee0de67f158f7
|
@@ -58,9 +58,10 @@ module Google
|
|
58
58
|
service.client_options.application_name = "gcloud-ruby"
|
59
59
|
service.client_options.application_version = \
|
60
60
|
Google::Cloud::Bigquery::VERSION
|
61
|
+
service.client_options.open_timeout_sec = timeout
|
62
|
+
service.client_options.read_timeout_sec = timeout
|
63
|
+
service.client_options.send_timeout_sec = timeout
|
61
64
|
service.request_options.retries = @retries || 3
|
62
|
-
service.request_options.timeout_sec = @timeout
|
63
|
-
service.request_options.open_timeout_sec = @timeout
|
64
65
|
service.request_options.header ||= {}
|
65
66
|
service.request_options.header["x-goog-api-client"] = \
|
66
67
|
"gl-ruby/#{RUBY_VERSION} gccl/#{Google::Cloud::Bigquery::VERSION}"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigquery
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Moore
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-04-
|
12
|
+
date: 2017-04-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: google-cloud-core
|
@@ -31,14 +31,14 @@ dependencies:
|
|
31
31
|
requirements:
|
32
32
|
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 0.
|
34
|
+
version: 0.11.0
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
39
|
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: 0.
|
41
|
+
version: 0.11.0
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: minitest
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|