logstash-plugins / logstash-input-cloudwatch

A Logstash input to pull events from the Amazon Web Services CloudWatch API
Apache License 2.0
43 stars 27 forks source link

Fix broken Gemspec #18

Closed baweaver closed 7 years ago

baweaver commented 7 years ago

Gemspec is missing a comma. Granted that there are some duplicate lines as well, might fix that later.

Also logstash-devutils isn't a clean install on Ruby 2.3.x+.

jordansissel commented 7 years ago

Also logstash-devutils isn't a clean install on Ruby 2.3.x+.

Logstash only targets JRuby (not MRI, the "main" ruby), so I think this ok that logstash-devutils doesn't install correctly on Ruby 2.3.x+