fluent-plugin-amplifier-filter 0.2.0 → 0.2.1
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 038f7fb30d8258639e3211bf0e94f8c082e5379d
|
|
4
|
+
data.tar.gz: 94d92704fcc066b1b0f2392817c65e379f2cd6f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 206e897a45215fb4b93d15241555a42e3cd517c5503f189da3d1c93f0c0eabf010d1a9b536cdf79a81f46b386750c7d982c27770687b7c1df01b570841582189
|
|
7
|
+
data.tar.gz: 8fd0b1bc87b08d45d159b307657d7720583afe30bf255e5412de09868070be2ad985e137e12fcc85cf4aaa67bc70365bf2664a759433f63e7b6eb04050bf4017
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
Gem::Specification.new do |gem|
|
|
3
3
|
gem.name = "fluent-plugin-amplifier-filter"
|
|
4
|
-
gem.version = "0.2.
|
|
4
|
+
gem.version = "0.2.1"
|
|
5
5
|
gem.authors = ["TAGOMORI Satoshi"]
|
|
6
6
|
gem.email = ["tagomoris@gmail.com"]
|
|
7
7
|
gem.summary = %q{plugin to re-emit messages with amplified values}
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-amplifier-filter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- TAGOMORI Satoshi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|
|
@@ -80,7 +80,7 @@ files:
|
|
|
80
80
|
- README.md
|
|
81
81
|
- Rakefile
|
|
82
82
|
- fluent-plugin-amplifier-filter.gemspec
|
|
83
|
-
- lib/fluent/plugin/
|
|
83
|
+
- lib/fluent/plugin/filter_amplifier_filter.rb
|
|
84
84
|
- lib/fluent/plugin/out_amplifier_filter.rb
|
|
85
85
|
- test/helper.rb
|
|
86
86
|
- test/plugin/test_filter_amplifier.rb
|
|
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
105
105
|
version: '0'
|
|
106
106
|
requirements: []
|
|
107
107
|
rubyforge_project:
|
|
108
|
-
rubygems_version: 2.
|
|
108
|
+
rubygems_version: 2.5.1
|
|
109
109
|
signing_key:
|
|
110
110
|
specification_version: 4
|
|
111
111
|
summary: plugin to re-emit messages with amplified values
|