fluent-plugin-fortigate-log-parser 0.2.0 → 0.2.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.
@@ -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-fortigate-log-parser"
7
- spec.version = "0.2.0"
7
+ spec.version = "0.2.1"
8
8
  spec.authors = ["Yoshinori TERAOKA"]
9
9
  spec.email = ["jyobijyoba@gmail.com"]
10
10
  spec.summary = %q{fluentd plugin for parse FortiGate log}
@@ -100,7 +100,7 @@ module Fluent
100
100
  end
101
101
 
102
102
  # rsyslog workaround (remove the unnecessary white space)
103
- # rsyslog insert a space (0x20) after first semi-colon
103
+ # rsyslog insert a space (0x20) after first colon (:)
104
104
  # (eg. time=12:34:56 -> time=12: 34:56)
105
105
  record['time'].gsub!(' ', '')
106
106
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-fortigate-log-parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-03-20 00:00:00.000000000 Z
12
+ date: 2015-03-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fluentd