sghtmltopdf 0.1.0-x86_64-linux → 0.1.1-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: 929023444d6dad360c7017be893cb31238b08210a1d240851ed6121654f0a984
4
- data.tar.gz: f216fcc8feb105386e515a63840852e11ea7eff422003bfc51294db31f656146
3
+ metadata.gz: 7dca1c908421c182d78541ddc972fb2a0e35955d418af60288f0b5c68d76b6d8
4
+ data.tar.gz: ea7dd85deaed651c87807847830a7d60edbdaef7c553f2b449ac5711def056a7
5
5
  SHA512:
6
- metadata.gz: bb8226e67a465212f3e4348a6b7ba75248cb52ccb2b4eb7cbc1ab6866d9aa0bbd0bbeb4d47934198159dce7118bbc471af73ed9a4d918458cd24cfc80d733393
7
- data.tar.gz: 558d7f48fd3c3db198cbc78e7ddaa32efe73aef3bbaa298a5d5a460f7d9017fda9dd3b578841d0cf4a1f2aec0a053b3455f7c205c5644ffec1eecfb76fe5468a
6
+ metadata.gz: 229da050058c698a705247a16e1ba2d0a63f940a616a4bf2b27160b46028a17a6c9fcc7b52fa4d95b7ef087c35ccd6195cca9e3a54d3ad376218b1e9725a3f7d
7
+ data.tar.gz: 5e71179c23042b0c1b35b4a243aa17b53832a832c8705f2b8a074a7dc48f174c4b5ae9a52c3522067e6ee96b1bc66c1523455c13d8e8c34f8f66ec1a6fba1953
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: x86_64-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