google-cloud-bigquery 1.7.0 → 1.7.1
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/.yardopts +1 -0
- data/README.md +8 -8
- data/lib/google/cloud/bigquery.rb +1 -1
- data/lib/google/cloud/bigquery/version.rb +1 -1
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32f691494c8aaa565e04ee53308469e74c98267914ccca0576668a30cdceb76d
|
|
4
|
+
data.tar.gz: d48d4a8c916a5415fe0cc7f66b510ff7805a34931f15439be08ea4b81a9af90b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca6a72158aba473a1c088eec6939aae9361bda601aa1866996930e73ec68061ae1afc5ca4d7f22c6f4fc19ac6f6d511b0286e8e0d2eaa5b91dd0e15e86f16c8b
|
|
7
|
+
data.tar.gz: a69869fd41465d6b1c2e88a3e288e5a73b6ad71485d2e77ec1946547852193f0199d2a012fc65c8a8bc724d7a19d8f42debfa710e743fbcdaa5df41f3009be50
|
data/.yardopts
CHANGED
data/README.md
CHANGED
|
@@ -67,14 +67,14 @@ Google::Apis.logger = my_logger
|
|
|
67
67
|
|
|
68
68
|
## Supported Ruby Versions
|
|
69
69
|
|
|
70
|
-
This library is supported on Ruby 2.
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
70
|
+
This library is supported on Ruby 2.3+.
|
|
71
|
+
|
|
72
|
+
Google provides official support for Ruby versions that are actively supported
|
|
73
|
+
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
74
|
+
in security maintenance, and not end of life. Currently, this means Ruby 2.3
|
|
75
|
+
and later. Older versions of Ruby _may_ still work, but are unsupported and not
|
|
76
|
+
recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
|
|
77
|
+
about the Ruby support schedule.
|
|
78
78
|
|
|
79
79
|
## Versioning
|
|
80
80
|
|
|
@@ -180,7 +180,7 @@ module Google
|
|
|
180
180
|
# ```
|
|
181
181
|
#
|
|
182
182
|
# Notice that in legacy SQL, a fully-qualified table name uses brackets
|
|
183
|
-
# instead of back-ticks, and a
|
|
183
|
+
# instead of back-ticks, and a colon instead of a dot to separate the
|
|
184
184
|
# project and the dataset: `[my-dashed-project:dataset1.tableName]`.
|
|
185
185
|
#
|
|
186
186
|
# #### Query parameters
|
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.7.
|
|
4
|
+
version: 1.7.1
|
|
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-08-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: google-cloud-core
|
|
@@ -137,6 +137,20 @@ dependencies:
|
|
|
137
137
|
- - "~>"
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
139
|
version: '1.1'
|
|
140
|
+
- !ruby/object:Gem::Dependency
|
|
141
|
+
name: redcarpet
|
|
142
|
+
requirement: !ruby/object:Gem::Requirement
|
|
143
|
+
requirements:
|
|
144
|
+
- - "~>"
|
|
145
|
+
- !ruby/object:Gem::Version
|
|
146
|
+
version: '3.0'
|
|
147
|
+
type: :development
|
|
148
|
+
prerelease: false
|
|
149
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
150
|
+
requirements:
|
|
151
|
+
- - "~>"
|
|
152
|
+
- !ruby/object:Gem::Version
|
|
153
|
+
version: '3.0'
|
|
140
154
|
- !ruby/object:Gem::Dependency
|
|
141
155
|
name: rubocop
|
|
142
156
|
requirement: !ruby/object:Gem::Requirement
|