fulgur 0.5.2-aarch64-linux → 0.5.6-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 +4 -4
- data/README.md +2 -2
- data/lib/fulgur/3.1/fulgur.so +0 -0
- data/lib/fulgur/3.2/fulgur.so +0 -0
- data/lib/fulgur/3.3/fulgur.so +0 -0
- data/lib/fulgur/3.4/fulgur.so +0 -0
- data/lib/fulgur/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2f00c19cc2b8248a24899419d7f0f834637b89e71dd0bd81fb29e7c499d96f5
|
|
4
|
+
data.tar.gz: be2adb8d1efb1645dc0bc63cbe484befa9d8d128886196b093faeae10fc2b15a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 369bb438171c54d9f4b3d37ffb3433bac61cbe9e6b26262cbb4390f13c877a45ea93144a19f96c5e6bb4b2a7aa748ccb95a6d7e46b465d63f70d4689c2477e9e
|
|
7
|
+
data.tar.gz: c8313bb30c9244bcebe8bb329549c5d34ffd0472ceb316819f0c0ad039ec17e7964a01bdbf848e7bdab9d9f50636f733acd183da670fddaa6328d8ee10c5df37
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# fulgur
|
|
2
2
|
|
|
3
|
-
Ruby bindings for [fulgur](https://github.com/
|
|
3
|
+
Ruby bindings for [fulgur](https://github.com/fulgur-rs/fulgur) — an offline,
|
|
4
4
|
deterministic HTML/CSS to PDF conversion library written in Rust.
|
|
5
5
|
|
|
6
6
|
## Status
|
|
@@ -225,7 +225,7 @@ under `lib/`, and Rust sources under `src/`.
|
|
|
225
225
|
|
|
226
226
|
## Links
|
|
227
227
|
|
|
228
|
-
- [fulgur on GitHub](https://github.com/
|
|
228
|
+
- [fulgur on GitHub](https://github.com/fulgur-rs/fulgur)
|
|
229
229
|
- [fulgur on crates.io](https://crates.io/crates/fulgur)
|
|
230
230
|
|
|
231
231
|
## License
|
data/lib/fulgur/3.1/fulgur.so
CHANGED
|
Binary file
|
data/lib/fulgur/3.2/fulgur.so
CHANGED
|
Binary file
|
data/lib/fulgur/3.3/fulgur.so
CHANGED
|
Binary file
|
data/lib/fulgur/3.4/fulgur.so
CHANGED
|
Binary file
|
data/lib/fulgur/version.rb
CHANGED
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.5.
|
|
4
|
+
version: 0.5.6
|
|
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-04-
|
|
11
|
+
date: 2026-04-21 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:
|
|
@@ -28,13 +28,13 @@ files:
|
|
|
28
28
|
- lib/fulgur/asset_bundle.rb
|
|
29
29
|
- lib/fulgur/margin.rb
|
|
30
30
|
- lib/fulgur/version.rb
|
|
31
|
-
homepage: https://github.com/
|
|
31
|
+
homepage: https://github.com/fulgur-rs/fulgur
|
|
32
32
|
licenses:
|
|
33
33
|
- Apache-2.0
|
|
34
34
|
- MIT
|
|
35
35
|
metadata:
|
|
36
36
|
allowed_push_host: https://rubygems.org
|
|
37
|
-
source_code_uri: https://github.com/
|
|
37
|
+
source_code_uri: https://github.com/fulgur-rs/fulgur
|
|
38
38
|
post_install_message:
|
|
39
39
|
rdoc_options: []
|
|
40
40
|
require_paths:
|