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 +4 -4
- data/Cargo.toml +3 -3
- data/README.md +2 -2
- data/ext/fulgur/Cargo.toml +2 -2
- 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: 6c79543c9c87bb37c80f036b6d0f9be48765d4b9b512131437555d20449c74d7
|
|
4
|
+
data.tar.gz: a5b5290842c753a9b7bfa7d04bb91cbdc13c1d280f9560588f7d2c4606de3b6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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/
|
|
12
|
-
homepage = "https://github.com/
|
|
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/
|
|
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/ext/fulgur/Cargo.toml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[package]
|
|
4
4
|
name = "fulgur"
|
|
5
|
-
version = "0.5.
|
|
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.
|
|
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 }
|
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: ruby
|
|
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
|
- !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/
|
|
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/
|
|
59
|
+
source_code_uri: https://github.com/fulgur-rs/fulgur
|
|
60
60
|
post_install_message:
|
|
61
61
|
rdoc_options: []
|
|
62
62
|
require_paths:
|