fluent-plugin-eventlastvalue 0.0.5.1 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/fluent-plugin-eventlastvalue.gemspec +1 -1
- metadata +1 -1
@@ -1,7 +1,7 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
Gem::Specification.new do |gem|
|
3
3
|
gem.name = "fluent-plugin-eventlastvalue"
|
4
|
-
gem.version = "0.0.
|
4
|
+
gem.version = "0.0.6"
|
5
5
|
gem.authors = ["Michael Arick", "Change.org"]
|
6
6
|
gem.email = ["marick@change.org"]
|
7
7
|
gem.homepage = "https://github.com/change/fluent-plugin-eventlastvalue"
|