fluent-plugin-tail-multiline 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/fluent-plugin-tail-multiline.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 434a384c57025afcc2757f27b7dbf78d4b7bd14d
|
|
4
|
+
data.tar.gz: 886b7794644309392a25503215961f715cf85730
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d03dfcad48c6b49095c7dd565e9424069d0b5d47576776e6a4d5abd0015a83a2f945bf9245ae72ff7fe74394799d2dd9caafde2c0b67ce127ea811de3b3bcf6d
|
|
7
|
+
data.tar.gz: 6ebbb94e246e3e203f458a2fd2708f9280956f0a31d4046a1d39478f62b5deb7256033b97f4b517c7703255f00d5362e1f93fb4800aea3254e1e1d9e368fc726
|
|
@@ -4,10 +4,10 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |gem|
|
|
6
6
|
gem.name = "fluent-plugin-tail-multiline"
|
|
7
|
-
gem.version = "0.1.
|
|
7
|
+
gem.version = "0.1.1"
|
|
8
8
|
gem.authors = ["Tomohisa Ota"]
|
|
9
9
|
gem.email = ["tomohisa.ota+github@gmail.com"]
|
|
10
|
-
gem.description = ""
|
|
10
|
+
gem.description = "Extend tail plugin to support log with multiple line"
|
|
11
11
|
gem.summary = gem.description
|
|
12
12
|
gem.homepage = "http://github.com/tomohisaota/fluent-plugin-tail-multiline"
|
|
13
13
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-tail-multiline
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomohisa Ota
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
- - ! '>='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
|
-
description:
|
|
27
|
+
description: Extend tail plugin to support log with multiple line
|
|
28
28
|
email:
|
|
29
29
|
- tomohisa.ota+github@gmail.com
|
|
30
30
|
executables: []
|
|
@@ -62,7 +62,7 @@ rubyforge_project:
|
|
|
62
62
|
rubygems_version: 2.0.0
|
|
63
63
|
signing_key:
|
|
64
64
|
specification_version: 4
|
|
65
|
-
summary:
|
|
65
|
+
summary: Extend tail plugin to support log with multiple line
|
|
66
66
|
test_files:
|
|
67
67
|
- test/helper.rb
|
|
68
68
|
- test/plugin/test_in_tail_multiline.rb
|