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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30ae0c4b7c3d24c02a04d5fef674ca5e24f133ae
4
- data.tar.gz: 10ac8354faf5e40d599d9dd9f8753c4ce46ecc4d
3
+ metadata.gz: 434a384c57025afcc2757f27b7dbf78d4b7bd14d
4
+ data.tar.gz: 886b7794644309392a25503215961f715cf85730
5
5
  SHA512:
6
- metadata.gz: 352fdfcb3089d9553db4930a7514cb0a843b47c73e8f0e3c7da5617b7faf090357340e807d2cc65fd4ef12acb6ad1b4c218f8627d33637ae10d124c1afcc9ec7
7
- data.tar.gz: 663c365b32692660f80eb0c4b4c22985ed3733d73bf4020689d2b8c864fd37c9da1908265020e2de7c219b45f26aa0ace0152a93ac67a08aee8410675f1a98a6
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.0"
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.0
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