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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 76c5e09cd07d909ef74f7b5c2c56ea163f16dd407e2d309238ac0932309e9528
4
- data.tar.gz: 56498f8925b1e32b11d919b77620886cf7c39287d55d3fdeb6547e84e9bf35a6
3
+ metadata.gz: '0486a70811c81260b91216cc169f022d94178ae966e2f437609bb444b0c5e852'
4
+ data.tar.gz: 3fe4fc72a5b9c43321f3707cd112d73252f36cd804a8e04e916dcb94480a26c4
5
5
  SHA512:
6
- metadata.gz: cc27feea209ad21fc3af19e4d3e0aac98039bf004ef6a21f42f18b8888af56a9390a491ebfc1a8e45482b545a9f3e7c258b5216ee162c9f7df4248276c6fd6d3
7
- data.tar.gz: cc1033fec212e7a14c8a6f66da6f0d6cb2d257a1fd27d13d60b1bb6f59039ba73e211ce2db6b913a633dc9472f1f58e2a9c624785aacd5e5178323ee1a771154
6
+ metadata.gz: e5e0f599fa858347957341702736c3b11fa5c3e8e235b8e2f2490c4e5323dbcc7e3d8713510924d16e3c8b8566e2d97b75861c156fe750770daec0215c261fc8
7
+ data.tar.gz: 1c1b5caf8b1e523d008e62b1cafd13f26e00b0231bd5571d63cce6169558bb110ecedd95abe1e3489fb6f8c29d874000244ecf4d7d09f919e59c151a3bd0bec5
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.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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の後継として、Chromium/WebKit/Geckoに依存しないRust製の
15
- HTML→PDFレンダリングエンジンをRubyから使うためのバインディング。
16
- Railsからはwicked_pdf互換のレンダラ(`render pdf: "invoice"`)で使える。
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.0'
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/WebKit/Geckoに依存しないHTML→PDFレンダラー
68
+ summary: HTML to PDF renderer that does not depend on Chromium, WebKit, or Gecko
69
69
  test_files: []
Binary file
Binary file