sghtmltopdf 0.4.0-aarch64-linux → 0.5.0-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a44aaf047687b49c64558bc29dbf047c625708e484e1f78771f8dcf2e1d594bc
4
- data.tar.gz: bf7dd74950f85a78df6bdc8c888319f890250bdd908acf4f3e90bcf9a72a63dc
3
+ metadata.gz: 3ecf5d9dc6257d14a09316b0ec7b655e740362abcc79d34094dec8d8f333395c
4
+ data.tar.gz: 2e137c1c869d6dbdda69094e46328088d5ecc0d53fa17c948044f3056a740b28
5
5
  SHA512:
6
- metadata.gz: 520dafa89a98b182ccb51784157ce8c19126c62ca2a22e80ebd065860a941ac4f17821572ab66be5938a427ef467499f7959df230c016621acb9924db5ee7e6f
7
- data.tar.gz: 54dd99c0f46f42d4399ca8717161ebdb63e5caf39716e7240c350a9a34430c918225f9d1717a04df429476e3f8bca1c92857d5505e3bd263305b78725bde34b1
6
+ metadata.gz: 95a3b747334c971a73a8bc27f7d8013e93f843e1a0402a18e85a92fddd9947852f0c4d1d7013553effe8ebade0097bfbe62c943fb8f9837b24a0f7b22685834e
7
+ data.tar.gz: 684a2cfa586a9bf3efd8312c493a549166ef06095bd7a2af406b92891e58d04e29c3cd0dcbc4ada9e6bdb6c97b78ac7b224b95f90463f51394f1487108b78359
data/README.md CHANGED
@@ -13,10 +13,10 @@ The engine runs inside your process through a native extension (magnus + rb-sys)
13
13
  gem "sghtmltopdf"
14
14
  ```
15
15
 
16
- Precompiled native gems are published for `x86_64-linux`, `aarch64-linux`, `x86_64-linux-musl`, `aarch64-linux-musl`, and `arm64-darwin`.
16
+ Precompiled native gems are published for `x86_64-linux`, `aarch64-linux`, `x86_64-linux-musl`, `aarch64-linux-musl`, `arm64-darwin`, and `x86_64-darwin`.
17
17
  There is no build step on those platforms.
18
18
 
19
- Elsewhere (Intel Mac, Windows) the gem cannot run in-process — the source gem does not carry the Rust core and will refuse to build with an explanatory message.
19
+ Elsewhere (Windows) the gem cannot run in-process — the source gem does not carry the Rust core and will refuse to build with an explanatory message.
20
20
  Point those environments at a separate `sghtmltopdf server` process instead; see [Delegating to a server](#delegating-to-a-server).
21
21
 
22
22
  Requires Ruby >= 3.2.
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sghtmltopdf
4
- VERSION = "0.4.0"
4
+ VERSION = "0.5.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sghtmltopdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - yo_waka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-09-05 00:00:00.000000000 Z
11
+ date: 2026-09-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  Ruby binding for sghtmltopdf, a successor to wkhtmltopdf: an HTML-to-PDF