google-cloud-bigquery 1.5.0 → 1.6.0

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: af9dff48b04ef98b37b45d821fe7ea4689466762b0bd444428d4247c17265395
4
- data.tar.gz: 284d6bf810306ef9afa8f1f369582dd88d85e754ac421955a6fe3065da1bc709
3
+ metadata.gz: 50b7fa8024e29a309cd616906b320776e2190cd43cca0a781067fa5269ec00bb
4
+ data.tar.gz: 20326ef76dbe3d8804e6ffd2c7cca89ed06e18581637a19b899d6a883bdf4078
5
5
  SHA512:
6
- metadata.gz: ae89b1e2cd62e4f76008601da97974ddf4fa866a05496a36b86d0a4d9124d470a1fbf6a1c374bcb704598cc1846cd251b68daa0a0d160bc6265094fd56071354
7
- data.tar.gz: c2bdf1ee119196601002148ffa4ad3633b61224eebe677bd6c39873e9280dcca2a81ae89b5289d868bad7f242e7ade92071baf85e8bde8ea9bdaee7bc64b649f
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 [IO, String] schema An `Google::Cloud::Bigquery::Schema`.
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.
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Bigquery
19
- VERSION = "1.5.0".freeze
19
+ VERSION = "1.6.0".freeze
20
20
  end
21
21
  end
22
22
  end
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.5.0
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-05-22 00:00:00.000000000 Z
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.19.8
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.19.8
41
+ version: '0.23'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: googleauth
44
44
  requirement: !ruby/object:Gem::Requirement