fulgur 0.5.2 → 0.5.6

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: 49af1c069ea7a0030ed744f9ea6d55b3ba07d47e97f32779d2b68d1b1000924f
4
- data.tar.gz: 5e6863e54f9611ab98842e30c699f306b4e90b82854e593cd7b724e14a1b2957
3
+ metadata.gz: 6c79543c9c87bb37c80f036b6d0f9be48765d4b9b512131437555d20449c74d7
4
+ data.tar.gz: a5b5290842c753a9b7bfa7d04bb91cbdc13c1d280f9560588f7d2c4606de3b6b
5
5
  SHA512:
6
- metadata.gz: 50bdb664ac4bd062e4f073e0a02c4d0248147426d5dba9c891a2d0c3c7f65278df2fd3c4b318b6c03de8fba1198e658ecfdc580875ff73b4e306c6c2cd679894
7
- data.tar.gz: 8fe28a0d8af8a852958aaa95702dd96d27d27d734cc97ad55a62570b2afe633c12b85c9eb7beaa73b5597a8774c3f90236c6d59fe92fc0ae1a7ec84998044146
6
+ metadata.gz: 660e98c4249f31e4618033e0c68c56bc20929a42d0b884d3659037ea5be8b28f5da170416a4388a081af4fd3bef861f8c20c42161a2b8896dcd14fb2e67d13bd
7
+ data.tar.gz: 78af4294a7850a3fab5cb74907c1021690fbca081749f52b99dbf02f100ffb42db2df782cae0f75a84165a2acb211b2b3280c786f0885c3daffb0135f13e0a53
data/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "fulgur-ruby"
3
- version = "0.5.2"
3
+ version = "0.5.6"
4
4
  # rb_sys cross-gem-action は `directory: crates/fulgur-ruby` のみをコンテナに
5
5
  # マウントするため、この Cargo.toml は workspace root 不在でも cargo metadata
6
6
  # を解決できる必要がある。したがって workspace 継承 (`.workspace = true`) は
@@ -8,8 +8,8 @@ version = "0.5.2"
8
8
  edition = "2024"
9
9
  rust-version = "1.85.0"
10
10
  license = "MIT OR Apache-2.0"
11
- repository = "https://github.com/mitsuru/fulgur"
12
- homepage = "https://github.com/mitsuru/fulgur"
11
+ repository = "https://github.com/fulgur-rs/fulgur"
12
+ homepage = "https://github.com/fulgur-rs/fulgur"
13
13
  description = "Ruby bindings for fulgur — offline HTML/CSS to PDF conversion"
14
14
  publish = false
15
15
 
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  [package]
4
4
  name = "fulgur"
5
- version = "0.5.2"
5
+ version = "0.5.6"
6
6
  # crates/fulgur-ruby/Cargo.toml と同じ src を共有 (path = "../../src/lib.rs")。
7
7
  # workspace と同じ edition 2024 に揃える。
8
8
  edition = "2024"
@@ -22,7 +22,7 @@ ruby-api = ["dep:magnus", "dep:rb-sys"]
22
22
  # を参照する (release 時は release.yml → release: published → release-ruby.yml の順で
23
23
  # 発火するため、この時点で fulgur のバージョンは crates.io に存在する)。
24
24
  # release-prepare.yml が sed でこの行のバージョンを同期する。
25
- fulgur = "0.5.2"
25
+ fulgur = "0.5.6"
26
26
  base64 = "0.22"
27
27
  magnus = { version = "0.7", optional = true }
28
28
  rb-sys = { version = "0.9", optional = true }
@@ -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: ruby
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
  - !ruby/object:Gem::Dependency
14
14
  name: rb_sys
@@ -50,13 +50,13 @@ files:
50
50
  - src/margin.rs
51
51
  - src/page_size.rs
52
52
  - src/pdf.rs
53
- homepage: https://github.com/mitsuru/fulgur
53
+ homepage: https://github.com/fulgur-rs/fulgur
54
54
  licenses:
55
55
  - Apache-2.0
56
56
  - MIT
57
57
  metadata:
58
58
  allowed_push_host: https://rubygems.org
59
- source_code_uri: https://github.com/mitsuru/fulgur
59
+ source_code_uri: https://github.com/fulgur-rs/fulgur
60
60
  post_install_message:
61
61
  rdoc_options: []
62
62
  require_paths: