fluent-plugin-flowcounter 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 +4 -4
- data/fluent-plugin-flowcounter.gemspec +2 -2
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f3a187663108ac48205ef0c348c117dde5ad739
|
|
4
|
+
data.tar.gz: 268e1015ac4e5fbb422362360862a818a835a5f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbf45735750eb5218d57c677eefec7fb9fd5903d685a765a03d5e36a37ca73f8bad8c094ed55d4e59e3b05891d22be6641d4a99edd17c85ace6cf497cd7892ff
|
|
7
|
+
data.tar.gz: 032a9f50686aa26f35960a89c871d7348cd5cfa40ae44b6b12dd2e30d5dc1293c66fc3ab20fad90abd1a49d015c695afaca75139e998031313f3759b7c4ffbe1
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
Gem::Specification.new do |gem|
|
|
3
3
|
gem.name = "fluent-plugin-flowcounter"
|
|
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{Fluent plugin to count message flow}
|
|
@@ -16,5 +16,5 @@ Gem::Specification.new do |gem|
|
|
|
16
16
|
|
|
17
17
|
gem.add_development_dependency "rake"
|
|
18
18
|
gem.add_runtime_dependency "fluentd"
|
|
19
|
-
gem.add_runtime_dependency "fluent-mixin-config-placeholders"
|
|
19
|
+
gem.add_runtime_dependency "fluent-mixin-config-placeholders", ">= 0.3.0"
|
|
20
20
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-flowcounter
|
|
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: 2014-
|
|
11
|
+
date: 2014-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
47
|
+
version: 0.3.0
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
54
|
+
version: 0.3.0
|
|
55
55
|
description: Plugin to counts messages/bytes that matches, per minutes/hours/days
|
|
56
56
|
email:
|
|
57
57
|
- tagomoris@gmail.com
|
|
@@ -98,3 +98,4 @@ summary: Fluent plugin to count message flow
|
|
|
98
98
|
test_files:
|
|
99
99
|
- test/helper.rb
|
|
100
100
|
- test/plugin/test_out_flowcounter.rb
|
|
101
|
+
has_rdoc:
|