fluent-plugin-rewrite-tag-filter 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012- Kentaro Yoshida
1
+ Copyright (c) 2012- Kentaro YOSHIDA
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
data/README.rdoc CHANGED
@@ -88,6 +88,6 @@ Result
88
88
 
89
89
  == Copyright
90
90
 
91
- Copyright:: Copyright (c) 2012- Kentaro Yoshida (@yoshi_ken)
91
+ Copyright:: Copyright (c) 2012- Kentaro YOSHIDA (@yoshi_ken)
92
92
  License:: Apache License, Version 2.0
93
93
 
@@ -3,12 +3,12 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "fluent-plugin-rewrite-tag-filter"
6
- s.version = "0.0.5"
6
+ s.version = "0.0.6"
7
7
  s.authors = ["Kentaro YOSHIDA"]
8
8
  s.email = ["y.ken.studio@gmail.com"]
9
9
  s.homepage = "https://github.com/y-ken/fluent-plugin-rewrite-tag-filter"
10
- s.summary = %q{Fluentd Output filter plugin to rewrite tags that matches specified attribute.}
11
- s.description = %q{Rewrite Tags with data matches any of specified regexp patterns in specified attribute.}
10
+ s.summary = %q{Fluentd Output filter plugin. It has designed to rewrite tag like mod_rewrite. Also you can change a tag from apache log by domain, status-code(ex. 500 error), user-agent, and request-uri and so on with regular expression.}
11
+ s.description = %q{Fluentd Output filter plugin. It has designed to rewrite tag like mod_rewrite. Also you can change a tag from apache log by domain, status-code(ex. 500 error), user-agent, and request-uri and so on with regular expression.}
12
12
 
13
13
  s.rubyforge_project = "fluent-plugin-rewrite-tag-filter"
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-rewrite-tag-filter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-27 00:00:00.000000000 Z
12
+ date: 2012-07-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fluentd
16
- requirement: &21462300 !ruby/object:Gem::Requirement
16
+ requirement: &10004260 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *21462300
24
+ version_requirements: *10004260
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: fluentd
27
- requirement: &21461000 !ruby/object:Gem::Requirement
27
+ requirement: &10003000 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,9 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *21461000
36
- description: Rewrite Tags with data matches any of specified regexp patterns in specified
37
- attribute.
35
+ version_requirements: *10003000
36
+ description: Fluentd Output filter plugin. It has designed to rewrite tag like mod_rewrite.
37
+ Also you can change a tag from apache log by domain, status-code(ex. 500 error),
38
+ user-agent, and request-uri and so on with regular expression.
38
39
  email:
39
40
  - y.ken.studio@gmail.com
40
41
  executables: []
@@ -75,7 +76,9 @@ rubyforge_project: fluent-plugin-rewrite-tag-filter
75
76
  rubygems_version: 1.8.11
76
77
  signing_key:
77
78
  specification_version: 3
78
- summary: Fluentd Output filter plugin to rewrite tags that matches specified attribute.
79
+ summary: Fluentd Output filter plugin. It has designed to rewrite tag like mod_rewrite.
80
+ Also you can change a tag from apache log by domain, status-code(ex. 500 error),
81
+ user-agent, and request-uri and so on with regular expression.
79
82
  test_files:
80
83
  - test/helper.rb
81
84
  - test/plugin/test_out_rewrite_tag_filter.rb