fluent-plugin-multiline-extended 1.0.3 → 2.0.1

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.
data.tar.gz.sig CHANGED
Binary file
@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
18
18
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
19
19
  gem.require_paths = ['lib']
20
20
 
21
- gem.add_runtime_dependency 'fluentd'
21
+ gem.add_runtime_dependency 'fluentd', '>= 0.14.0'
22
22
 
23
23
  gem.signing_key = File.expand_path( ENV.key?('RUBYGEM_SIGNING_KEY') ? ENV['RUBYGEM_SIGNING_KEY'] : '~/certs/oss@hotschedules.com.key' ) if $0 =~ /\bgem[\.0-9]*\z/
24
24
  gem.cert_chain = %w[certs/oss@hotschedules.com.cert]
@@ -1,7 +1,5 @@
1
- require 'fluent/plugin/in_tail'
2
-
3
1
  module Fluent
4
- class NewNewTailInput < NewTailInput
2
+ class NewTailInput < Fluent::Plugin::TailInput
5
3
 
6
4
  Plugin.register_input('tail_multiline_extended', self)
7
5
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-multiline-extended
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
- - 1
7
+ - 2
8
8
  - 0
9
- - 3
10
- version: 1.0.3
9
+ - 1
10
+ version: 2.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Yamauchi
@@ -41,7 +41,7 @@ cert_chain:
41
41
  2Zk648Ep9HVPKmwoVuB75+xEQw==
42
42
  -----END CERTIFICATE-----
43
43
 
44
- date: 2017-06-21 00:00:00 Z
44
+ date: 2018-06-13 00:00:00 Z
45
45
  dependencies:
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: fluentd
@@ -51,10 +51,12 @@ dependencies:
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
- hash: 3
54
+ hash: 39
55
55
  segments:
56
56
  - 0
57
- version: "0"
57
+ - 14
58
+ - 0
59
+ version: 0.14.0
58
60
  type: :runtime
59
61
  version_requirements: *id001
60
62
  description: Extend tail and parser plugins to support logs with separators beyond just a single-line regex to match the first line.
metadata.gz.sig CHANGED
Binary file