inky-email 2.0.0.pre.beta.2 → 2.0.0.pre.beta.3
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
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '088ff140586e55ecc68e77e3959f851d0eb259902eefd8b28dcaec72256c346f'
|
|
4
|
+
data.tar.gz: d88ea2e6457e0f3da1e73245290cfcad15d2dccbbf03e85fe1ec1e234ded3a5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47f1b26f730aa1298cd5f80f69aebb41a1a010ea09409b69c03b7ab65a7fb0835774432d14322a067cc065020adc600ec1b12b9d4e705a0db5d8477dba517d2b
|
|
7
|
+
data.tar.gz: 196ed950288514e72450b422242abaaa80359c40c509bb6f66b87a5a48d1fc37334746a29c084a7f01cb00bf489c402c087dbfc3f10e445c69ed74bc7050bb5d
|
metadata
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inky-email
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.0.pre.beta.
|
|
4
|
+
version: 2.0.0.pre.beta.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ZURB
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2026-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Inky converts simple HTML with custom components into email-safe table
|
|
14
14
|
markup. Powered by Rust via Fiddle.
|
|
15
|
-
email:
|
|
15
|
+
email:
|
|
16
16
|
executables: []
|
|
17
17
|
extensions: []
|
|
18
18
|
extra_rdoc_files: []
|
|
@@ -24,7 +24,7 @@ licenses:
|
|
|
24
24
|
metadata:
|
|
25
25
|
source_code_uri: https://github.com/foundation/inky
|
|
26
26
|
bug_tracker_uri: https://github.com/foundation/inky/issues
|
|
27
|
-
post_install_message:
|
|
27
|
+
post_install_message:
|
|
28
28
|
rdoc_options: []
|
|
29
29
|
require_paths:
|
|
30
30
|
- lib
|
|
@@ -35,12 +35,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
35
35
|
version: 2.7.0
|
|
36
36
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - "
|
|
38
|
+
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version:
|
|
40
|
+
version: '0'
|
|
41
41
|
requirements: []
|
|
42
|
-
rubygems_version: 3.
|
|
43
|
-
signing_key:
|
|
42
|
+
rubygems_version: 3.5.22
|
|
43
|
+
signing_key:
|
|
44
44
|
specification_version: 4
|
|
45
45
|
summary: Transform email templates into email-safe HTML
|
|
46
46
|
test_files: []
|