google-cloud-bigquery 1.8.1 → 1.8.2

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: 852851bfe145222ae3691888ddf5bd1accf17e2113ce7ad2e7e5ea1f8b35e1a3
4
- data.tar.gz: f4324c534a43652b21938dfb0fdb94a42ac9091cc540faf590d591062924bc85
3
+ metadata.gz: a0a449a43a1a49603e04ea3d47e7e60a3145fc47da1637e6a995209701479f2b
4
+ data.tar.gz: 7f18be48f6a7dd9cb641a60dc38a20f5f0cdc6005b932a54339203c585b153bb
5
5
  SHA512:
6
- metadata.gz: a6ba7cd948020964e20933a658ef4b1bd9d96b1f0c76a5d15050c0e4c31eae56517f8e5eacf5f7b666de026b391bdc9535dc270e46c19f38db59e45c915fda48
7
- data.tar.gz: 5862b2eb1d70f7c7eebd7204d6d197b7665962233c0c49d8305663364a11a35bd5c48ce8f291517d15cc37c0fec9f038d0189676cc9bb2e9137e3a292914abf7
6
+ metadata.gz: 07070a48ae7e992e29df9da0b4fe105bbfc7bdc038eef7a861ccdce4dd5269dea568df3190286f48b52a95bbf85e9b66957bc03a17180bbb84e4dbde5b0aceb5
7
+ data.tar.gz: ef0afe60412417e242ae1d0acfe1ddd72d6e0473535f8d1b425e451372411bd7fdac427ae6c3faa325552daca83e9f6a9614314e1b226684f783b230a79a61db
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.8.2 / 2018-09-20
4
+
5
+ * Update documentation.
6
+ * Change documentation URL to googleapis GitHub org.
7
+ * Fix circular require warning.
8
+
3
9
  ### 1.8.1 / 2018-09-12
4
10
 
5
11
  * Add missing documentation files to package.
data/LOGGING.md CHANGED
@@ -6,7 +6,7 @@ Client](https://github.com/google/google-api-ruby-client/blob/master/README.md#l
6
6
  library. The logger that you set may be a Ruby stdlib
7
7
  [`Logger`](https://ruby-doc.org/stdlib-2.4.0/libdoc/logger/rdoc/Logger.html) as
8
8
  shown below, or a
9
- [`Google::Cloud::Logging::Logger`](https://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-logging/latest/Google/Cloud/Logging/Logger)
9
+ [`Google::Cloud::Logging::Logger`](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-logging/latest/Google/Cloud/Logging/Logger)
10
10
  that will write logs to [Stackdriver
11
11
  Logging](https://cloud.google.com/logging/).
12
12
 
@@ -19,7 +19,7 @@
19
19
 
20
20
 
21
21
  gem "google-cloud-core"
22
- require "google/cloud"
22
+ require "google/cloud" unless defined? Google::Cloud.new
23
23
  require "google/cloud/config"
24
24
  require "googleauth"
25
25
 
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Bigquery
19
- VERSION = "1.8.1".freeze
19
+ VERSION = "1.8.2".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.8.1
4
+ version: 1.8.2
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-09-12 00:00:00.000000000 Z
12
+ date: 2018-09-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core
@@ -251,7 +251,7 @@ files:
251
251
  - lib/google/cloud/bigquery/table/list.rb
252
252
  - lib/google/cloud/bigquery/time.rb
253
253
  - lib/google/cloud/bigquery/version.rb
254
- homepage: https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-bigquery
254
+ homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-bigquery
255
255
  licenses:
256
256
  - Apache-2.0
257
257
  metadata: {}