logstash-output-email 4.1.2 → 4.1.3

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: c7ecca545b463eba1c9725993e6722ba623f00f188def720136bef7426761575
4
- data.tar.gz: a503360acb7970c939a77c0f22b7d4b7dd2ba3af0cb30049b988f2bf1f931f77
3
+ metadata.gz: 2752f5d47e1bcf3e90512326cafb5abadd8876f06be986c8057b6fe5756a1c42
4
+ data.tar.gz: 85330f16c8af1ef26ed6e090099f56fe4d7977b0734b337bdbd364158898bc4d
5
5
  SHA512:
6
- metadata.gz: 8ced3ad82fa34de8196362bb88dfcf36e626ae6e1037067184c6b06beca975b89e38120ebdf6e4c0e6e06aef03ca2888186ed1c1122d2dcdbfcc9de6d511f8ad
7
- data.tar.gz: c2baf6f1c1c3a9166664f84cce68103aa72c333f562a3034a540bcbe9d6ad28927f4e7b4c5a83947c348cb83f75188f0320abed66d372c8d4b67d67823f08b08
6
+ metadata.gz: 8f279f1f609d991c6c579a2b1cbe4df7550e9a20bb2956c3ccdae08026a5f9a3ae4cb01bc693cf9ff299ed3811d964f5a10086497a7032989223431a8ba8c765
7
+ data.tar.gz: ba057232e878263341aa2c5afdf498916b82e67655a485217b6bc1de0f65f77802d390a3bcdb7726053cfcec9297d0068f6e497a93768a4b1130dc4bda329f65
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.1.3
2
+ - Upgrade `email` dependency so that supports Ruby 3.1. This also fixes the `net-smtp` load regression [#69](https://github.com/logstash-plugins/logstash-output-email/pull/69)
3
+
1
4
  ## 4.1.2
2
5
  - Change `password` config type to `Password` to prevent leaks in debug logs [#65](https://github.com/logstash-plugins/logstash-output-email/pull/65)
3
6
 
@@ -6,7 +9,7 @@
6
9
 
7
10
  ## 4.1.0
8
11
  - Update gemspec summary
9
- - Add bcc suport #55
12
+ - Add bcc support #55
10
13
  - Add mustache templating #51
11
14
 
12
15
  ## 4.0.6
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-email'
4
- s.version = '4.1.2'
4
+ s.version = '4.1.3'
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"]
9
9
  s.email = 'info@elastic.co'
10
- s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
10
+ s.homepage = "https://www.elastic.co/logstash"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
@@ -22,9 +22,8 @@ Gem::Specification.new do |s|
22
22
  # Gem dependencies
23
23
  s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
24
24
 
25
- s.add_runtime_dependency 'mail', '~> 2.6.3'
26
- # mime-types >= 3 require ruby 2.0 support
27
- s.add_runtime_dependency 'mime-types', '< 3'
25
+ s.add_runtime_dependency 'mail', '~> 2.8'
26
+
28
27
 
29
28
  s.add_runtime_dependency 'mustache', '>= 0.99.8'
30
29
 
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.2
4
+ version: 4.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-30 00:00:00.000000000 Z
11
+ date: 2023-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -35,7 +35,7 @@ dependencies:
35
35
  requirements:
36
36
  - - "~>"
37
37
  - !ruby/object:Gem::Version
38
- version: 2.6.3
38
+ version: '2.8'
39
39
  name: mail
40
40
  prerelease: false
41
41
  type: :runtime
@@ -43,21 +43,7 @@ dependencies:
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: 2.6.3
47
- - !ruby/object:Gem::Dependency
48
- requirement: !ruby/object:Gem::Requirement
49
- requirements:
50
- - - "<"
51
- - !ruby/object:Gem::Version
52
- version: '3'
53
- name: mime-types
54
- prerelease: false
55
- type: :runtime
56
- version_requirements: !ruby/object:Gem::Requirement
57
- requirements:
58
- - - "<"
59
- - !ruby/object:Gem::Version
60
- version: '3'
46
+ version: '2.8'
61
47
  - !ruby/object:Gem::Dependency
62
48
  requirement: !ruby/object:Gem::Requirement
63
49
  requirements:
@@ -148,7 +134,7 @@ files:
148
134
  - spec/fixtures/template.mustache
149
135
  - spec/outputs/email_spec.rb
150
136
  - spec/spec_helper.rb
151
- homepage: http://www.elastic.co/guide/en/logstash/current/index.html
137
+ homepage: https://www.elastic.co/logstash
152
138
  licenses:
153
139
  - Apache License (2.0)
154
140
  metadata: