logstash-output-email.gemspec in logstash-output-email-v2-4.2.0 vs logstash-output-email.gemspec in logstash-output-email-v2-4.2.1

- old
+ new

@@ -1,14 +1,14 @@ Gem::Specification.new do |s| s.name = 'logstash-output-email-v2' - s.version = '4.2.0' + s.version = '4.2.1' s.licenses = ['Apache License (2.0)'] s.summary = "Sends email to a specified address when output is received" 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 = ["Elastic", "kingjan1999"] - s.email = 'info@elastic.co' - s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html" + s.email = 'king-jan1999@hotmail.de' + s.homepage = "https://github.com/kingjan1999/logstash-output-email" s.require_paths = ["lib"] # Files s.files = Dir["lib/**/*","spec/**/*","*.gemspec","*.md","CONTRIBUTORS","Gemfile","LICENSE","NOTICE.TXT", "vendor/jar-dependencies/**/*.jar", "vendor/jar-dependencies/**/*.rb", "VERSION", "docs/**/*"]