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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 282c86632db77e6416d7844d49d33f19bdf062febfb6b1dc188131abeab8e7cf
4
- data.tar.gz: b49caffcc6f9b3d36d4f2074fde14429f3ee92f4ae674193a02e5baedca4e839
3
+ metadata.gz: e2f00c19cc2b8248a24899419d7f0f834637b89e71dd0bd81fb29e7c499d96f5
4
+ data.tar.gz: be2adb8d1efb1645dc0bc63cbe484befa9d8d128886196b093faeae10fc2b15a
5
5
  SHA512:
6
- metadata.gz: 0a70aecd754ffede17f3dc10413e5571b1c82f33a4d5328d824d46c2ca659c6cbdfba98bea548a12d031978cfa39d139bd5f8037938949c42b053ae7d3ea7837
7
- data.tar.gz: 668297262fc566b3f72c0e61505199f8c70333f339255793baa773ce6262df5a89c30d2a58223eca301189a8d0523df05ea0b8654368ccff809dbdeeebc6adc3
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/mitsuru/fulgur) — an offline,
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/mitsuru/fulgur)
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
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.5.2"
4
+ VERSION = "0.5.6"
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.5.2
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-18 00:00:00.000000000 Z
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/mitsuru/fulgur
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/mitsuru/fulgur
37
+ source_code_uri: https://github.com/fulgur-rs/fulgur
38
38
  post_install_message:
39
39
  rdoc_options: []
40
40
  require_paths: