README.md in fluent-plugin-systemd-0.0.11 vs README.md in fluent-plugin-systemd-0.1.0
- old
+ new
@@ -1,39 +1,27 @@
# systemd input plugin for [Fluentd](http://github.com/fluent/fluentd)
[](https://travis-ci.org/reevoo/fluent-plugin-systemd) [](https://codeclimate.com/github/reevoo/fluent-plugin-systemd) [](https://rubygems.org/gems/fluent-plugin-systemd)
-# Requirements <a name="requirements"></a>
-
-
-|fluent-plugin-systemd|fluentd|ruby|
-|----|----|----|
-| 0.1.x | >= 0.14.11, < 2 | >= 2.1 |
-| 0.0.x | ~> 0.12.0 | >= 1.9 |
-
-## WARNING
-this is the maintenance branch for the **0.0.x** series that supports fluentd
-v0.12.x we plan to backport commits from master at least until td-agent is
-based on fluentd v0.14
-
-please install the [0.1.x release](https://github.com/reevoo/fluent-plugin-systemd)
-if you are using fluentd v0.14 for the latest and greatest features
-
## Overview
**systemd** input plugin reads logs from the systemd journal
## Installation
Simply use RubyGems:
- gem install fluent-plugin-systemd -v 0.0.11
+ gem install fluent-plugin-systemd -v 0.1.0
or
- td-agent-gem install fluent-plugin-systemd -v 0.0.11
+ fluent-gem install fluent-plugin-systemd -v 0.1.0
+ or
+
+ td-agent-gem install fluent-plugin-systemd -v 0.1.0
+
## Configuration
<source>
@type systemd
path /var/log/journal
@@ -88,11 +76,19 @@
[MIT](LICENCE)
Issues and pull requests welcome
+## Maintainer
+
+* [Ed Robinson](https://github.com/errm)
+
## Contributors
-Many thanks to our brilliant contributors
+Many thanks to our fantastic contributors
-* [jescarri](https://github.com/jescarri)
-* [mikekap](https://github.com/mikekap)
+* [Jesus Rafael Carrillo](https://github.com/jescarri)
+* [Mike Kaplinskiy](https://github.com/mikekap)
+* [Sadayuki Furuhashi](https://github.com/frsyuki)
+* [Richard Megginson](https://github.com/richm)
+* [Masahiro Nakagawa](https://github.com/repeatedly)
+* [Hiroshi Hatake](https://github.com/cosmo0920)