fluent-plugin-google-cloud-storage-out 0.1.4 → 0.1.5

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
  SHA1:
3
- metadata.gz: 20c0c185695e86d28ee5558e9aacabaebc301d7c
4
- data.tar.gz: a3a1bbba7a06070f44da30b7070adda4ce109e42
3
+ metadata.gz: 7d13c5789843ecbc42678b97b460dc4995977451
4
+ data.tar.gz: a4726a5d131eee0dc82bccec31779649c09b4b7d
5
5
  SHA512:
6
- metadata.gz: 711f444fb7e5b3a78d948d3bc314eee2add436000259f5eb01693a887579cfa3eb37f3a0d24193592d8cb7aabef91b26f9969ecbf25a7d9f9e1cfffb2eed126d
7
- data.tar.gz: 92a2016988beeec15e0d9bf21d9612130f6f943afe47327173d5e63c87e7407500621f5a198608d083dbd28dbab17b52e0fbdc65cef9b21708b1238d9e432838
6
+ metadata.gz: ef03096bc8f9e01e6199e0deb82d4f3667ec01e11f8c0c2cf000f4c66f3bd1a1ec7d35d384b0b86542198ecfd8a0b320aae40a2385e5d38a14df4a018478009b
7
+ data.tar.gz: 917dee1cc8a90b88c3fe0a9bb75b88774df007cc04bf9333fc0b32737d2e52e3c800f4f70d9b3db4a7a9b221bc639ad3bd0a8b52ae44241057872cc136c05dfe
@@ -1,11 +1,10 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'fluent/plugin/version'
5
4
 
6
5
  Gem::Specification.new do |spec|
7
6
  spec.name = "fluent-plugin-google-cloud-storage-out"
8
- spec.version = GoogleCloudStorageOut::VERSION
7
+ spec.version = "0.1.5"
9
8
  spec.authors = ["Hideki Matsuoka"]
10
9
  spec.email = ["matsuoka.hide@gmail.com"]
11
10
 
@@ -5,7 +5,6 @@ module Fluent
5
5
  require "fluent/mixin/config_placeholders"
6
6
  require 'googleauth'
7
7
  require 'google/apis/storage_v1'
8
- require 'fluent/plugin/version'
9
8
  class GoogleCloudStorageOut < TimeSlicedOutput
10
9
  Plugin.register_output('google_cloud_storage_out', self)
11
10
 
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hideki Matsuoka
@@ -141,7 +141,6 @@ files:
141
141
  - bin/setup
142
142
  - fluent-plugin-google-cloud-storage-out.gemspec
143
143
  - lib/fluent/plugin/out_google_cloud_storage_out.rb
144
- - lib/fluent/plugin/version.rb
145
144
  homepage: https://github.com/matsuokah/fluent-plugin-google-cloud-storage-out
146
145
  licenses:
147
146
  - MIT
@@ -1,3 +0,0 @@
1
- module GoogleCloudStorageOut
2
- VERSION = "0.1.4"
3
- end