From 5d5295b3d26e0ac97ea52e36b6d91166754e19e2 Mon Sep 17 00:00:00 2001 From: Luke Waite Date: Mon, 6 Jul 2015 18:50:26 -0400 Subject: [PATCH] bump for version 0.9.0 release --- lib/logstash/inputs/cloudwatch_logs.rb | 2 +- ...tch-logs.gemspec => logstash-input-cloudwatch_logs.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename logstash-input-cloudwatch-logs.gemspec => logstash-input-cloudwatch_logs.gemspec (93%) diff --git a/lib/logstash/inputs/cloudwatch_logs.rb b/lib/logstash/inputs/cloudwatch_logs.rb index 2c38d65..c2363fe 100644 --- a/lib/logstash/inputs/cloudwatch_logs.rb +++ b/lib/logstash/inputs/cloudwatch_logs.rb @@ -34,7 +34,7 @@ def register require "digest/md5" require "aws-sdk" - @logger.info("Registering cloudwatch-logs input", :log_group => @log_group) + @logger.info("Registering cloudwatch_logs input", :log_group => @log_group) Aws::ConfigService::Client.new(aws_options_hash) diff --git a/logstash-input-cloudwatch-logs.gemspec b/logstash-input-cloudwatch_logs.gemspec similarity index 93% rename from logstash-input-cloudwatch-logs.gemspec rename to logstash-input-cloudwatch_logs.gemspec index b432c83..0b7f495 100644 --- a/logstash-input-cloudwatch-logs.gemspec +++ b/logstash-input-cloudwatch_logs.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| - s.name = 'logstash-input-cloudwatch-logs' - s.version = '0.0.1' + s.name = 'logstash-input-cloudwatch_logs' + s.version = '0.9.0' s.licenses = ['Apache License (2.0)'] s.summary = 'Stream events from CloudWatch Logs.' 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'