Quick and dirty setup so it's a bit quicker to use vagrant. I'll clean this up more later.

This commit is contained in:
Karl Southern
2016-05-03 17:09:21 +01:00
parent e6e9ac3b04
commit 0ff6f16ec7
6 changed files with 25 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
s.version = "1.0.0.pre"
s.licenses = [ "Apache License (2.0)" ]
s.summary = "This plugin allows you to output to SQL, via JDBC"
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install 'logstash-output-jdbc'. This gem is not a stand-alone program"
s.authors = ["the_angry_angel"]
s.email = "karl+github@theangryangel.co.uk"
s.homepage = "https://github.com/theangryangel/logstash-output-jdbc"