actionmailer-balancer 1.2.1 → 1.2.2
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/CHANGELOG.md +16 -0
- data/Gemfile.lock +46 -46
- data/lib/actionmailer/balancer/version.rb +1 -1
- 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: 052efb74704da1da94a6b826b62613422d2dad98b6fac5385a06193d2f66cc05
|
|
4
|
+
data.tar.gz: 8b3d704d76babff957da577127f9b3d2e0f9de775893c0f7fbe4b31f47bd5632
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 939ebb8b15ed3d286ea041339f132470410117aa5a62b51552474bb03ee43fcd8ad6db30e21bba861b5689a02b38d0f8a49213b4612f534caa633a22a3dd7597
|
|
7
|
+
data.tar.gz: d9b1f7336b1e6d39d0c0d741fcc443cf0b17e34bb775420a38995745c89ca31f7229c9eb1a865be39654b776dbc5ec34d5eda9fea5485e40c13f5ff35283866a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [1.2.2] - 2026-07-02
|
|
2
|
+
|
|
3
|
+
## What's Changed
|
|
4
|
+
* Bump rack from 3.1.18 to 3.1.20 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/50
|
|
5
|
+
* Bump actionview from 7.1.5.1 to 7.2.3.1 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/51
|
|
6
|
+
* Bump rack from 3.1.20 to 3.1.21 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/53
|
|
7
|
+
* Bump rack-session from 2.1.1 to 2.1.2 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/54
|
|
8
|
+
* Bump net-imap from 0.4.20 to 0.4.24 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/55
|
|
9
|
+
* Bump net-imap from 0.4.24 to 0.5.15 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/56
|
|
10
|
+
* Bump concurrent-ruby from 1.3.6 to 1.3.7 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/57
|
|
11
|
+
* Add draft-release workflow placeholder by @IgorDobryn in https://github.com/mailtrap/actionmailer-balancer/pull/58
|
|
12
|
+
* Implement draft-release workflow by @IgorDobryn in https://github.com/mailtrap/actionmailer-balancer/pull/59
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
**Full Changelog**: https://github.com/mailtrap/actionmailer-balancer/compare/v1.2.1...v1.2.2
|
|
16
|
+
|
|
1
17
|
## [1.2.0] - 2025-03-06
|
|
2
18
|
|
|
3
19
|
- Drop Ruby 3.0 support
|
data/Gemfile.lock
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
actionmailer-balancer (1.2.
|
|
4
|
+
actionmailer-balancer (1.2.2)
|
|
5
5
|
actionmailer (> 4.0)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
actionmailer (7.
|
|
11
|
-
actionpack (= 7.
|
|
12
|
-
actionview (= 7.
|
|
13
|
-
activejob (= 7.
|
|
14
|
-
activesupport (= 7.
|
|
15
|
-
mail (
|
|
16
|
-
net-imap
|
|
17
|
-
net-pop
|
|
18
|
-
net-smtp
|
|
10
|
+
actionmailer (7.2.3.1)
|
|
11
|
+
actionpack (= 7.2.3.1)
|
|
12
|
+
actionview (= 7.2.3.1)
|
|
13
|
+
activejob (= 7.2.3.1)
|
|
14
|
+
activesupport (= 7.2.3.1)
|
|
15
|
+
mail (>= 2.8.0)
|
|
19
16
|
rails-dom-testing (~> 2.2)
|
|
20
|
-
actionpack (7.
|
|
21
|
-
actionview (= 7.
|
|
22
|
-
activesupport (= 7.
|
|
17
|
+
actionpack (7.2.3.1)
|
|
18
|
+
actionview (= 7.2.3.1)
|
|
19
|
+
activesupport (= 7.2.3.1)
|
|
20
|
+
cgi
|
|
23
21
|
nokogiri (>= 1.8.5)
|
|
24
22
|
racc
|
|
25
|
-
rack (>= 2.2.4)
|
|
23
|
+
rack (>= 2.2.4, < 3.3)
|
|
26
24
|
rack-session (>= 1.0.1)
|
|
27
25
|
rack-test (>= 0.6.3)
|
|
28
26
|
rails-dom-testing (~> 2.2)
|
|
29
27
|
rails-html-sanitizer (~> 1.6)
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
useragent (~> 0.16)
|
|
29
|
+
actionview (7.2.3.1)
|
|
30
|
+
activesupport (= 7.2.3.1)
|
|
32
31
|
builder (~> 3.1)
|
|
32
|
+
cgi
|
|
33
33
|
erubi (~> 1.11)
|
|
34
34
|
rails-dom-testing (~> 2.2)
|
|
35
35
|
rails-html-sanitizer (~> 1.6)
|
|
36
|
-
activejob (7.
|
|
37
|
-
activesupport (= 7.
|
|
36
|
+
activejob (7.2.3.1)
|
|
37
|
+
activesupport (= 7.2.3.1)
|
|
38
38
|
globalid (>= 0.3.6)
|
|
39
|
-
activesupport (7.
|
|
39
|
+
activesupport (7.2.3.1)
|
|
40
40
|
base64
|
|
41
41
|
benchmark (>= 0.3)
|
|
42
42
|
bigdecimal
|
|
43
|
-
concurrent-ruby (~> 1.0, >= 1.
|
|
43
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
44
44
|
connection_pool (>= 2.2.5)
|
|
45
45
|
drb
|
|
46
46
|
i18n (>= 1.6, < 2)
|
|
47
47
|
logger (>= 1.4.2)
|
|
48
|
-
minitest (>= 5.1)
|
|
49
|
-
mutex_m
|
|
48
|
+
minitest (>= 5.1, < 6)
|
|
50
49
|
securerandom (>= 0.3)
|
|
51
|
-
tzinfo (~> 2.0)
|
|
50
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
52
51
|
ast (2.4.2)
|
|
53
|
-
base64 (0.
|
|
54
|
-
benchmark (0.
|
|
55
|
-
bigdecimal (
|
|
52
|
+
base64 (0.3.0)
|
|
53
|
+
benchmark (0.5.0)
|
|
54
|
+
bigdecimal (4.0.1)
|
|
56
55
|
builder (3.3.0)
|
|
57
|
-
|
|
58
|
-
|
|
56
|
+
cgi (0.5.1)
|
|
57
|
+
concurrent-ruby (1.3.7)
|
|
58
|
+
connection_pool (2.5.5)
|
|
59
59
|
crass (1.0.6)
|
|
60
|
-
date (3.
|
|
60
|
+
date (3.5.1)
|
|
61
61
|
diff-lcs (1.5.1)
|
|
62
|
-
drb (2.2.
|
|
63
|
-
erubi (1.13.
|
|
62
|
+
drb (2.2.3)
|
|
63
|
+
erubi (1.13.1)
|
|
64
64
|
globalid (1.2.1)
|
|
65
65
|
activesupport (>= 6.1)
|
|
66
|
-
i18n (1.14.
|
|
66
|
+
i18n (1.14.8)
|
|
67
67
|
concurrent-ruby (~> 1.0)
|
|
68
68
|
json (2.7.2)
|
|
69
69
|
language_server-protocol (3.17.0.3)
|
|
70
|
-
logger (1.
|
|
71
|
-
loofah (2.
|
|
70
|
+
logger (1.7.0)
|
|
71
|
+
loofah (2.25.1)
|
|
72
72
|
crass (~> 1.0.2)
|
|
73
73
|
nokogiri (>= 1.12.0)
|
|
74
74
|
mail (2.8.1)
|
|
@@ -78,9 +78,8 @@ GEM
|
|
|
78
78
|
net-smtp
|
|
79
79
|
mini_mime (1.1.5)
|
|
80
80
|
mini_portile2 (2.8.9)
|
|
81
|
-
minitest (5.
|
|
82
|
-
|
|
83
|
-
net-imap (0.4.20)
|
|
81
|
+
minitest (5.27.0)
|
|
82
|
+
net-imap (0.5.15)
|
|
84
83
|
date
|
|
85
84
|
net-protocol
|
|
86
85
|
net-pop (0.1.2)
|
|
@@ -89,28 +88,28 @@ GEM
|
|
|
89
88
|
timeout
|
|
90
89
|
net-smtp (0.5.0)
|
|
91
90
|
net-protocol
|
|
92
|
-
nokogiri (1.18.
|
|
91
|
+
nokogiri (1.18.10)
|
|
93
92
|
mini_portile2 (~> 2.8.2)
|
|
94
93
|
racc (~> 1.4)
|
|
95
|
-
nokogiri (1.18.
|
|
94
|
+
nokogiri (1.18.10-x86_64-darwin)
|
|
96
95
|
racc (~> 1.4)
|
|
97
96
|
parallel (1.26.2)
|
|
98
97
|
parser (3.3.4.2)
|
|
99
98
|
ast (~> 2.4.1)
|
|
100
99
|
racc
|
|
101
100
|
racc (1.8.1)
|
|
102
|
-
rack (3.
|
|
103
|
-
rack-session (2.1.
|
|
101
|
+
rack (3.2.6)
|
|
102
|
+
rack-session (2.1.2)
|
|
104
103
|
base64 (>= 0.1.0)
|
|
105
104
|
rack (>= 3.0.0)
|
|
106
105
|
rack-test (2.1.0)
|
|
107
106
|
rack (>= 1.3)
|
|
108
|
-
rails-dom-testing (2.
|
|
107
|
+
rails-dom-testing (2.3.0)
|
|
109
108
|
activesupport (>= 5.0.0)
|
|
110
109
|
minitest
|
|
111
110
|
nokogiri (>= 1.6)
|
|
112
|
-
rails-html-sanitizer (1.
|
|
113
|
-
loofah (~> 2.
|
|
111
|
+
rails-html-sanitizer (1.7.0)
|
|
112
|
+
loofah (~> 2.25)
|
|
114
113
|
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
|
115
114
|
rainbow (3.1.1)
|
|
116
115
|
rake (13.2.1)
|
|
@@ -147,11 +146,12 @@ GEM
|
|
|
147
146
|
rubocop-rspec (3.0.4)
|
|
148
147
|
rubocop (~> 1.61)
|
|
149
148
|
ruby-progressbar (1.13.0)
|
|
150
|
-
securerandom (0.
|
|
151
|
-
timeout (0.
|
|
149
|
+
securerandom (0.4.1)
|
|
150
|
+
timeout (0.6.1)
|
|
152
151
|
tzinfo (2.0.6)
|
|
153
152
|
concurrent-ruby (~> 1.0)
|
|
154
153
|
unicode-display_width (2.5.0)
|
|
154
|
+
useragent (0.16.11)
|
|
155
155
|
|
|
156
156
|
PLATFORMS
|
|
157
157
|
ruby
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: actionmailer-balancer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Railsware Products Studio, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: actionmailer
|
|
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
70
70
|
- !ruby/object:Gem::Version
|
|
71
71
|
version: '0'
|
|
72
72
|
requirements: []
|
|
73
|
-
rubygems_version: 3.5.
|
|
73
|
+
rubygems_version: 3.5.22
|
|
74
74
|
signing_key:
|
|
75
75
|
specification_version: 4
|
|
76
76
|
summary: ActionMailer balancer
|