logstash-output-email 4.1.0 → 4.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fba3309aa6431187a31571b6db5ffeb5efd80c988b0a6ddf04c81b0646b6d46f
4
- data.tar.gz: e0be2186cdb511b14a10a8d0489583a09d3262d5cc36b13c01eb7466b508d6f9
3
+ metadata.gz: 9e27e795fbbf49062e193721adbbc93f2b3154ee358efa518312c8d8c29c71a9
4
+ data.tar.gz: 68d0d8d973223b73baf54af4ad40955b72ac1e210b054d2940ba45b6b60804f9
5
5
  SHA512:
6
- metadata.gz: ce3eeebfcc341aa54ae7f4b6345884e98f220c95f92c45d0f15c88ac281711aaf5bb8812265ac9f91a3d2560e3cdaf595fbfee0665581710844f4843f22cbfa0
7
- data.tar.gz: 6fc5516f97137e2d5030ae08021fcb3d3e18186167ce767764710ef40e91dcf093eac0c3346e8e6211aceb4ef1494395418f1bcc252f1a2bfc88826ef567227e
6
+ metadata.gz: d4692d86f077c481d6320e3a3982bedef0528d5cf33ac9422da44bb1ffcd59df8da91b37087997dd158da9b34519b55161d73ffb8dadb4b8b58668b1c66b1ef2
7
+ data.tar.gz: 50cadd6a0d1256b459ed2fc653176d34547e1901a1ba0dc779544f73d616cd6758a175f804505f221ba3c5362374581d4744de804c4c04b857aa716190c189be
@@ -1,3 +1,6 @@
1
+ ## 4.1.1
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 4.1.0
2
5
  - Update gemspec summary
3
6
  - Add bcc suport #55
@@ -1,5 +1,6 @@
1
1
  :plugin: email
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -254,3 +255,5 @@ Can be used with `body` to send multi-part emails. Takes precedence over `htmlBo
254
255
 
255
256
  [id="plugins-{type}s-{plugin}-common-options"]
256
257
  include::{include_path}/{type}.asciidoc[]
258
+
259
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-email'
4
- s.version = '4.1.0'
4
+ s.version = '4.1.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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-email
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-15 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -170,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  version: '0'
171
171
  requirements: []
172
172
  rubyforge_project:
173
- rubygems_version: 2.6.13
173
+ rubygems_version: 2.6.11
174
174
  signing_key:
175
175
  specification_version: 4
176
176
  summary: Sends email to a specified address when output is received