fluent-plugin-mutate_filter 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fluent-plugin-mutate_filter.gemspec +2 -2
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75f022aca542ce910624cdb3121782f581a35a29
|
4
|
+
data.tar.gz: 03109ef82ded4b3ad29db466a25d5e412feaa9d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fb1ad6dccc624f23ef0c45faff6232e782f931ee1d9b59732df2702c1ffff847d27b3050a06a3616c19bd7707ccb37809d83c8369557566a39f879aa8686562
|
7
|
+
data.tar.gz: f5315987d2380ebbeac2e2a23090fa76d3030b2b0514af5909866d506b9bd2d13d31bd5bc7071a663a6c0e1aafa7d43ac07ec8401897ab37477f2b99bac3d6a1
|
@@ -1,12 +1,12 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
Gem::Specification.new do |spec|
|
3
3
|
spec.name = "fluent-plugin-mutate_filter"
|
4
|
-
spec.version = "0.1.
|
4
|
+
spec.version = "0.1.1"
|
5
5
|
spec.authors = ["Jonathan Serafini"]
|
6
6
|
spec.email = ["jonathan@serafini.ca"]
|
7
7
|
spec.summary = %q{A mutate filter for Fluent which functions like Logstash.}
|
8
8
|
spec.description = spec.description
|
9
|
-
spec.homepage = "
|
9
|
+
spec.homepage = "https://github.com/JonathanSerafini/fluent-plugin-mutate_filter"
|
10
10
|
|
11
11
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
12
12
|
spec.executables = []
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-mutate_filter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Serafini
|
@@ -75,7 +75,7 @@ files:
|
|
75
75
|
- fluent-plugin-mutate_filter.gemspec
|
76
76
|
- lib/fluent/plugin/filter_mutate.rb
|
77
77
|
- lib/fluent/plugin_mixin/mutate_event.rb
|
78
|
-
homepage:
|
78
|
+
homepage: https://github.com/JonathanSerafini/fluent-plugin-mutate_filter
|
79
79
|
licenses: []
|
80
80
|
metadata: {}
|
81
81
|
post_install_message:
|
@@ -94,9 +94,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
version: '0'
|
95
95
|
requirements: []
|
96
96
|
rubyforge_project:
|
97
|
-
rubygems_version: 2.
|
97
|
+
rubygems_version: 2.2.3
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: A mutate filter for Fluent which functions like Logstash.
|
101
101
|
test_files: []
|
102
|
-
has_rdoc:
|