google-cloud-storage 1.14.1 → 1.14.2

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: 349f612cd2d7620e74e3488ba4da57918288ca32328ed0e7be988c3848ec39ff
4
- data.tar.gz: 14a9285c48557ca8f71909c63e049c9427581f1340cad9fc685b2ef473d84d13
3
+ metadata.gz: 4a103ede9c229058fc56896c55d3d9526ee4efa20cb4769afdbc74e8f6fce547
4
+ data.tar.gz: adfc02f59247159986db4745fd5eed1a5d41659cbb02b18f55dec1ff1e1ed992
5
5
  SHA512:
6
- metadata.gz: 0a3de34c94ffdd04627638f46fb1f5076e128967982114fdd33b5232aa2375f53c4916b95df972a803af5c2d2ecdf235a4306a5c94398911e19fac6d56018936
7
- data.tar.gz: 64c0cf9b35db7084e931fc4779bf7eec1fc159b77a7eee27b2f9d92e30c61c683def31766e419544de1c04512771b5a74da0f624951a0e96c17d726961285e82
6
+ metadata.gz: d74bef538ff7377a38951093ead007cbfcda6ffae8f0ba7d993a2c8530dac055e5ed397857ccb18df9e0d325ac7102d31eb4a85caeb1c890b6cfd7e27f8ea72e
7
+ data.tar.gz: f4aa4ae66d1cd255ddf8268735ecaea24a790d03884ba621a5b39f689f7e06c61756772eb29a24a9a16207720d6c0b3377b30957925184d56cbaa66fa7f96c2f
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.14.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.14.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 Storage
19
- VERSION = "1.14.1".freeze
19
+ VERSION = "1.14.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-storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.1
4
+ version: 1.14.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-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core
@@ -245,7 +245,7 @@ files:
245
245
  - lib/google/cloud/storage/project.rb
246
246
  - lib/google/cloud/storage/service.rb
247
247
  - lib/google/cloud/storage/version.rb
248
- homepage: https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-storage
248
+ homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-storage
249
249
  licenses:
250
250
  - Apache-2.0
251
251
  metadata: {}