fluent-plugin-secure-forward 0.4.1 → 0.4.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
  SHA1:
3
- metadata.gz: 884cb0658800dadc4aab974749f7256c10dbf31e
4
- data.tar.gz: 6d14be3cdb926d54406101c4ba12f9f3cc1c33ba
3
+ metadata.gz: 53520fbfdf6eb3170a1bacb8a335991052049c94
4
+ data.tar.gz: 916e33508be49cc39d6fa5afda87c7fc1e73dbf1
5
5
  SHA512:
6
- metadata.gz: f79fd873d46fabdba39d74f526574841d3243490bf4d0045e7daaf128b8bd94b69923ae4d75b9040d377df8bb7a17ddcdf4ad1403149300b62663eb6402a7a0f
7
- data.tar.gz: 1aafaa32d384301dfa4c44bcd92a1da432df3f7f13b7b5265c91e34f70eda11028de8d6b5185dc64140146edfa89f90bd02b3c7c2f7dc6dca22b9bd643e7bd39
6
+ metadata.gz: ea76bd5840f8ddf6a41cf4a0c3ea0e0770f9c4069202750c60baec2e2ace27b0274c538b4a0e15f7adc6797453da0a727acfbe0c5b775a7ae8545b791f348bd5
7
+ data.tar.gz: 9b3fc434822817f57a27112699956f0e0a8b6b590b5c38353efefd5dbe5c69a5da0ecb60c4ad0cbcedcf4faaee8ec45080ebc6daeb241c1ba3af20a98ecdab82
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |gem|
3
3
  gem.name = "fluent-plugin-secure-forward"
4
- gem.version = "0.4.1"
4
+ gem.version = "0.4.2"
5
5
  gem.authors = ["TAGOMORI Satoshi"]
6
6
  gem.email = ["tagomoris@gmail.com"]
7
7
  gem.summary = %q{Fluentd input/output plugin to forward over SSL with authentications}
@@ -1,5 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
+ require 'fluent/input'
3
4
  require 'fluent/mixin/config_placeholders'
4
5
 
5
6
  module Fluent
@@ -1,5 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
+ require 'fluent/output'
3
4
  require 'fluent/mixin/config_placeholders'
4
5
 
5
6
  module Fluent
@@ -13,8 +13,7 @@ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
13
13
  $LOAD_PATH.unshift(File.dirname(__FILE__))
14
14
  require 'fluent/test'
15
15
 
16
- $log = Fluent::Log.new(Fluent::Test::DummyLogDevice.new, Fluent::Log::LEVEL_INFO)
17
-
16
+ require 'fluent/input'
18
17
  require 'fluent/plugin/in_secure_forward'
19
18
  require 'fluent/plugin/out_secure_forward'
20
19
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-secure-forward
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAGOMORI Satoshi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-31 00:00:00.000000000 Z
11
+ date: 2016-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd