actionmailer 7.1.2 → 7.1.3.4
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 +25 -0
- data/lib/action_mailer/gem_version.rb +2 -2
- data/lib/action_mailer/railtie.rb +0 -10
- metadata +14 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3397dc1dfb7ee8d830dd1f692e43bb542f617281d5c9f6f506c943c6bc5936e3
|
|
4
|
+
data.tar.gz: 4985445693c8132bf71698a115627c47a002634f7081152ddf23cb144c11fad9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de78eedd35c9639eb7a8ad48ac16a8726fb46f98b9abeb15d2054ae9d26d5a4aa293759d2d422666798b6555592f6a2fe9f02d44922105edccb173f525cb1f3b
|
|
7
|
+
data.tar.gz: 1ff734ffd7df7a146ed492b7aa6cc866c560060fb25646b81d972f72a62603611b7f1795b6441c78f504f12126ae0bd60d8c13d0ead848f42ac7eb8958617fc3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
## Rails 7.1.3.4 (June 04, 2024) ##
|
|
2
|
+
|
|
3
|
+
* No changes.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Rails 7.1.3.3 (May 16, 2024) ##
|
|
7
|
+
|
|
8
|
+
* No changes.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## Rails 7.1.3.2 (February 21, 2024) ##
|
|
12
|
+
|
|
13
|
+
* No changes.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## Rails 7.1.3.1 (February 21, 2024) ##
|
|
17
|
+
|
|
18
|
+
* No changes.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## Rails 7.1.3 (January 16, 2024) ##
|
|
22
|
+
|
|
23
|
+
* No changes.
|
|
24
|
+
|
|
25
|
+
|
|
1
26
|
## Rails 7.1.2 (November 10, 2023) ##
|
|
2
27
|
|
|
3
28
|
* No changes.
|
|
@@ -71,16 +71,6 @@ module ActionMailer
|
|
|
71
71
|
initializer "action_mailer.set_autoload_paths", before: :set_autoload_paths do |app|
|
|
72
72
|
options = app.config.action_mailer
|
|
73
73
|
app.config.paths["test/mailers/previews"].concat(options.preview_paths)
|
|
74
|
-
|
|
75
|
-
# Preview paths configuration needs a pass.
|
|
76
|
-
#
|
|
77
|
-
# config.paths is cached as soon as it is accessed. Therefore, mutating
|
|
78
|
-
# paths["test/mailers/previews"] does not guarantee config.autoload_paths
|
|
79
|
-
# is going to include them.
|
|
80
|
-
#
|
|
81
|
-
# If config.paths was accessed before, config.autoload_paths is going to
|
|
82
|
-
# have whatever paths["test/mailers/previews"] had when cached.
|
|
83
|
-
app.config.autoload_paths.concat(options.preview_paths)
|
|
84
74
|
end
|
|
85
75
|
|
|
86
76
|
initializer "action_mailer.compile_config_methods" do
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: actionmailer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.1.
|
|
4
|
+
version: 7.1.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-06-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -16,56 +16,56 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 7.1.
|
|
19
|
+
version: 7.1.3.4
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 7.1.
|
|
26
|
+
version: 7.1.3.4
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: actionpack
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 7.1.
|
|
33
|
+
version: 7.1.3.4
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 7.1.
|
|
40
|
+
version: 7.1.3.4
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: actionview
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 7.1.
|
|
47
|
+
version: 7.1.3.4
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 7.1.
|
|
54
|
+
version: 7.1.3.4
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: activejob
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 7.1.
|
|
61
|
+
version: 7.1.3.4
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - '='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 7.1.
|
|
68
|
+
version: 7.1.3.4
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: mail
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -182,10 +182,10 @@ licenses:
|
|
|
182
182
|
- MIT
|
|
183
183
|
metadata:
|
|
184
184
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
185
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.1.
|
|
186
|
-
documentation_uri: https://api.rubyonrails.org/v7.1.
|
|
185
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.1.3.4/actionmailer/CHANGELOG.md
|
|
186
|
+
documentation_uri: https://api.rubyonrails.org/v7.1.3.4/
|
|
187
187
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
188
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.1.
|
|
188
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.1.3.4/actionmailer
|
|
189
189
|
rubygems_mfa_required: 'true'
|
|
190
190
|
post_install_message:
|
|
191
191
|
rdoc_options: []
|
|
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
203
203
|
version: '0'
|
|
204
204
|
requirements:
|
|
205
205
|
- none
|
|
206
|
-
rubygems_version: 3.
|
|
206
|
+
rubygems_version: 3.3.27
|
|
207
207
|
signing_key:
|
|
208
208
|
specification_version: 4
|
|
209
209
|
summary: Email composition and delivery framework (part of Rails).
|