actionmailer 5.2.7.1 → 5.2.8
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 +2 -2
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba43d9eaf79d75bb24a918c145f2a8e9fbd520cd47038403cda39762d19acb04
|
|
4
|
+
data.tar.gz: b171b746155b58117c550755bd5f2dc26d6b10c173c17cc47f5267c416376e83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c3bb4303fcdc50a9feb8c72ea4dcc36b599db835150e87698199e04c263c092f14bb5d609a3f44c4cd925a06babe859571b0529dfc0128ffdf264856ac29f51
|
|
7
|
+
data.tar.gz: 4dd79a26f84abef52c6c480ad61bac449a3815e653955008bc1282a0bbee97a0b394896abb3315827ef1fcff430792039dfa50f6939c57fb8958a2ce384c5c0b
|
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: 5.2.
|
|
4
|
+
version: 5.2.8
|
|
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: 2022-
|
|
11
|
+
date: 2022-05-09 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: 5.2.
|
|
19
|
+
version: 5.2.8
|
|
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: 5.2.
|
|
26
|
+
version: 5.2.8
|
|
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: 5.2.
|
|
33
|
+
version: 5.2.8
|
|
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: 5.2.
|
|
40
|
+
version: 5.2.8
|
|
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: 5.2.
|
|
47
|
+
version: 5.2.8
|
|
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: 5.2.
|
|
54
|
+
version: 5.2.8
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: mail
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -121,9 +121,9 @@ homepage: http://rubyonrails.org
|
|
|
121
121
|
licenses:
|
|
122
122
|
- MIT
|
|
123
123
|
metadata:
|
|
124
|
-
source_code_uri: https://github.com/rails/rails/tree/v5.2.
|
|
125
|
-
changelog_uri: https://github.com/rails/rails/blob/v5.2.
|
|
126
|
-
post_install_message:
|
|
124
|
+
source_code_uri: https://github.com/rails/rails/tree/v5.2.8/actionmailer
|
|
125
|
+
changelog_uri: https://github.com/rails/rails/blob/v5.2.8/actionmailer/CHANGELOG.md
|
|
126
|
+
post_install_message:
|
|
127
127
|
rdoc_options: []
|
|
128
128
|
require_paths:
|
|
129
129
|
- lib
|
|
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
140
140
|
requirements:
|
|
141
141
|
- none
|
|
142
142
|
rubygems_version: 3.1.6
|
|
143
|
-
signing_key:
|
|
143
|
+
signing_key:
|
|
144
144
|
specification_version: 4
|
|
145
145
|
summary: Email composition, delivery, and receiving framework (part of Rails).
|
|
146
146
|
test_files: []
|