logstash-input-cloudwatch.gemspec in logstash-input-cloudwatch-2.0.0 vs logstash-input-cloudwatch.gemspec in logstash-input-cloudwatch-2.0.1

- old
+ new

@@ -1,28 +1,33 @@ Gem::Specification.new do |s| - s.name = 'logstash-input-cloudwatch' - s.version = '2.0.0' - s.licenses = ['Apache License (2.0)'] - s.summary = "Retrieve stats from AWS CloudWatch." - 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 gemname. This gem is not a stand-alone program" - s.authors = ["Jurgens du Toit"] - s.email = 'jrgns@eagerelk.com' - s.homepage = "http://eagerelk.com" + s.name = 'logstash-input-cloudwatch' + s.version = '2.0.1' + s.licenses = ['Apache License (2.0)'] + s.summary = "Retrieve stats from AWS CloudWatch." + 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 gemname. This gem is not a stand-alone program" + s.authors = ["Jurgens du Toit"] + s.email = 'jrgns@eagerelk.com' + s.homepage = "http://eagerelk.com" s.require_paths = ["lib"] # Files s.files = Dir[ - 'lib/**/*', - 'spec/**/*', - 'vendor/**/*', '*.gemspec', '*.md', 'CONTRIBUTORS', + 'docs/**/*', 'Gemfile', + 'lib/**/*', 'LICENSE', - 'NOTICE.TXT' + 'NOTICE.TXT', + 'spec/**/*', + 'vendor/**/*', + 'vendor/jar-dependencies/**/*.jar', + 'vendor/jar-dependencies/**/*.rb', + 'VERSION', ] - # Tests + + # Tests s.test_files = s.files.grep(%r{^(test|spec|features)/}) # Special flag to let us know this is actually a logstash plugin s.metadata = { "logstash_plugin" => "true", "logstash_group" => "input" }