action_mailer_config 2.1.0 → 2.2.0
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 +4 -0
- data/Gemfile.lock +150 -86
- data/action_mailer_config.gemspec +2 -2
- data/lib/action_mailer_config/rails.rb +2 -1
- data/lib/action_mailer_config/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: c356045e6f4001f756d247e667f0e7344d82b748c749946d3c6f760c4d31793a
|
4
|
+
data.tar.gz: f0a7fe4d8ffd9c3377f9285c46274ac327f84e3afd0222250e083dbac44feaf3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 766203d07a2cc55186c234ed47807f48f92b162f1f27cb1690a99b6ea6a49b9e94d4c9665e6d8da23e7b830d91521e495f51b3be2b10f8550657ecfe7c509302
|
7
|
+
data.tar.gz: 6e3c46d46942ee76b50b06f2e503341d5d4513e89e6a954eabe74e43b5bd3cb30b8c151ed6e5b8ee2f00fdf5415cb883af41f536304f042e3e61560993c04833
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,117 +1,181 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
action_mailer_config (2.
|
4
|
+
action_mailer_config (2.2.0)
|
5
5
|
actionmailer (>= 3)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actionmailer (
|
11
|
-
actionpack (=
|
12
|
-
actionview (=
|
13
|
-
activejob (=
|
10
|
+
actionmailer (7.1.3)
|
11
|
+
actionpack (= 7.1.3)
|
12
|
+
actionview (= 7.1.3)
|
13
|
+
activejob (= 7.1.3)
|
14
|
+
activesupport (= 7.1.3)
|
14
15
|
mail (~> 2.5, >= 2.5.4)
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
16
|
+
net-imap
|
17
|
+
net-pop
|
18
|
+
net-smtp
|
19
|
+
rails-dom-testing (~> 2.2)
|
20
|
+
actionpack (7.1.3)
|
21
|
+
actionview (= 7.1.3)
|
22
|
+
activesupport (= 7.1.3)
|
23
|
+
nokogiri (>= 1.8.5)
|
24
|
+
racc
|
25
|
+
rack (>= 2.2.4)
|
26
|
+
rack-session (>= 1.0.1)
|
20
27
|
rack-test (>= 0.6.3)
|
21
|
-
rails-dom-testing (~> 2.
|
22
|
-
rails-html-sanitizer (~> 1.
|
23
|
-
actionview (
|
24
|
-
activesupport (=
|
28
|
+
rails-dom-testing (~> 2.2)
|
29
|
+
rails-html-sanitizer (~> 1.6)
|
30
|
+
actionview (7.1.3)
|
31
|
+
activesupport (= 7.1.3)
|
25
32
|
builder (~> 3.1)
|
26
|
-
erubi (~> 1.
|
27
|
-
rails-dom-testing (~> 2.
|
28
|
-
rails-html-sanitizer (~> 1.
|
29
|
-
activejob (
|
30
|
-
activesupport (=
|
33
|
+
erubi (~> 1.11)
|
34
|
+
rails-dom-testing (~> 2.2)
|
35
|
+
rails-html-sanitizer (~> 1.6)
|
36
|
+
activejob (7.1.3)
|
37
|
+
activesupport (= 7.1.3)
|
31
38
|
globalid (>= 0.3.6)
|
32
|
-
activesupport (
|
39
|
+
activesupport (7.1.3)
|
40
|
+
base64
|
41
|
+
bigdecimal
|
33
42
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
43
|
+
connection_pool (>= 2.2.5)
|
44
|
+
drb
|
45
|
+
i18n (>= 1.6, < 2)
|
46
|
+
minitest (>= 5.1)
|
47
|
+
mutex_m
|
48
|
+
tzinfo (~> 2.0)
|
49
|
+
addressable (2.8.6)
|
50
|
+
public_suffix (>= 2.0.2, < 6.0)
|
51
|
+
ast (2.4.2)
|
52
|
+
base64 (0.2.0)
|
53
|
+
bigdecimal (3.1.6)
|
54
|
+
builder (3.2.4)
|
55
|
+
concurrent-ruby (1.2.3)
|
56
|
+
connection_pool (2.4.1)
|
57
|
+
crass (1.0.6)
|
58
|
+
date (3.3.4)
|
59
|
+
diff-lcs (1.5.1)
|
60
|
+
drb (2.2.0)
|
61
|
+
ruby2_keywords
|
62
|
+
erubi (1.12.0)
|
63
|
+
globalid (1.2.1)
|
64
|
+
activesupport (>= 6.1)
|
65
|
+
i18n (1.14.1)
|
49
66
|
concurrent-ruby (~> 1.0)
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
67
|
+
json (2.7.1)
|
68
|
+
language_server-protocol (3.17.0.3)
|
69
|
+
launchy (2.5.2)
|
70
|
+
addressable (~> 2.8)
|
71
|
+
letter_opener (1.9.0)
|
72
|
+
launchy (>= 2.2, < 3)
|
73
|
+
loofah (2.22.0)
|
56
74
|
crass (~> 1.0.2)
|
57
|
-
nokogiri (>= 1.
|
58
|
-
mail (2.
|
75
|
+
nokogiri (>= 1.12.0)
|
76
|
+
mail (2.8.1)
|
59
77
|
mini_mime (>= 0.1.1)
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
78
|
+
net-imap
|
79
|
+
net-pop
|
80
|
+
net-smtp
|
81
|
+
mini_mime (1.1.5)
|
82
|
+
minitest (5.22.2)
|
83
|
+
mutex_m (0.2.0)
|
84
|
+
net-imap (0.4.10)
|
85
|
+
date
|
86
|
+
net-protocol
|
87
|
+
net-pop (0.1.2)
|
88
|
+
net-protocol
|
89
|
+
net-protocol (0.2.2)
|
90
|
+
timeout
|
91
|
+
net-smtp (0.4.0.1)
|
92
|
+
net-protocol
|
93
|
+
nokogiri (1.16.2-aarch64-linux)
|
94
|
+
racc (~> 1.4)
|
95
|
+
nokogiri (1.16.2-arm-linux)
|
96
|
+
racc (~> 1.4)
|
97
|
+
nokogiri (1.16.2-arm64-darwin)
|
98
|
+
racc (~> 1.4)
|
99
|
+
nokogiri (1.16.2-x86-linux)
|
100
|
+
racc (~> 1.4)
|
101
|
+
nokogiri (1.16.2-x86_64-darwin)
|
102
|
+
racc (~> 1.4)
|
103
|
+
nokogiri (1.16.2-x86_64-linux)
|
104
|
+
racc (~> 1.4)
|
105
|
+
parallel (1.24.0)
|
106
|
+
parser (3.3.0.5)
|
107
|
+
ast (~> 2.4.1)
|
108
|
+
racc
|
109
|
+
public_suffix (5.0.4)
|
110
|
+
racc (1.7.3)
|
111
|
+
rack (3.0.9)
|
112
|
+
rack-session (2.0.0)
|
113
|
+
rack (>= 3.0.0)
|
114
|
+
rack-test (2.1.0)
|
115
|
+
rack (>= 1.3)
|
116
|
+
rails-dom-testing (2.2.0)
|
117
|
+
activesupport (>= 5.0.0)
|
118
|
+
minitest
|
74
119
|
nokogiri (>= 1.6)
|
75
|
-
rails-html-sanitizer (1.
|
76
|
-
loofah (~> 2.
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
rspec-
|
87
|
-
rspec-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
120
|
+
rails-html-sanitizer (1.6.0)
|
121
|
+
loofah (~> 2.21)
|
122
|
+
nokogiri (~> 1.14)
|
123
|
+
rainbow (3.1.1)
|
124
|
+
rake (13.1.0)
|
125
|
+
regexp_parser (2.9.0)
|
126
|
+
rexml (3.2.6)
|
127
|
+
rspec (3.13.0)
|
128
|
+
rspec-core (~> 3.13.0)
|
129
|
+
rspec-expectations (~> 3.13.0)
|
130
|
+
rspec-mocks (~> 3.13.0)
|
131
|
+
rspec-core (3.13.0)
|
132
|
+
rspec-support (~> 3.13.0)
|
133
|
+
rspec-expectations (3.13.0)
|
134
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
135
|
+
rspec-support (~> 3.13.0)
|
136
|
+
rspec-its (1.3.0)
|
137
|
+
rspec-core (>= 3.0.0)
|
138
|
+
rspec-expectations (>= 3.0.0)
|
139
|
+
rspec-mocks (3.13.0)
|
140
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
141
|
+
rspec-support (~> 3.13.0)
|
142
|
+
rspec-support (3.13.0)
|
143
|
+
rubocop (1.60.2)
|
144
|
+
json (~> 2.3)
|
145
|
+
language_server-protocol (>= 3.17.0)
|
92
146
|
parallel (~> 1.10)
|
93
|
-
parser (>= 2
|
147
|
+
parser (>= 3.3.0.2)
|
94
148
|
rainbow (>= 2.2.2, < 4.0)
|
149
|
+
regexp_parser (>= 1.8, < 3.0)
|
150
|
+
rexml (>= 3.2.5, < 4.0)
|
151
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
95
152
|
ruby-progressbar (~> 1.7)
|
96
|
-
unicode-display_width (>=
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
153
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
154
|
+
rubocop-ast (1.30.0)
|
155
|
+
parser (>= 3.2.1.0)
|
156
|
+
ruby-progressbar (1.13.0)
|
157
|
+
ruby2_keywords (0.0.5)
|
158
|
+
timeout (0.4.1)
|
159
|
+
tzinfo (2.0.6)
|
160
|
+
concurrent-ruby (~> 1.0)
|
161
|
+
unicode-display_width (2.5.0)
|
103
162
|
|
104
163
|
PLATFORMS
|
105
|
-
|
164
|
+
aarch64-linux
|
165
|
+
arm-linux
|
166
|
+
arm64-darwin
|
167
|
+
x86-linux
|
168
|
+
x86_64-darwin
|
169
|
+
x86_64-linux
|
106
170
|
|
107
171
|
DEPENDENCIES
|
108
172
|
action_mailer_config!
|
109
|
-
bundler
|
173
|
+
bundler
|
110
174
|
letter_opener
|
111
175
|
rake
|
112
|
-
rspec
|
176
|
+
rspec
|
113
177
|
rspec-its
|
114
178
|
rubocop
|
115
179
|
|
116
180
|
BUNDLED WITH
|
117
|
-
2.
|
181
|
+
2.5.6
|
@@ -19,10 +19,10 @@ Gem::Specification.new do |spec|
|
|
19
19
|
|
20
20
|
spec.add_runtime_dependency "actionmailer", ">= 3"
|
21
21
|
|
22
|
-
spec.add_development_dependency "bundler"
|
22
|
+
spec.add_development_dependency "bundler"
|
23
23
|
spec.add_development_dependency "letter_opener"
|
24
24
|
spec.add_development_dependency "rake"
|
25
|
-
spec.add_development_dependency "rspec"
|
25
|
+
spec.add_development_dependency "rspec"
|
26
26
|
spec.add_development_dependency "rspec-its"
|
27
27
|
spec.add_development_dependency "rubocop"
|
28
28
|
end
|
@@ -4,7 +4,8 @@ require "yaml"
|
|
4
4
|
path = "#{Rails.root}/config/mail.yml"
|
5
5
|
|
6
6
|
config = if File.exist? path
|
7
|
-
|
7
|
+
yaml = ERB.new(File.read(path), trim_mode: "-").result
|
8
|
+
config_for_all = YAML.load(yaml, aliases: true)
|
8
9
|
|
9
10
|
if config_for_all.key? Rails.env
|
10
11
|
config_for_all[Rails.env]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: action_mailer_config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- labocho
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionmailer
|
@@ -28,16 +28,16 @@ dependencies:
|
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '0'
|
34
34
|
type: :development
|
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: '
|
40
|
+
version: '0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: letter_opener
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -70,16 +70,16 @@ dependencies:
|
|
70
70
|
name: rspec
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- - "
|
73
|
+
- - ">="
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '
|
75
|
+
version: '0'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- - "
|
80
|
+
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '
|
82
|
+
version: '0'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: rspec-its
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -136,7 +136,7 @@ homepage: https://github.com/labocho/action_mailer_config
|
|
136
136
|
licenses:
|
137
137
|
- MIT
|
138
138
|
metadata: {}
|
139
|
-
post_install_message:
|
139
|
+
post_install_message:
|
140
140
|
rdoc_options: []
|
141
141
|
require_paths:
|
142
142
|
- lib
|
@@ -151,8 +151,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: '0'
|
153
153
|
requirements: []
|
154
|
-
rubygems_version: 3.
|
155
|
-
signing_key:
|
154
|
+
rubygems_version: 3.5.18
|
155
|
+
signing_key:
|
156
156
|
specification_version: 4
|
157
157
|
summary: Load ActionMailer configuration from YAML
|
158
158
|
test_files:
|