actionmailer 7.1.2 → 7.1.3.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of actionmailer might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -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: c8b3818e83b986fdcea66e7630aeb10dc2d76c6d596cdadea57f6f43fb385d27
|
4
|
+
data.tar.gz: 4a63f88aab25573d32f937f592e6f43b39f9f7e7029f4c27641b1fc70fcb15c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27708932d277374b07bab7beab7bd34bb58ba4787546726e04a21fbcc0ed74288e601a30d53057f83536535e7a257d7aae5b1a4792f0997a783f3498a69f8d4f
|
7
|
+
data.tar.gz: 2f81815a2a6f2c6e7f78f8216e770746c8ee0bd3f2b3737d50b16b7ccd3960a6db6b2bb37eb6f7bfdaa85e9dc0b4e48fd6dbce0ad31da4ed76c00c1ec10a34c0
|
data/CHANGELOG.md
CHANGED
@@ -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.1
|
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-02-21 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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1/actionmailer/CHANGELOG.md
|
186
|
+
documentation_uri: https://api.rubyonrails.org/v7.1.3.1/
|
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.1/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.4.
|
206
|
+
rubygems_version: 3.4.10
|
207
207
|
signing_key:
|
208
208
|
specification_version: 4
|
209
209
|
summary: Email composition and delivery framework (part of Rails).
|