fulgur 0.21.0-aarch64-linux → 0.23.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: 81746f4e6e4a5df8f208827a8f061529318161f6bd661e5891d725f4ecbddaa1
4
- data.tar.gz: b18ddd353aad14acbdfbc0d9cf5ad53a56a93585a07b7762f1b2b3a717a7c504
3
+ metadata.gz: 569a36df47ee7cd232afafab61f05f7a107613f58fac2850ca7635d9a700f6c6
4
+ data.tar.gz: 9e5eb56247b01f833f92cd986a5decec338491f4e1123bf65621ea7aca89bb63
5
5
  SHA512:
6
- metadata.gz: 91a332bd9f4a880aa63a65b85381667142545d607870fd6e3c4132881297461bb7afaf1b06ca87296a8a95ae6b88f7e2c0f283cfd5d02ee790048ebc17098799
7
- data.tar.gz: 9c77ee3e263cfcf33d12b057d0ac685f7a590bdbf010cf40984339fdc2af1e2064e73380ebcdb0430642e0a050d382b212161d91a4d764f7f331d0b04f0c8ca4
6
+ metadata.gz: 9974510a9e4e5bb4f05477d014182e34b76e24e87b1537f0ee718ac4ab52efaae8a56f5cb74402557f246b04dc9acef783b6eda8d5317225097cdbf64310b212
7
+ data.tar.gz: 87ce5f8f1f143beca46ee35a37a9985f28e01c26129fc22e3dd9e1fe9901006659dc40ee05be41e927a68d54ac4847ebaac6a4cc21b2207031e4ffe79d85626b
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fulgur
4
- VERSION = "0.21.0"
4
+ VERSION = "0.23.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fulgur
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.23.0
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Mitsuru Hayasaka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-02 00:00:00.000000000 Z
11
+ date: 2026-07-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Ruby bindings for fulgur, a deterministic HTML/CSS to PDF rendering engine.
14
14
  email:
@@ -17,7 +17,6 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - CHANGELOG.md
21
20
  - LICENSE-MIT
22
21
  - README.md
23
22
  - lib/fulgur.rb
data/CHANGELOG.md DELETED
@@ -1,102 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to the `fulgur` gem will be documented here.
4
-
5
- ## [Unreleased]
6
-
7
- ## [0.21.0](https://github.com/fulgur-rs/fulgur/compare/fulgur-ruby-v0.20.0...fulgur-ruby-v0.21.0) - 2026-07-02
8
-
9
- ### Added
10
-
11
- - *(fulgur-ruby)* add render_html_to_file + integration specs
12
- - *(fulgur-ruby)* release GVL during render_html
13
- - *(fulgur-ruby)* add Pdf#write_to_path + #write_to_io (64KB chunked, binmode)
14
- - *(fulgur-ruby)* add Pdf result object (to_s/bytesize/to_base64/to_data_uri) + render_html
15
- - *(fulgur-ruby)* add Engine + EngineBuilder (kwargs + chain)
16
- - *(fulgur-ruby)* add AssetBundle wrapper + long/short aliases
17
- - *(fulgur-ruby)* add Margin wrapper (positional + kwargs + factory)
18
- - *(fulgur-ruby)* add PageSize wrapper (A4/LETTER/A3 + custom + landscape)
19
- - *(fulgur-ruby)* add error mapping (Fulgur::{Error,RenderError,AssetError} + Errno::ENOENT)
20
- - *(fulgur-ruby)* scaffold gem + crate skeleton
21
-
22
- ### Fixed
23
-
24
- - *(fulgur-ruby)* align Gemfile.lock fulgur path-gem to 0.10.0
25
- - *(bindings)* handle fulgur::Error::Other in pyfulgur and fulgur-ruby
26
- - *(fulgur-ruby)* strip rb_sys dep from native gem spec
27
- - address CodeRabbit/Devin review feedback on PR #103
28
- - *(fulgur-ruby)* use fulgur::asset::AssetBundle full path
29
- - *(fulgur-ruby)* single-platform cross_platform + gemspec injection
30
- - *(fulgur-ruby)* make cross-compile work in cross-gem-action mount
31
- - *(fulgur-ruby)* use RbSys::ExtensionTask for cross-compile
32
- - *(fulgur-ruby)* address CodeRabbit re-review
33
- - *(fulgur-ruby)* address AI review feedback (coderabbit + devin + gemini)
34
- - *(fulgur-ruby)* address Task 1 review feedback
35
- - address AI review feedback on placeholder packages
36
-
37
- ### Other
38
-
39
- - v0.20.0
40
- - resolve conflict with main; update multicol_column_rule_renders to render()
41
- - update all call sites to new render API names
42
- - v0.18.0
43
- - v0.17.0
44
- - v0.16.0
45
- - *(deps)* bump rb_sys
46
- - v0.15.0
47
- - v0.14.0
48
- - v0.13.0
49
- - v0.12.0
50
- - v0.11.0
51
- - v0.10.0
52
- - v0.9.0
53
- - Merge pull request #231 from fulgur-rs/ci/bindings-check
54
- - migrate remaining magnus deprecations in error.rs and lib.rs
55
- - migrate to magnus 0.8 Ruby:: handle pattern
56
- - v0.8.0
57
- - v0.7.0
58
- - v0.6.0
59
- - v0.5.14
60
- - v0.5.13
61
- - *(deps)* bump magnus from 0.7.1 to 0.8.2
62
- - v0.5.12
63
- - v0.5.11
64
- - v0.5.10
65
- - v0.5.9
66
- - v0.5.8
67
- - v0.5.7
68
- - v0.5.6
69
- - v0.5.5
70
- - v0.5.4
71
- - v0.5.3
72
- - Merge pull request #109 from fulgur-rs/docs/add-cla
73
- - v0.5.2
74
- - v0.5.1
75
- - v0.5.0
76
- - *(fulgur-ruby)* loosen required_ruby_version to 3.1.0
77
- - *(fulgur-ruby)* clarify write_to_path description (no binmode concept)
78
- - *(fulgur-ruby)* add README + CHANGELOG
79
- - add not-available note above planned API examples
80
- - add placeholder packages for PyPI (pyfulgur) and RubyGems (fulgur)
81
-
82
- ## [0.0.1] - 2026-04-17
83
-
84
- Initial Ruby binding for fulgur.
85
-
86
- ### Added
87
-
88
- - `Fulgur::Engine` (kwargs constructor + builder chain)
89
- - `Fulgur::EngineBuilder` for reusable engine construction
90
- - `Fulgur::AssetBundle` with long (`add_*`) and short (`css`, `font_file`, etc.) aliases
91
- - `Fulgur::PageSize` with `A4` / `LETTER` / `A3` constants and `.custom(w_mm, h_mm)`; accepts `Symbol`, `String`, or class constants as input
92
- - `Fulgur::Margin` with CSS-style positional args, keyword args, and `.uniform` / `.symmetric` factories
93
- - `Fulgur::Pdf` result object: `#to_s` (ASCII-8BIT), `#to_base64`, `#to_data_uri`, `#write_to_path`, `#write_to_io` (64 KiB chunked, binmode-guaranteed), `#bytesize`
94
- - `Engine#render_html` and `Engine#render_html_to_file` release the GVL during the Rust render call
95
- - Error hierarchy: `Fulgur::Error` / `Fulgur::RenderError` / `Fulgur::AssetError`, plus standard `ArgumentError` / `Errno::ENOENT`
96
- - Ruby 3.3+ support
97
-
98
- ### Known Limitations
99
-
100
- - Precompiled gems / RubyGems publish automation are tracked separately (fulgur-qyf) and not yet in place; gems must be built from source for now
101
- - Streaming renderer: Krilla emits bytes at the end of rendering, so `#write_to_io` chunks a completed buffer rather than streaming during layout
102
- - No Ractor safety analysis yet