fluent-plugin-rewrite 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
data/test/test_helper.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-rewrite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -73,7 +73,7 @@ files:
|
|
73
73
|
- README.md
|
74
74
|
- Rakefile
|
75
75
|
- fluent-plugin-rewrite.gemspec
|
76
|
-
- lib/fluent/plugin/
|
76
|
+
- lib/fluent/plugin/out_rewrite.rb
|
77
77
|
- test/plugin/test_out_rewrite.rb
|
78
78
|
- test/test_helper.rb
|
79
79
|
homepage: http://github.com/kentaro/fluent-plugin-rewrite
|