Skip to content

Commit

Permalink
Prepare release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Jan 12, 2017
1 parent 2e81e51 commit fa5f1eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

Simply use RubyGems:

gem install fluent-plugin-systemd -v 0.0.5
gem install fluent-plugin-systemd -v 0.1.0

or

fluent-gem install fluent-plugin-systemd -v 0.0.5
fluent-gem install fluent-plugin-systemd -v 0.1.0

or

td-agent-gem install fluent-plugin-systemd -v 0.0.5
td-agent-gem install fluent-plugin-systemd -v 0.1.0

## Configuration

Expand Down Expand Up @@ -78,9 +78,17 @@ For systems with systemd installed you can run the tests against your installed

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)
2 changes: 1 addition & 1 deletion fluent-plugin-systemd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "fluent-plugin-systemd"
spec.version = "0.0.5"
spec.version = "0.1.0"
spec.authors = ["Ed Robinson"]
spec.email = ["[email protected]"]

Expand Down

0 comments on commit fa5f1eb

Please sign in to comment.