google-cloud-bigquery 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/bigquery/schema.rb +1 -1
- data/lib/google/cloud/bigquery/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50b7fa8024e29a309cd616906b320776e2190cd43cca0a781067fa5269ec00bb
|
|
4
|
+
data.tar.gz: 20326ef76dbe3d8804e6ffd2c7cca89ed06e18581637a19b899d6a883bdf4078
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 728c5e863f1bd2ff9e478b3fd0e6ef715e20e4e144592d09e3d46ac4787fae121c7ced5377877572c30aa41e96e6b3d0255861bccb785a335c5737bb064a829f
|
|
7
|
+
data.tar.gz: 053f516f57d0c4335e3746ba104bd971e07aa91aec3cc8a68576d488e50a5043f826990fa5408c73a8cb45b838d9d66f3a04aadf7f9e7acab07d392317e6890a
|
|
@@ -84,7 +84,7 @@ module Google
|
|
|
84
84
|
# The JSON schema file is the same as for the [`bq`
|
|
85
85
|
# CLI](https://cloud.google.com/bigquery/docs/schemas#specifying_a_json_schema_file).
|
|
86
86
|
#
|
|
87
|
-
# @param [
|
|
87
|
+
# @param [Schema] schema A `Google::Cloud::Bigquery::Schema`.
|
|
88
88
|
#
|
|
89
89
|
# @param [IO, String] destination An `IO` to which to write the
|
|
90
90
|
# schema, or a `String` containing the filename to write to.
|
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: 1.
|
|
4
|
+
version: 1.6.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: 2018-
|
|
12
|
+
date: 2018-06-22 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.23'
|
|
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.23'
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: googleauth
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|