actionmailer 7.0.4.3 → 7.0.5
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 +5 -0
- data/lib/action_mailer/base.rb +2 -2
- data/lib/action_mailer/gem_version.rb +2 -2
- metadata +17 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f19afbda2cb6c35450c5b260e9620930b6b4eee82d6b5a549a00646e1c4e3519
|
4
|
+
data.tar.gz: 3adbb8ed24646c79f79aaa7f07a85d9cee3511c545566c50d66e55cfe2569d28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53f170fe800623a8c522382ae712f52ad63be3cddefb581573e04fe0cdd376a1a8704dcb9c2eda6dca2fbf8393f01a5fb89b423b978981e05745c5dd938c897d
|
7
|
+
data.tar.gz: b5a05c6c14f3d1a3f3c02a3808b0b5d46e1dc541a414001c2f8ea0233cd437e15504474d864f0625ba811e39a8761589a3e94b364025c40b61a16f6a9edbe057
|
data/CHANGELOG.md
CHANGED
data/lib/action_mailer/base.rb
CHANGED
@@ -721,7 +721,7 @@ module ActionMailer
|
|
721
721
|
# mail.attachments['filename.jpg'] = File.read('/path/to/filename.jpg')
|
722
722
|
#
|
723
723
|
# If you do this, then Mail will take the file name and work out the mime type.
|
724
|
-
# It will also set the Content-Type
|
724
|
+
# It will also set the +Content-Type+, +Content-Disposition+, and +Content-Transfer-Encoding+,
|
725
725
|
# and encode the contents of the attachment in Base64.
|
726
726
|
#
|
727
727
|
# You can also specify overrides if you want by passing a hash instead of a string:
|
@@ -782,7 +782,7 @@ module ActionMailer
|
|
782
782
|
# or an array of addresses.
|
783
783
|
# * +:bcc+ - Who you would like to Blind-Carbon-Copy on this email, can be a string of
|
784
784
|
# addresses, or an array of addresses.
|
785
|
-
# * +:reply_to+ - Who to set the Reply-To header of the email to.
|
785
|
+
# * +:reply_to+ - Who to set the +Reply-To+ header of the email to.
|
786
786
|
# * +:date+ - The date to say the email was sent on.
|
787
787
|
#
|
788
788
|
# You can set default values for any of the above headers (except +:date+)
|
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.0.
|
4
|
+
version: 7.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-24 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.0.
|
19
|
+
version: 7.0.5
|
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.0.
|
26
|
+
version: 7.0.5
|
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.0.
|
33
|
+
version: 7.0.5
|
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.0.
|
40
|
+
version: 7.0.5
|
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.0.
|
47
|
+
version: 7.0.5
|
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.0.
|
54
|
+
version: 7.0.5
|
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.0.
|
61
|
+
version: 7.0.5
|
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.0.
|
68
|
+
version: 7.0.5
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: mail
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -178,12 +178,12 @@ licenses:
|
|
178
178
|
- MIT
|
179
179
|
metadata:
|
180
180
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
181
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.0.
|
182
|
-
documentation_uri: https://api.rubyonrails.org/v7.0.
|
181
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.0.5/actionmailer/CHANGELOG.md
|
182
|
+
documentation_uri: https://api.rubyonrails.org/v7.0.5/
|
183
183
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
184
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.0.
|
184
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.0.5/actionmailer
|
185
185
|
rubygems_mfa_required: 'true'
|
186
|
-
post_install_message:
|
186
|
+
post_install_message:
|
187
187
|
rdoc_options: []
|
188
188
|
require_paths:
|
189
189
|
- lib
|
@@ -199,8 +199,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
199
|
version: '0'
|
200
200
|
requirements:
|
201
201
|
- none
|
202
|
-
rubygems_version: 3.4.
|
203
|
-
signing_key:
|
202
|
+
rubygems_version: 3.4.10
|
203
|
+
signing_key:
|
204
204
|
specification_version: 4
|
205
205
|
summary: Email composition and delivery framework (part of Rails).
|
206
206
|
test_files: []
|