fluent-plugin-netflow 0.1.2 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-netflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masahiro Nakagawa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-27 00:00:00.000000000 Z
11
+ date: 2016-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -58,22 +58,44 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: 0.9.2
61
+ - !ruby/object:Gem::Dependency
62
+ name: test-unit
63
+ requirement: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '3.0'
68
+ type: :development
69
+ prerelease: false
70
+ version_requirements: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - "~>"
73
+ - !ruby/object:Gem::Version
74
+ version: '3.0'
61
75
  description: Netflow plugin for Fluentd
62
76
  email: repeatedly@gmail.com
63
77
  executables: []
64
78
  extensions: []
65
79
  extra_rdoc_files: []
66
80
  files:
81
+ - ".gitignore"
67
82
  - ".travis.yml"
68
83
  - Gemfile
69
84
  - README.md
70
85
  - Rakefile
71
86
  - VERSION
87
+ - example/fluentd.conf
72
88
  - fluent-plugin-netflow.gemspec
73
89
  - lib/fluent/plugin/in_netflow.rb
74
90
  - lib/fluent/plugin/netflow_option_fields.yaml
91
+ - lib/fluent/plugin/netflow_records.rb
75
92
  - lib/fluent/plugin/netflow_scope_fields.yaml
76
93
  - lib/fluent/plugin/parser_netflow.rb
94
+ - lib/fluent/plugin/vash.rb
95
+ - test/helper.rb
96
+ - test/netflow.v5.dump
97
+ - test/test_in_netflow.rb
98
+ - test/test_parser_netflow.rb
77
99
  homepage: https://github.com/repeatedly/fluent-plugin-netflow
78
100
  licenses:
79
101
  - Apache License (2.0)
@@ -98,4 +120,8 @@ rubygems_version: 2.2.2
98
120
  signing_key:
99
121
  specification_version: 4
100
122
  summary: Netflow plugin for Fluentd
101
- test_files: []
123
+ test_files:
124
+ - test/helper.rb
125
+ - test/netflow.v5.dump
126
+ - test/test_in_netflow.rb
127
+ - test/test_parser_netflow.rb