fluent-plugin-newsyslog.gemspec in fluent-plugin-newsyslog-0.1.0 vs fluent-plugin-newsyslog.gemspec in fluent-plugin-newsyslog-0.1.1

- old
+ new

@@ -2,15 +2,15 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "fluent-plugin-newsyslog" - spec.version = "0.1.0" + spec.version = "0.1.1" spec.authors = ["Kevin Scheunemann"] spec.email = ["kscheunemann@athenahealth.com"] - spec.summary = %q{A better fluentd syslog input and parser} - spec.description = %q{A fluentd syslog parser that handles multiple formats } + spec.summary = %q{A better fluentd syslog input and parser plugin} + spec.description = %q{A fluent plugin that includes a syslog parser that handles both rfc3164 and rfc5424 formats } spec.homepage = "https://github.com/athenahealth/fluent-plugin-newsyslog" # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or # delete this section to allow pushing this gem to any host. # if spec.respond_to?(:metadata)