fluent-plugin-rewrite-tag-filter 0.0.6 → 0.0.7
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.
- data/LICENSE.txt +1 -1
- data/README.rdoc +1 -1
- data/fluent-plugin-rewrite-tag-filter.gemspec +3 -5
- metadata +8 -10
data/LICENSE.txt
CHANGED
data/README.rdoc
CHANGED
|
@@ -3,14 +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.
|
|
7
|
-
s.authors = ["Kentaro
|
|
6
|
+
s.version = "0.0.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
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
|
-
|
|
13
|
-
s.rubyforge_project = "fluent-plugin-rewrite-tag-filter"
|
|
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.}
|
|
14
12
|
|
|
15
13
|
s.files = `git ls-files`.split("\n")
|
|
16
14
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
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.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
- Kentaro
|
|
8
|
+
- Kentaro Yoshida
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
@@ -13,7 +13,7 @@ date: 2012-07-28 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: fluentd
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &20535320 !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: *
|
|
24
|
+
version_requirements: *20535320
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: fluentd
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &20534460 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,10 +32,8 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
36
|
-
description:
|
|
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.
|
|
35
|
+
version_requirements: *20534460
|
|
36
|
+
description:
|
|
39
37
|
email:
|
|
40
38
|
- y.ken.studio@gmail.com
|
|
41
39
|
executables: []
|
|
@@ -72,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
72
70
|
- !ruby/object:Gem::Version
|
|
73
71
|
version: '0'
|
|
74
72
|
requirements: []
|
|
75
|
-
rubyforge_project:
|
|
73
|
+
rubyforge_project:
|
|
76
74
|
rubygems_version: 1.8.11
|
|
77
75
|
signing_key:
|
|
78
76
|
specification_version: 3
|