sghtmltopdf 0.1.1-aarch64-linux → 0.2.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: '0486a70811c81260b91216cc169f022d94178ae966e2f437609bb444b0c5e852'
4
- data.tar.gz: 3fe4fc72a5b9c43321f3707cd112d73252f36cd804a8e04e916dcb94480a26c4
3
+ metadata.gz: 2709ddb606efa4da118002a647308e32c510417b6a68af8740f011dcb54e3ff4
4
+ data.tar.gz: 70f8dae1b15d5debbf608b97be1cace1cc41deb9d851f52015117966fdb32bc6
5
5
  SHA512:
6
- metadata.gz: e5e0f599fa858347957341702736c3b11fa5c3e8e235b8e2f2490c4e5323dbcc7e3d8713510924d16e3c8b8566e2d97b75861c156fe750770daec0215c261fc8
7
- data.tar.gz: 1c1b5caf8b1e523d008e62b1cafd13f26e00b0231bd5571d63cce6169558bb110ecedd95abe1e3489fb6f8c29d874000244ecf4d7d09f919e59c151a3bd0bec5
6
+ metadata.gz: b0d45fc633ff8a8304d6319d7304fd9a3d58f250bc50b606b1f0ccf71a422f7815ec09c736647ad8c94364bed0ea144c2bf962eea28770dec3b461f654465dbd
7
+ data.tar.gz: 272604a6a2bdec2d2555f33f182e95778490fab3bafb0dacc6df6a023216fcc01b680bd7ef2306a8f3b72918846bdbce86ecfd03e68570dfd1693439c9ca3da7
Binary file
Binary file
Binary file
Binary file
@@ -63,10 +63,10 @@ module Sghtmltopdf
63
63
  # 配列は同じオプションの繰り返し。要素ごとに同じ規則を適用する。
64
64
  when Array then value.flat_map { |element| pairs_for(key, element) }
65
65
  when Hash
66
- # wicked_pdfの`margin: {top: 10}`のような入れ子は受けない。数値の
67
- # 単位の解釈が違う(wicked_pdfはmm・こちらはpx)ため、機械的に
68
- # 平坦化すると黙って別の余白になる。移行時は
69
- # 移行ガイドの対応表を見て書き換えてもらう。
66
+ # wicked_pdfの`margin: {top: 10}`のような入れ子は受けない。対応する
67
+ # CLIフラグが無く、機械的に平坦化すると綴り違いのキーまで黙って
68
+ # 通ってしまう。移行時は移行ガイドの対応表を見て書き換えてもらう。
69
+ # なお単位を省いた数値の解釈はwicked_pdfと同じくmm(`cli/units.rs`)。
70
70
  example = value.keys.first
71
71
  raise ArgumentError,
72
72
  "#{key}にHashは渡せません(pathとindexを取るのは:fontだけです)。" \
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sghtmltopdf
4
- VERSION = "0.1.1"
4
+ VERSION = "0.2.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sghtmltopdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - yo_waka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-08 00:00:00.000000000 Z
11
+ date: 2026-08-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  Ruby binding for sghtmltopdf, a successor to wkhtmltopdf: an HTML-to-PDF