fluent-plugin-google-cloud-storage-out 0.1.1 → 0.1.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
  SHA1:
3
- metadata.gz: 3b35678e5f3b43565e99b66565bc3259f99c1abc
4
- data.tar.gz: 54d5105448f986ef16e74d46156a94e409681d64
3
+ metadata.gz: 6fbb34bba0df7e05a225f4731482ed6de883b937
4
+ data.tar.gz: ee06275353587a4f67c831bbd14eeff796b9aea3
5
5
  SHA512:
6
- metadata.gz: 0c200d9f228395f923993edf6945d7ea9890fb2b177b9df1ceca93e7d816ff88d18414a9d23aeb2ec30ae4bd27d5fdfb764e852d8355a267a0d9d0280a635061
7
- data.tar.gz: 1643ddde5d2d5a772b735e78c6bbbca3baa748762244e33647ec40d67a10f17fe6805ef422435ad6eace90dfa4157192a61e12e87b3a583f6e2f3eb40e15514f
6
+ metadata.gz: b4c11a24ced090eb47b589743afd77dd95f4bc577f912f0eeb507fc8830c58ba96d38bb911118d07c7638ebe9e44254abc0db70da504deefb5456e37d72d75b5
7
+ data.tar.gz: 8e4563e54eba107f13aeb7ed758749154c1b2b8289bb2b9cc8ff01ace93421659215cf5387c3f373c60f2315070ca4ae96f4b3f102cc1ec28b03caee4a92e372
@@ -6,7 +6,7 @@ require "fluent/log"
6
6
  require 'googleauth'
7
7
  require 'google/apis/storage_v1'
8
8
 
9
- require 'version'
9
+ require 'fluent/plugin/version'
10
10
 
11
11
  class Fluent::GoogleCloudStorageOut < Fluent::TimeSlicedOutput
12
12
  Storage = Google::Apis::StorageV1
@@ -1,3 +1,3 @@
1
1
  module GoogleCloudStorageOut
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-google-cloud-storage-out
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hideki Matsuoka