fluent-plugin-unit-time-filter 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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ffb59a9d9c10eb7b99da070f0322610d1d54a88
|
|
4
|
+
data.tar.gz: a0cb14d6c2b7995c1bfcd7c9fd1cc06087767fe8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06b9f55429fea0da5889c479ce0c65eab4c6d139c9f0b4f0491d511ff1214f75a8737b9185051af36b5f5a853cf487c5856ffb62245d4ad4ecb0243a6f890fe9
|
|
7
|
+
data.tar.gz: f8dc634c525b7e5cacc25ca2e7f15dbd4654e46073eb3fbb09b912d80f4964535e3170eecb43a81d7fa743bd3bf20c10e48dbd4b126958a51c438d246da822a3
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
Gem::Specification.new do |spec|
|
|
3
3
|
spec.name = "fluent-plugin-unit-time-filter"
|
|
4
|
-
spec.version = "0.1.
|
|
4
|
+
spec.version = "0.1.4"
|
|
5
5
|
spec.authors = ["Genki Sugawara"]
|
|
6
6
|
spec.email = ["sgwr_dts@yahoo.co.jp"]
|
|
7
7
|
spec.description = %q{Plug-in to aggregate by unit time}
|
|
@@ -31,7 +31,7 @@ class Fluent::UnitTimeFilterOutput < Fluent::Output
|
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
unless @filter.respond_to?(:call)
|
|
34
|
-
raise Fluent::ConfigError, "`call` method not implemented in filter: #{@filter_path}
|
|
34
|
+
raise Fluent::ConfigError, "`call` method not implemented in filter: #{@filter_path}"
|
|
35
35
|
end
|
|
36
36
|
end
|
|
37
37
|
|