sghtmltopdf 0.4.0-x86_64-linux → 0.5.0-x86_64-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: bd563b6518111cfeb35a581bab08d393ca5963ca0ed7e322c5220ece2e11b149
4
- data.tar.gz: cad697684c4f9f395b5a787cbc940267bfb42965227b76736031270870449e66
3
+ metadata.gz: ae0e96d8473d9e7d3bf1d42fbdd0b5e07905aef35b4529a374904e38a64d0f3c
4
+ data.tar.gz: b0becd43b501a9b8cb6b682a41018542cddfb2b6dc890062c3e2bc8baf6c8c01
5
5
  SHA512:
6
- metadata.gz: dbff7a526f2f116ea2cc5898ecd235a3756bb61bf91e89b316899971d135950d1a193c23cc297a459cad34fae149f750aabd04325a69f5b5e12c58b6bf984934
7
- data.tar.gz: 7f391d27bf110c29824ea77446953fd64d5a475b227337df301a1d70b55f924eeae2a007198a41214f74fc449f8078234125f92079584f3092283792e62c573d
6
+ metadata.gz: 1fecedbffe4c1035e23f083f081ef356663386cfe9eaeffa7619f247377fd1c555c3cc777cde71261ee27c695597725f878662364dda5e87d74f11270dbc6903
7
+ data.tar.gz: a67601393d768ecb6d6f3578ebf53dce71a8a62ff1530e92e8196eb9cdd524e348b3d4c9ce9aeb4a54feed05769999e0eb8b6d03d33f3769733f370413fc92d7
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: x86_64-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