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 +4 -4
- data/logstash-output-email.gemspec +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76cca2d1648f5dde5d7caf1d5ccca72fc70bf18954f784dfdba878e341d92f67
|
|
4
|
+
data.tar.gz: 405672e1b523a24903944de0e491f703617e2869fe4f64eec3e455c9fe20fbc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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 = '
|
|
10
|
-
s.homepage = "
|
|
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.
|
|
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:
|
|
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:
|
|
152
|
+
homepage: https://github.com/kingjan1999/logstash-output-email
|
|
153
153
|
licenses:
|
|
154
154
|
- Apache License (2.0)
|
|
155
155
|
metadata:
|