sghtmltopdf 0.1.0-aarch64-linux → 0.1.1-aarch64-linux
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/sghtmltopdf/3.2/sghtmltopdf.so +0 -0
- data/lib/sghtmltopdf/3.3/sghtmltopdf.so +0 -0
- data/lib/sghtmltopdf/3.4/sghtmltopdf.so +0 -0
- data/lib/sghtmltopdf/4.0/sghtmltopdf.so +0 -0
- data/lib/sghtmltopdf/version.rb +1 -1
- metadata +8 -8
- data/lib/sghtmltopdf/3.0/sghtmltopdf.so +0 -0
- data/lib/sghtmltopdf/3.1/sghtmltopdf.so +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0486a70811c81260b91216cc169f022d94178ae966e2f437609bb444b0c5e852'
|
|
4
|
+
data.tar.gz: 3fe4fc72a5b9c43321f3707cd112d73252f36cd804a8e04e916dcb94480a26c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5e0f599fa858347957341702736c3b11fa5c3e8e235b8e2f2490c4e5323dbcc7e3d8713510924d16e3c8b8566e2d97b75861c156fe750770daec0215c261fc8
|
|
7
|
+
data.tar.gz: 1c1b5caf8b1e523d008e62b1cafd13f26e00b0231bd5571d63cce6169558bb110ecedd95abe1e3489fb6f8c29d874000244ecf4d7d09f919e59c151a3bd0bec5
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/sghtmltopdf/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sghtmltopdf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: aarch64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- yo_waka
|
|
@@ -11,9 +11,11 @@ cert_chain: []
|
|
|
11
11
|
date: 2026-08-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |
|
|
14
|
-
wkhtmltopdf
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
Ruby binding for sghtmltopdf, a successor to wkhtmltopdf: an HTML-to-PDF
|
|
15
|
+
rendering engine written in Rust that needs no browser process. The engine
|
|
16
|
+
runs in-process through a native extension and releases the GVL while
|
|
17
|
+
rendering. On Rails it registers a wicked_pdf compatible renderer, so
|
|
18
|
+
`render pdf: "invoice"` works with the keys you already use.
|
|
17
19
|
email:
|
|
18
20
|
- y.wakahara@gmail.com
|
|
19
21
|
executables: []
|
|
@@ -23,8 +25,6 @@ files:
|
|
|
23
25
|
- LICENSE
|
|
24
26
|
- README.md
|
|
25
27
|
- lib/sghtmltopdf.rb
|
|
26
|
-
- lib/sghtmltopdf/3.0/sghtmltopdf.so
|
|
27
|
-
- lib/sghtmltopdf/3.1/sghtmltopdf.so
|
|
28
28
|
- lib/sghtmltopdf/3.2/sghtmltopdf.so
|
|
29
29
|
- lib/sghtmltopdf/3.3/sghtmltopdf.so
|
|
30
30
|
- lib/sghtmltopdf/3.4/sghtmltopdf.so
|
|
@@ -52,7 +52,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
52
52
|
requirements:
|
|
53
53
|
- - ">="
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: '3.
|
|
55
|
+
version: '3.2'
|
|
56
56
|
- - "<"
|
|
57
57
|
- !ruby/object:Gem::Version
|
|
58
58
|
version: 4.1.dev
|
|
@@ -65,5 +65,5 @@ requirements: []
|
|
|
65
65
|
rubygems_version: 3.5.23
|
|
66
66
|
signing_key:
|
|
67
67
|
specification_version: 4
|
|
68
|
-
summary: Chromium
|
|
68
|
+
summary: HTML to PDF renderer that does not depend on Chromium, WebKit, or Gecko
|
|
69
69
|
test_files: []
|
|
Binary file
|
|
Binary file
|