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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c7ccd2a2d458450d327d30ac9a2d5f8e224fd0a44f109c64b863442021b4c80
4
- data.tar.gz: 06a699b87747eb54c985471c8490b6491bd5e396c52c5e9b96ea0c277fc1a7c3
3
+ metadata.gz: 977014d8aa967696360741f552368edb142f57882c4f6d11869dd30491438cc3
4
+ data.tar.gz: 9f25984097ec5fa5a740d7498d28c9769d87962d83b765f84bc2fd60979325e5
5
5
  SHA512:
6
- metadata.gz: 4f54fb9465dd26446e9c2c2b5da1fd2109dbf1db126fd65821d3abfe22ea09b0c98f92cb890f6b354ffb71ecbde1a1797242c2064b4437f89f51069267812855
7
- data.tar.gz: 6b824044cc46b53ff821b9b79526bf5fce9e2e021af043e4052127879ee79fc60be775f4ea06c608f65923c57e9aef75163463647114e5bdabd33f28f010c06e
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.0)
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.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.19)
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.3)
92
+ nokogiri (1.18.9)
93
93
  mini_portile2 (~> 2.8.2)
94
94
  racc (~> 1.4)
95
- nokogiri (1.18.3-x86_64-darwin)
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.11)
103
- rack-session (2.0.0)
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.3.9)
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/railsware/mailtrap-ruby#actionmailer).
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/railsware/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/railsware/actionmailer-balancer/blob/master/CODE_OF_CONDUCT.md).
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/railsware/actionmailer-balancer/blob/master/CODE_OF_CONDUCT.md).
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/railsware/actionmailer-balancer'
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/railsware/actionmailer-balancer'
21
- spec.metadata['changelog_uri'] = 'https://github.com/railsware/actionmailer-balancer/blob/main/CHANGELOG.md'
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'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ActionMailer
4
4
  module Balancer
5
- VERSION = '1.2.0'
5
+ VERSION = '1.2.1'
6
6
  end
7
7
  end
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.0
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-03-07 00:00:00.000000000 Z
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/railsware/actionmailer-balancer
50
+ homepage: https://github.com/mailtrap/actionmailer-balancer
51
51
  licenses:
52
52
  - MIT
53
53
  metadata:
54
- homepage_uri: https://github.com/railsware/actionmailer-balancer
55
- source_code_uri: https://github.com/railsware/actionmailer-balancer
56
- changelog_uri: https://github.com/railsware/actionmailer-balancer/blob/main/CHANGELOG.md
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: []