actionmailer 6.0.3.1 → 6.0.3.2
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 +5 -0
- data/lib/action_mailer/gem_version.rb +1 -1
- 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: 6b0653dfabbe9c7b50bc8f76a1a7d06d4878ca2ae30398bc37c37d50cdec94fb
|
|
4
|
+
data.tar.gz: cb6d7c9746dbb492de1b26c5d1d7f3e5460093cbcb5c7059a11a95d0d7f12aeb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e8fecba960c1c7cf5598ac6da50859a4318989865bfe32f951f07ffa1864c04d9dbb478a6c227fba29026e245e9f54d3aeb2b9bfcbf5c71e9e6e9d1447140e7
|
|
7
|
+
data.tar.gz: 4303df0440b4e1c3e12369d65d76a637c82ca8450bf61378055cd9654a4b375546034dd2a211261f08aa57c1ecafc64b91948c9533a86226f5f33c1edfe1441a
|
data/CHANGELOG.md
CHANGED
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: 6.0.3.
|
|
4
|
+
version: 6.0.3.2
|
|
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: 2020-
|
|
11
|
+
date: 2020-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: actionpack
|
|
@@ -16,42 +16,42 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 6.0.3.
|
|
19
|
+
version: 6.0.3.2
|
|
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: 6.0.3.
|
|
26
|
+
version: 6.0.3.2
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: actionview
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 6.0.3.
|
|
33
|
+
version: 6.0.3.2
|
|
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: 6.0.3.
|
|
40
|
+
version: 6.0.3.2
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: activejob
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 6.0.3.
|
|
47
|
+
version: 6.0.3.2
|
|
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: 6.0.3.
|
|
54
|
+
version: 6.0.3.2
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: mail
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -123,11 +123,11 @@ licenses:
|
|
|
123
123
|
- MIT
|
|
124
124
|
metadata:
|
|
125
125
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
126
|
-
changelog_uri: https://github.com/rails/rails/blob/v6.0.3.
|
|
127
|
-
documentation_uri: https://api.rubyonrails.org/v6.0.3.
|
|
126
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.0.3.2/actionmailer/CHANGELOG.md
|
|
127
|
+
documentation_uri: https://api.rubyonrails.org/v6.0.3.2/
|
|
128
128
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
129
|
-
source_code_uri: https://github.com/rails/rails/tree/v6.0.3.
|
|
130
|
-
post_install_message:
|
|
129
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.0.3.2/actionmailer
|
|
130
|
+
post_install_message:
|
|
131
131
|
rdoc_options: []
|
|
132
132
|
require_paths:
|
|
133
133
|
- lib
|
|
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
144
144
|
requirements:
|
|
145
145
|
- none
|
|
146
146
|
rubygems_version: 3.1.2
|
|
147
|
-
signing_key:
|
|
147
|
+
signing_key:
|
|
148
148
|
specification_version: 4
|
|
149
149
|
summary: Email composition and delivery framework (part of Rails).
|
|
150
150
|
test_files: []
|