logstash-codec-collectd.gemspec in logstash-codec-collectd-0.1.4 vs logstash-codec-collectd.gemspec in logstash-codec-collectd-0.1.5
- old
+ new
@@ -1,11 +1,11 @@
Gem::Specification.new do |s|
s.name = 'logstash-codec-collectd'
- s.version = '0.1.4'
+ s.version = '0.1.5'
s.licenses = ['Apache License (2.0)']
- s.summary = "Read events from the connectd binary protocol"
+ s.summary = "Read events from the collectd binary protocol"
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.authors = ["Elasticsearch"]
s.email = 'info@elasticsearch.com'
s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
s.require_paths = ["lib"]
@@ -22,6 +22,5 @@
# Gem dependencies
s.add_runtime_dependency 'logstash', '>= 1.4.0', '< 2.0.0'
s.add_development_dependency 'logstash-devutils'
end
-