We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22fefd commit 730c4e1Copy full SHA for 730c4e1
README.md
@@ -26,11 +26,11 @@ if you are using fluentd v0.14 for the latest and greatest features
26
27
Simply use RubyGems:
28
29
- gem install fluent-plugin-systemd -v 0.0.7
+ gem install fluent-plugin-systemd -v 0.0.9
30
31
or
32
33
- td-agent-gem install fluent-plugin-systemd -v 0.0.7
+ td-agent-gem install fluent-plugin-systemd -v 0.0.9
34
35
## Configuration
36
fluent-plugin-systemd.gemspec
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
6
Gem::Specification.new do |spec|
7
spec.name = "fluent-plugin-systemd"
8
- spec.version = "0.0.8"
+ spec.version = "0.0.9"
9
spec.authors = ["Ed Robinson"]
10
spec.email = ["ed@reevoo.com"]
11
0 commit comments