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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9066e151cc7d6515a247afdcf5b76b70fc089fb5d1b74e12830b49b4ef8ba1ce
4
- data.tar.gz: e06851af9995cda27436a7378f82456709ecb6640034e23f3bc47f9fc24811b0
3
+ metadata.gz: 32f691494c8aaa565e04ee53308469e74c98267914ccca0576668a30cdceb76d
4
+ data.tar.gz: d48d4a8c916a5415fe0cc7f66b510ff7805a34931f15439be08ea4b81a9af90b
5
5
  SHA512:
6
- metadata.gz: 355f857c958cbb2dca1c78e5a49feb39e17bd1ce254adbede3d0722374e40ff04baf3ac302885afb7de8d0f62afd38e4911a37d1f1efa4fe13f5a78f3cd6e790
7
- data.tar.gz: 4f29fdfbeee060ae6bcb560223dba70c6493c50e795fb60c673fb9bc2f5da93a74c5c47590ece5b7c40e8a26754967f16d2cfb9dbfb7d40e08291e47ef5b8b76
6
+ metadata.gz: ca6a72158aba473a1c088eec6939aae9361bda601aa1866996930e73ec68061ae1afc5ca4d7f22c6f4fc19ac6f6d511b0286e8e0d2eaa5b91dd0e15e86f16c8b
7
+ data.tar.gz: a69869fd41465d6b1c2e88a3e288e5a73b6ad71485d2e77ec1946547852193f0199d2a012fc65c8a8bc724d7a19d8f42debfa710e743fbcdaa5df41f3009be50
data/.yardopts CHANGED
@@ -1,6 +1,7 @@
1
1
  --no-private
2
2
  --title=Google Cloud BigQuery
3
3
  --markup markdown
4
+ --markup-provider redcarpet
4
5
 
5
6
  ./lib/**/*.rb
6
7
  -
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.0+.
71
-
72
- However, Ruby 2.3 or later is strongly recommended, as earlier releases have
73
- reached or are nearing end-of-life. After June 1, 2018, Google will provide
74
- official support only for Ruby versions that are considered current and
75
- supported by Ruby Core (that is, Ruby versions that are either in normal
76
- maintenance or in security maintenance).
77
- See https://www.ruby-lang.org/en/downloads/branches/ for further details.
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 semi-colon instead of a dot to separate the
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
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Bigquery
19
- VERSION = "1.7.0".freeze
19
+ VERSION = "1.7.1".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.7.0
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-06-29 00:00:00.000000000 Z
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