page_print 0.1.7-x86_64-linux → 0.1.8-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: 50ee723070864487a535ed320e78b1484fdcbf6a68bf281be5625c2b56c8ad97
4
- data.tar.gz: 8eaf1c8ff260630fab6cee3e436b87bf500cf623f8edbe36f533a2ed490d3c14
3
+ metadata.gz: 3200a2bdff1d6d8d710fadaffe11918ab3a85304bd41cdbaac12981ecb85186e
4
+ data.tar.gz: cecc18dd91b32bd56e8246f70c9653a59f0b1c327a2036afcc25ce63c9bcab04
5
5
  SHA512:
6
- metadata.gz: f1feb083d241f52ea404a3a56eb4b339346fa368699d8296cde6deec2d868376f5010a40042ad5e5fb95d820a4a288b40098e8e426abc896ec73a49bc95967c2
7
- data.tar.gz: 49d22a84caf0ca4c4e9d092958e3132feba2e82038ac299e83e1425ea997aa8634363f99efd7f40e4554f0b006b552e49f25bb6b0c27a24ec3e90fb55a52b3fc
6
+ metadata.gz: 4e17f9312def12e19680048d69af45c8d28dc9f685c5b7254e6baf1382258396aa7eda562639e96e03b19fc04856d600c67126edb28a5701b7d3d029af2e8539
7
+ data.tar.gz: 325dbb540c591f9e018049481dda01f37989d517165efb4db186a5bf59f3dc2155812a512604d42f572b7ac90a0585a02d59c4d5c684b7253d5c4a12dab42a17
data/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  > [!IMPORTANT]
4
4
  > PagePrint is not production-ready yet. The gem is still in active testing, especially around native packaging and platform compatibility.
5
5
 
6
-
7
6
  `page_print` renders HTML strings to PDF files from Ruby using the `plutobook` library through a native C extension.
8
7
 
9
8
  It exists as a faster, simpler alternative to PDFKit and other `wkhtmltopdf`-based gems. There is no external renderer process to shell out to, and the public Ruby API is intentionally small.
@@ -13,7 +12,7 @@ It exists as a faster, simpler alternative to PDFKit and other `wkhtmltopdf`-bas
13
12
  Add PagePrint to your Gemfile:
14
13
 
15
14
  ```ruby
16
- gem "page_print", "~> 0.1.4"
15
+ gem "page_print"
17
16
  ```
18
17
 
19
18
  Or install from RubyGems directly:
@@ -145,7 +144,7 @@ RUNS=30 WARMUPS=3 bundle exec ruby benchmark/pdf_renderers.rb
145
144
  Measured on 2026-05-30 with Ruby 3.4.7 on Apple Silicon:
146
145
 
147
146
  | Renderer | Avg wall | P95 wall | Avg CPU | Avg peak RSS | Avg PDF |
148
- |---|---:|---:|---:|---:|---:|
147
+ | --- | ---: | ---: | ---: | ---: | ---: |
149
148
  | `page_print` | 78.2ms | 89.6ms | 93.4ms | 42.1MB | 33.0KB |
150
149
  | PDFKit | 782.2ms | 2127.1ms | 824.8ms | 59.4MB | 27.9KB |
151
150
 
@@ -161,7 +160,7 @@ For options and CSV output, see `benchmark/README.md`.
161
160
  Supported platforms:
162
161
 
163
162
  | Platform | Install Type |
164
- |---|---|
163
+ | --- | --- |
165
164
  | `x86_64-linux` | Vendored PlutoBook, local Ruby extension build |
166
165
  | `arm64-darwin` | Vendored PlutoBook, local Ruby extension build |
167
166
  | Other platforms | Source build |
@@ -1,3 +1,3 @@
1
1
  module PagePrint
2
- VERSION = '0.1.7'
2
+ VERSION = '0.1.8'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: page_print
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Dino Maric
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-08-08 00:00:00.000000000 Z
11
+ date: 2026-08-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby gem with a native extension that renders HTML strings to PDF files
14
14
  via the plutobook C library.
@@ -98,7 +98,6 @@ files:
98
98
  - lib/page_print/vendor/x86_64-linux/lib/libpixman-1.so.0
99
99
  - lib/page_print/vendor/x86_64-linux/lib/libplutobook.so.0.18.0
100
100
  - lib/page_print/vendor/x86_64-linux/lib/libpng16.so.16
101
- - lib/page_print/vendor/x86_64-linux/lib/libruby.so.3.2
102
101
  - lib/page_print/vendor/x86_64-linux/lib/libuuid.so.1
103
102
  - lib/page_print/vendor/x86_64-linux/lib/libxcb-render.so.0
104
103
  - lib/page_print/vendor/x86_64-linux/lib/libxcb-shm.so.0