isomorfeus-mailer 2.0.20 → 2.0.21
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/README.md +1 -1
- data/lib/isomorfeus/mailer/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7bde5568b07a0dbbd7e836b0e82e27204067c6913f396c40ce2ecd45b104467b
|
|
4
|
+
data.tar.gz: 58ef07998a809937992a5778fc52db74b6f70c54640183a7cc395031167fb22d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74dfd749fcd9f2390a0dba939ba338065c965c3c03616e312435abdb5e68d8eab8c7822c913df1afef654754c6a7c7becee14c1553a65f194758bb4a6d3aab9e
|
|
7
|
+
data.tar.gz: 75f1765f8269fbbfbf65e617e292a350ec82392d00c1e8d6d8caa6147bdcf36921f0466a334f0875784791cba14fdda221b8c48ff355e2e77f9beb343c9a6cb2
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Build mails with components and send them with [Mailhandler](https://github.com/wildbit/mailhandler#email-sending).
|
|
4
4
|
|
|
5
5
|
### Community and Support
|
|
6
|
-
At the [Isomorfeus Framework Project](
|
|
6
|
+
At the [Isomorfeus Framework Project](https://isomorfeus.com)
|
|
7
7
|
|
|
8
8
|
### Configuration
|
|
9
9
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: isomorfeus-mailer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Biedermann
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-02-
|
|
11
|
+
date: 2022-02-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -170,28 +170,28 @@ dependencies:
|
|
|
170
170
|
requirements:
|
|
171
171
|
- - '='
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
|
-
version: 2.0.
|
|
173
|
+
version: 2.0.21
|
|
174
174
|
type: :runtime
|
|
175
175
|
prerelease: false
|
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
|
177
177
|
requirements:
|
|
178
178
|
- - '='
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
|
-
version: 2.0.
|
|
180
|
+
version: 2.0.21
|
|
181
181
|
- !ruby/object:Gem::Dependency
|
|
182
182
|
name: isomorfeus
|
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
|
184
184
|
requirements:
|
|
185
185
|
- - '='
|
|
186
186
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 2.0.
|
|
187
|
+
version: 2.0.21
|
|
188
188
|
type: :development
|
|
189
189
|
prerelease: false
|
|
190
190
|
version_requirements: !ruby/object:Gem::Requirement
|
|
191
191
|
requirements:
|
|
192
192
|
- - '='
|
|
193
193
|
- !ruby/object:Gem::Version
|
|
194
|
-
version: 2.0.
|
|
194
|
+
version: 2.0.21
|
|
195
195
|
- !ruby/object:Gem::Dependency
|
|
196
196
|
name: rake
|
|
197
197
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -234,11 +234,12 @@ files:
|
|
|
234
234
|
- lib/isomorfeus/mailer/imports.rb
|
|
235
235
|
- lib/isomorfeus/mailer/version.rb
|
|
236
236
|
- lib/lucid_mail.rb
|
|
237
|
-
homepage:
|
|
237
|
+
homepage: https://isomorfeus.com
|
|
238
238
|
licenses:
|
|
239
239
|
- MIT
|
|
240
240
|
metadata:
|
|
241
241
|
github_repo: ssh://github.com/isomorfeus/gems
|
|
242
|
+
source_code_uri: https://github.com/isomorfeus/isomorfeus-project/isomorfeus-mailer
|
|
242
243
|
post_install_message:
|
|
243
244
|
rdoc_options: []
|
|
244
245
|
require_paths:
|