fluent-plugin-std-formatter 0.0.2 → 0.0.3

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.
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  Gem::Specification.new do |gem|
3
3
  gem.name = "fluent-plugin-std-formatter"
4
- gem.version = "0.0.2"
4
+ gem.version = "0.0.3"
5
5
  gem.authors = ["Alexey Panaetov"]
6
6
  gem.email = ["panaetovaa@gmail.com"]
7
7
  gem.description = %q{}
@@ -3,7 +3,7 @@ require 'fluent/formatter'
3
3
  module Fluent
4
4
  module TextFormatter
5
5
  class IvideonLogsFormatter < Formatter
6
- Plugin.register_formatter("formatter_std", self)
6
+ Plugin.register_formatter("std", self)
7
7
 
8
8
  def format(tag, time, record)
9
9
  if record["stack_trace"] == "None"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-std-formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -40,7 +40,7 @@ files:
40
40
  - README.md
41
41
  - Rakefile
42
42
  - fluent-plugin-std-formatter.gemspec
43
- - lib/fluent/plugin/formatter_std.rb
43
+ - lib/fluent/plugin/std_formatter.rb
44
44
  homepage: ''
45
45
  licenses:
46
46
  - MIT