actionmailer-balancer 1.2.0 → 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 +49 -48
- data/README.md +3 -3
- data/actionmailer-balancer.gemspec +3 -3
- data/lib/actionmailer/balancer/version.rb +1 -1
- metadata +7 -7
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)
|
|
@@ -77,10 +77,9 @@ GEM
|
|
|
77
77
|
net-pop
|
|
78
78
|
net-smtp
|
|
79
79
|
mini_mime (1.1.5)
|
|
80
|
-
mini_portile2 (2.8.
|
|
81
|
-
minitest (5.
|
|
82
|
-
|
|
83
|
-
net-imap (0.4.19)
|
|
80
|
+
mini_portile2 (2.8.9)
|
|
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,32 +88,33 @@ 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.
|
|
101
|
+
rack (3.2.6)
|
|
102
|
+
rack-session (2.1.2)
|
|
103
|
+
base64 (>= 0.1.0)
|
|
104
104
|
rack (>= 3.0.0)
|
|
105
105
|
rack-test (2.1.0)
|
|
106
106
|
rack (>= 1.3)
|
|
107
|
-
rails-dom-testing (2.
|
|
107
|
+
rails-dom-testing (2.3.0)
|
|
108
108
|
activesupport (>= 5.0.0)
|
|
109
109
|
minitest
|
|
110
110
|
nokogiri (>= 1.6)
|
|
111
|
-
rails-html-sanitizer (1.
|
|
112
|
-
loofah (~> 2.
|
|
111
|
+
rails-html-sanitizer (1.7.0)
|
|
112
|
+
loofah (~> 2.25)
|
|
113
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)
|
|
114
114
|
rainbow (3.1.1)
|
|
115
115
|
rake (13.2.1)
|
|
116
116
|
regexp_parser (2.9.2)
|
|
117
|
-
rexml (3.
|
|
117
|
+
rexml (3.4.2)
|
|
118
118
|
rspec (3.13.0)
|
|
119
119
|
rspec-core (~> 3.13.0)
|
|
120
120
|
rspec-expectations (~> 3.13.0)
|
|
@@ -146,11 +146,12 @@ GEM
|
|
|
146
146
|
rubocop-rspec (3.0.4)
|
|
147
147
|
rubocop (~> 1.61)
|
|
148
148
|
ruby-progressbar (1.13.0)
|
|
149
|
-
securerandom (0.
|
|
150
|
-
timeout (0.
|
|
149
|
+
securerandom (0.4.1)
|
|
150
|
+
timeout (0.6.1)
|
|
151
151
|
tzinfo (2.0.6)
|
|
152
152
|
concurrent-ruby (~> 1.0)
|
|
153
153
|
unicode-display_width (2.5.0)
|
|
154
|
+
useragent (0.16.11)
|
|
154
155
|
|
|
155
156
|
PLATFORMS
|
|
156
157
|
ruby
|
data/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Applications:
|
|
|
8
8
|
- ...or to a new configuration (SMTP to Email API)
|
|
9
9
|
- spread load between multiple providers
|
|
10
10
|
|
|
11
|
-
Works with any valid ActionMailer delivery methods, either built-in or added from a library like [mailtrap](https://github.com/
|
|
11
|
+
Works with any valid ActionMailer delivery methods, either built-in or added from a library like [mailtrap](https://github.com/mailtrap/mailtrap-ruby#actionmailer).
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
|
@@ -69,7 +69,7 @@ To install this gem onto your local machine, run `bundle exec rake install`.
|
|
|
69
69
|
|
|
70
70
|
## Contributing
|
|
71
71
|
|
|
72
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
72
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/mailtrap/actionmailer-balancer. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/mailtrap/actionmailer-balancer/blob/master/CODE_OF_CONDUCT.md).
|
|
73
73
|
|
|
74
74
|
## License
|
|
75
75
|
|
|
@@ -77,4 +77,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
|
77
77
|
|
|
78
78
|
## Code of Conduct
|
|
79
79
|
|
|
80
|
-
Everyone interacting in the ActionMailer::Balancer project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/
|
|
80
|
+
Everyone interacting in the ActionMailer::Balancer project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/mailtrap/actionmailer-balancer/blob/master/CODE_OF_CONDUCT.md).
|
|
@@ -12,13 +12,13 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.description =
|
|
13
13
|
'Balancer for ActionMailer. ' \
|
|
14
14
|
'Distributes emails across multiple delivery methods in the given proportion.'
|
|
15
|
-
spec.homepage = 'https://github.com/
|
|
15
|
+
spec.homepage = 'https://github.com/mailtrap/actionmailer-balancer'
|
|
16
16
|
spec.license = 'MIT'
|
|
17
17
|
spec.required_ruby_version = Gem::Requirement.new('>= 3.1.0')
|
|
18
18
|
|
|
19
19
|
spec.metadata['homepage_uri'] = spec.homepage
|
|
20
|
-
spec.metadata['source_code_uri'] = 'https://github.com/
|
|
21
|
-
spec.metadata['changelog_uri'] = 'https://github.com/
|
|
20
|
+
spec.metadata['source_code_uri'] = 'https://github.com/mailtrap/actionmailer-balancer'
|
|
21
|
+
spec.metadata['changelog_uri'] = 'https://github.com/mailtrap/actionmailer-balancer/blob/main/CHANGELOG.md'
|
|
22
22
|
spec.metadata['rubygems_mfa_required'] = 'true'
|
|
23
23
|
|
|
24
24
|
spec.add_dependency 'actionmailer', '> 4.0'
|
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
|
|
@@ -47,13 +47,13 @@ files:
|
|
|
47
47
|
- lib/actionmailer/balancer/delivery_method.rb
|
|
48
48
|
- lib/actionmailer/balancer/railtie.rb
|
|
49
49
|
- lib/actionmailer/balancer/version.rb
|
|
50
|
-
homepage: https://github.com/
|
|
50
|
+
homepage: https://github.com/mailtrap/actionmailer-balancer
|
|
51
51
|
licenses:
|
|
52
52
|
- MIT
|
|
53
53
|
metadata:
|
|
54
|
-
homepage_uri: https://github.com/
|
|
55
|
-
source_code_uri: https://github.com/
|
|
56
|
-
changelog_uri: https://github.com/
|
|
54
|
+
homepage_uri: https://github.com/mailtrap/actionmailer-balancer
|
|
55
|
+
source_code_uri: https://github.com/mailtrap/actionmailer-balancer
|
|
56
|
+
changelog_uri: https://github.com/mailtrap/actionmailer-balancer/blob/main/CHANGELOG.md
|
|
57
57
|
rubygems_mfa_required: 'true'
|
|
58
58
|
post_install_message:
|
|
59
59
|
rdoc_options: []
|
|
@@ -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
|