logstash-output-email-v2 4.2.0 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d9e648f5a2305ce3f73464845b9dbe00dc8c2b1a38e8f9dcfcf8cac4d0c13a0
4
- data.tar.gz: 88cf580b5fddb213b7c06cc1477e9efa6bbfb3c34a34de4a43ab0bc1ab9af2ab
3
+ metadata.gz: 76cca2d1648f5dde5d7caf1d5ccca72fc70bf18954f784dfdba878e341d92f67
4
+ data.tar.gz: 405672e1b523a24903944de0e491f703617e2869fe4f64eec3e455c9fe20fbc5
5
5
  SHA512:
6
- metadata.gz: d4abc8867b2854f30efc6effa5e9f68c532b68c4b1e8a68495f6bec06da607def97dc1ed1f5964ace8e9ea5f28300075c4847adac26dcaf6ca5bb956ac24e02d
7
- data.tar.gz: a8340ecf12bd2fc4409388ecb07c683c1bff755156024cc92d10ca11699300d346d65738e6e009cac0c33f83d48c614d8f9825141b99a3456ce47c3798bcd7b8
6
+ metadata.gz: 94b3b030d2e1495f9a53b113abe1cf0d745e7bdb8b5256f0abeceb7657c409316f015e687c0e5165d02df31a7a0c93e3794a72910b7913a4e586958efadb5664
7
+ data.tar.gz: 718171ff6d5e02c65cc2f5db4dc29013d7fbc7e41c0bd2f207be8a343b612872f56a342bbf7b1b6855fb77aecd0092bd79c177a5f001c9f03af47974c0f94e7a
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-email-v2'
4
- s.version = '4.2.0'
4
+ s.version = '4.2.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Sends email to a specified address when output is received"
7
7
  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"
8
8
  s.authors = ["Elastic", "kingjan1999"]
9
- s.email = 'info@elastic.co'
10
- s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
9
+ s.email = 'king-jan1999@hotmail.de'
10
+ s.homepage = "https://github.com/kingjan1999/logstash-output-email"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-email-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
@@ -132,7 +132,7 @@ dependencies:
132
132
  description: This gem is a Logstash plugin required to be installed on top of the
133
133
  Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
134
134
  gem is not a stand-alone program
135
- email: info@elastic.co
135
+ email: king-jan1999@hotmail.de
136
136
  executables: []
137
137
  extensions: []
138
138
  extra_rdoc_files: []
@@ -149,7 +149,7 @@ files:
149
149
  - spec/fixtures/template.mustache
150
150
  - spec/outputs/email_spec.rb
151
151
  - spec/spec_helper.rb
152
- homepage: http://www.elastic.co/guide/en/logstash/current/index.html
152
+ homepage: https://github.com/kingjan1999/logstash-output-email
153
153
  licenses:
154
154
  - Apache License (2.0)
155
155
  metadata: