actionmailer 7.0.4.2 → 7.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d5aa5dde70e51f0e8e253ee6e51077a729e358f9a56da2729f6805a4c2df645
4
- data.tar.gz: b38e872d5bb6f26d4ae4e4a6c8d9860001f67809f9047eb66f7f921a7fcabe18
3
+ metadata.gz: f19afbda2cb6c35450c5b260e9620930b6b4eee82d6b5a549a00646e1c4e3519
4
+ data.tar.gz: 3adbb8ed24646c79f79aaa7f07a85d9cee3511c545566c50d66e55cfe2569d28
5
5
  SHA512:
6
- metadata.gz: 3468e04dc1158ff66ef3fb00a240bda70cff962af78688c4508f9d757436f26c4794d89318da470413afe7382fb4565ca20089442e9baf3e9e508264cd3500d2
7
- data.tar.gz: 0d36c4c8b915fde145e4b6e97fa1e068c97f9dff0f2e3f316c99a3d96b8b8219f7b0033e1c991fc77915a108a6bf845212a868dd96ba60ada2a0fcb575161055
6
+ metadata.gz: 53f170fe800623a8c522382ae712f52ad63be3cddefb581573e04fe0cdd376a1a8704dcb9c2eda6dca2fbf8393f01a5fb89b423b978981e05745c5dd938c897d
7
+ data.tar.gz: b5a05c6c14f3d1a3f3c02a3808b0b5d46e1dc541a414001c2f8ea0233cd437e15504474d864f0625ba811e39a8761589a3e94b364025c40b61a16f6a9edbe057
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## Rails 7.0.5 (May 24, 2023) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 7.0.4.3 (March 13, 2023) ##
7
+
8
+ * No changes.
9
+
10
+
1
11
  ## Rails 7.0.4.2 (January 24, 2023) ##
2
12
 
3
13
  * No changes.
@@ -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, Content-Disposition, Content-Transfer-Encoding
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+)
@@ -9,8 +9,8 @@ module ActionMailer
9
9
  module VERSION
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
- TINY = 4
13
- PRE = "2"
12
+ TINY = 5
13
+ PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
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.2
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-01-25 00:00:00.000000000 Z
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.4.2
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.4.2
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.4.2
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.4.2
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.4.2
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.4.2
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.4.2
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.4.2
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.4.2/actionmailer/CHANGELOG.md
182
- documentation_uri: https://api.rubyonrails.org/v7.0.4.2/
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.4.2/actionmailer
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.3
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: []