Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
bump for version 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewaite-intouch committed Jul 6, 2015
1 parent 7a3a1ed commit 5d5295b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/logstash/inputs/cloudwatch_logs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 5d5295b

Please sign in to comment.