fluent-plugin-nested-hash-filter 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64f83a066f2e3c8d2a3453f62615abc36a1d664a
4
- data.tar.gz: 5da7b8ef0de45bf917245a3eb5fac1867b33d659
3
+ metadata.gz: 93d2e3780bc9915115befb0dd5b46cba4b524ccc
4
+ data.tar.gz: 8f49b575977ab5d446b28c5b31701788bc356a94
5
5
  SHA512:
6
- metadata.gz: 2f009f27550f02a2f6333ef8ffca7d8925ccc6b45e3763abc2827af2fa4cd440cd87b273cf6359739d87f11a097d29c61b02e452313d74cb880231d6fcdda651
7
- data.tar.gz: 0dde134af29ad68a084ea62431b12ac2bef0c2c972a228cbd5053ace7bb549e72888a3d232f83cdebb3dec337880e0c57ccba2c44b892e7c8d95e3fc7b6ef08d
6
+ metadata.gz: afe06ab94cd564abbbd4903f3c96d33cd06feb5731358ca6854ae5e5c222245d6a17b2f8fb1354211d7752ec594703b9a3933045a62de4afc953d51a955faf80
7
+ data.tar.gz: ed6d304f972501d47aca084799fd1a6ad1e020d3c7284d39855b304453d248949efe694fbe851dcb9bfe4a4303b87ca4b5d32db9bc137021432cb77358e77614
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-nested-hash-filter"
7
- spec.version = "0.0.1"
7
+ spec.version = "0.0.2"
8
8
  spec.authors = ["sugilog"]
9
9
  spec.email = ["sugilog@gmail.com"]
10
10
 
@@ -2,7 +2,7 @@ require "fluent/plugin/nested_hash_filter/nested_object"
2
2
 
3
3
  module Fluent
4
4
  class FilterNestedHash < Filter
5
- Plugin.register_filter("nested_hash_filter", self)
5
+ Plugin.register_filter("nested_hash", self)
6
6
 
7
7
  def configure conf
8
8
  super
@@ -2,7 +2,7 @@ require "fluent/plugin/nested_hash_filter/nested_object"
2
2
 
3
3
  module Fluent
4
4
  class OutNestedHash < Output
5
- Plugin.register_output("nested_hash_filter", self)
5
+ Plugin.register_output("nested_hash", self)
6
6
 
7
7
  def configure conf
8
8
  super
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-nested-hash-filter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sugilog