fluent-plugin-tail-multiline 0.1.3 → 0.1.4
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.
|
@@ -4,7 +4,7 @@ $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.4"
|
|
8
8
|
gem.authors = ["Tomohisa Ota"]
|
|
9
9
|
gem.email = ["tomohisa.ota+github@gmail.com"]
|
|
10
10
|
gem.description = "Extend tail plugin to support log with multiple line"
|