diff --git a/README.md b/README.md index 8f1e2786..d2570e6c 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Log Courier is a tool created to transmit log files speedily and securely to remote [LogStash](http://logstash.net) instances for processing whilst using -small amounts of local resources. The project is an enhanced fork of the -[Logstash Forwarder](https://github.com/elasticsearch/logstash-forwarder) -project with many enhancements and behavioural improvements. +small amounts of local resources. The project is an enhanced fork of +[Logstash Forwarder](https://github.com/elasticsearch/logstash-forwarder) 0.3.1 +with many enhancements and behavioural improvements. ## Features diff --git a/log-courier.gemspec b/log-courier.gemspec index dff5cc25..31ff9164 100644 --- a/log-courier.gemspec +++ b/log-courier.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |gem| gem.name = 'log-courier' gem.version = '0.9' gem.description = 'Log Courier library' - gem.summary = 'An enhanced Logstash Forwarder' + gem.summary = 'Receive events from Log Courier and transmit between LogStash instances' gem.homepage = 'https://github.com/driskell/log-courier' gem.authors = ['Jason Woods'] gem.email = ['devel@jasonwoods.me.uk']