fluent-plugin-flowcounter 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a2c1125317b984edda98fd4811d0263028ceead
4
- data.tar.gz: 3d60b7b9e9358570806138fa7e317a0a24a06272
3
+ metadata.gz: 6f3a187663108ac48205ef0c348c117dde5ad739
4
+ data.tar.gz: 268e1015ac4e5fbb422362360862a818a835a5f5
5
5
  SHA512:
6
- metadata.gz: ab1a0ddf3e18281456030574881e57fc0464fc9f83091f21462e16e9bfaa01859a90f1cdbe725d03f46184c2ed4ba0df3ee38ad58249fbba6f6ca12dda36c717
7
- data.tar.gz: 084cb3293584dd6278bb936a9a163db4080027da94c8b6d3512e6f17a0cdbe750ee5525ac2ddb963f8f15f1f3c656baa43d30b7efa539c4d916df3a80111b779
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.0"
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.0
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-03-07 00:00:00.000000000 Z
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: '0'
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: '0'
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: