actionmailer-balancer 1.2.0 → 1.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/Gemfile.lock +9 -8
- data/README.md +3 -3
- data/actionmailer-balancer.gemspec +3 -3
- data/lib/actionmailer/balancer/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 977014d8aa967696360741f552368edb142f57882c4f6d11869dd30491438cc3
|
|
4
|
+
data.tar.gz: 9f25984097ec5fa5a740d7498d28c9769d87962d83b765f84bc2fd60979325e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba048213b71c0f022b5b934955d56e7f8ffad0abdbe28723703d46fb530c6fa8cc08f2d578f4dbc36466381faac90cd8f88fdbf90d64fdc2901be408179f46d0
|
|
7
|
+
data.tar.gz: 6d05b636bd062768f043d56c300fe78cfbe11fa2d482999024ef1f264aedf9597e2ee8771430d886e650eef69747f9714fe3dd2ea49e7a434cf8b024c67fa876
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
actionmailer-balancer (1.2.
|
|
4
|
+
actionmailer-balancer (1.2.1)
|
|
5
5
|
actionmailer (> 4.0)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -77,10 +77,10 @@ GEM
|
|
|
77
77
|
net-pop
|
|
78
78
|
net-smtp
|
|
79
79
|
mini_mime (1.1.5)
|
|
80
|
-
mini_portile2 (2.8.
|
|
80
|
+
mini_portile2 (2.8.9)
|
|
81
81
|
minitest (5.25.4)
|
|
82
82
|
mutex_m (0.3.0)
|
|
83
|
-
net-imap (0.4.
|
|
83
|
+
net-imap (0.4.20)
|
|
84
84
|
date
|
|
85
85
|
net-protocol
|
|
86
86
|
net-pop (0.1.2)
|
|
@@ -89,18 +89,19 @@ GEM
|
|
|
89
89
|
timeout
|
|
90
90
|
net-smtp (0.5.0)
|
|
91
91
|
net-protocol
|
|
92
|
-
nokogiri (1.18.
|
|
92
|
+
nokogiri (1.18.9)
|
|
93
93
|
mini_portile2 (~> 2.8.2)
|
|
94
94
|
racc (~> 1.4)
|
|
95
|
-
nokogiri (1.18.
|
|
95
|
+
nokogiri (1.18.9-x86_64-darwin)
|
|
96
96
|
racc (~> 1.4)
|
|
97
97
|
parallel (1.26.2)
|
|
98
98
|
parser (3.3.4.2)
|
|
99
99
|
ast (~> 2.4.1)
|
|
100
100
|
racc
|
|
101
101
|
racc (1.8.1)
|
|
102
|
-
rack (3.1.
|
|
103
|
-
rack-session (2.
|
|
102
|
+
rack (3.1.18)
|
|
103
|
+
rack-session (2.1.1)
|
|
104
|
+
base64 (>= 0.1.0)
|
|
104
105
|
rack (>= 3.0.0)
|
|
105
106
|
rack-test (2.1.0)
|
|
106
107
|
rack (>= 1.3)
|
|
@@ -114,7 +115,7 @@ GEM
|
|
|
114
115
|
rainbow (3.1.1)
|
|
115
116
|
rake (13.2.1)
|
|
116
117
|
regexp_parser (2.9.2)
|
|
117
|
-
rexml (3.
|
|
118
|
+
rexml (3.4.2)
|
|
118
119
|
rspec (3.13.0)
|
|
119
120
|
rspec-core (~> 3.13.0)
|
|
120
121
|
rspec-expectations (~> 3.13.0)
|
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.1
|
|
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: 2025-
|
|
11
|
+
date: 2025-10-21 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: []
|