resend 0.23.0 → 0.24.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/lib/resend/mailer.rb +1 -1
- data/lib/resend/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17fbcff646b3034847bea36e37e12f63a8654fd38cdc66da8fd935704d613250
|
4
|
+
data.tar.gz: 4a5105290aa022dd5e72ef6e546294dd23c50d7dc7fb1458c40c51ac679517d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c469989bed973379461c1b93a837f7acd8f1a6cfceac4007f49cf9215189307faed7018cf7fd6adba389af9cfffacda93bc434aba1c739452f58a75f042b19b4
|
7
|
+
data.tar.gz: 590552f7916c9b870fbaed5f54ebbb35652aa3bf8a9b332c020d1e77345c2020ba61fa8f95fc6943f0d2e3ded9907f99a9c9507a3eb76b6a5721dd37fc97507a
|
data/lib/resend/mailer.rb
CHANGED
@@ -221,7 +221,7 @@ module Resend
|
|
221
221
|
}
|
222
222
|
|
223
223
|
# Rails uses the auto generated cid for inline attachments
|
224
|
-
attachment[:
|
224
|
+
attachment[:content_id] = part.cid if part.inline?
|
225
225
|
attachments.append(attachment)
|
226
226
|
end
|
227
227
|
attachments
|
data/lib/resend/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: resend
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.24.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Derich Pacheco
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|