sghtmltopdf 0.4.0 → 0.5.0
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.lock +6 -6
- data/README.md +2 -2
- data/ext/sghtmltopdf/Cargo.toml +1 -1
- data/ext/sghtmltopdf/extconf.rb +1 -1
- data/lib/sghtmltopdf/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35a15e4d476b2cf3dfdc756be9447f94720e40a25ff330ae373cc33d57a2b36e
|
|
4
|
+
data.tar.gz: 75862035fd3686e1459aee8b0b210a037445d7eed6e79516226bcca3e4f74b5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: accd274f23ed708c8551bde1e04a8e1394ff7e1090775cdac280faee73727be227fd795ba6862ef948c371d96a24c68a5777780aa0ce4211558f36510e78e785
|
|
7
|
+
data.tar.gz: 28deb6608f2f62a15117e6d96eeb0ac676049210255bdea5cdb0d369d053a258edcde25a7e465bbe9b0a28fc56935cefc2c5d899cb85101aed82f2b7d0f8f8e8
|
data/Cargo.lock
CHANGED
|
@@ -927,9 +927,9 @@ dependencies = [
|
|
|
927
927
|
|
|
928
928
|
[[package]]
|
|
929
929
|
name = "rustls"
|
|
930
|
-
version = "0.23.
|
|
930
|
+
version = "0.23.45"
|
|
931
931
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
932
|
-
checksum = "
|
|
932
|
+
checksum = "0d41d731c7d2f962d1ccc364cec258de3c0e93b38c2fb3ba97ac74513048d634"
|
|
933
933
|
dependencies = [
|
|
934
934
|
"log",
|
|
935
935
|
"once_cell",
|
|
@@ -951,9 +951,9 @@ dependencies = [
|
|
|
951
951
|
|
|
952
952
|
[[package]]
|
|
953
953
|
name = "rustls-webpki"
|
|
954
|
-
version = "0.103.
|
|
954
|
+
version = "0.103.15"
|
|
955
955
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
956
|
-
checksum = "
|
|
956
|
+
checksum = "f3c3cf1d8b1e7d4927e2d154c3fcb02979afb9939629c62cd9048d4f07b60ac2"
|
|
957
957
|
dependencies = [
|
|
958
958
|
"ring",
|
|
959
959
|
"rustls-pki-types",
|
|
@@ -1050,7 +1050,7 @@ dependencies = [
|
|
|
1050
1050
|
|
|
1051
1051
|
[[package]]
|
|
1052
1052
|
name = "sghtmltopdf"
|
|
1053
|
-
version = "0.
|
|
1053
|
+
version = "0.5.0"
|
|
1054
1054
|
dependencies = [
|
|
1055
1055
|
"magnus",
|
|
1056
1056
|
"rb-sys",
|
|
@@ -1059,7 +1059,7 @@ dependencies = [
|
|
|
1059
1059
|
|
|
1060
1060
|
[[package]]
|
|
1061
1061
|
name = "sghtmltopdf-core"
|
|
1062
|
-
version = "0.
|
|
1062
|
+
version = "0.5.0"
|
|
1063
1063
|
dependencies = [
|
|
1064
1064
|
"base64",
|
|
1065
1065
|
"clap",
|
data/README.md
CHANGED
|
@@ -13,10 +13,10 @@ The engine runs inside your process through a native extension (magnus + rb-sys)
|
|
|
13
13
|
gem "sghtmltopdf"
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
Precompiled native gems are published for `x86_64-linux`, `aarch64-linux`, `x86_64-linux-musl`, `aarch64-linux-musl`, and `
|
|
16
|
+
Precompiled native gems are published for `x86_64-linux`, `aarch64-linux`, `x86_64-linux-musl`, `aarch64-linux-musl`, `arm64-darwin`, and `x86_64-darwin`.
|
|
17
17
|
There is no build step on those platforms.
|
|
18
18
|
|
|
19
|
-
Elsewhere (
|
|
19
|
+
Elsewhere (Windows) the gem cannot run in-process — the source gem does not carry the Rust core and will refuse to build with an explanatory message.
|
|
20
20
|
Point those environments at a separate `sghtmltopdf server` process instead; see [Delegating to a server](#delegating-to-a-server).
|
|
21
21
|
|
|
22
22
|
Requires Ruby >= 3.2.
|
data/ext/sghtmltopdf/Cargo.toml
CHANGED
data/ext/sghtmltopdf/extconf.rb
CHANGED
|
@@ -13,7 +13,7 @@ unless File.exist?(File.join(core, "Cargo.toml"))
|
|
|
13
13
|
無いためソースからのビルドが試みられましたが、ソースgemにはRustコアが
|
|
14
14
|
含まれていないためビルドできません。
|
|
15
15
|
|
|
16
|
-
対応プラットフォーム: x86_64-linux / aarch64-linux / x86_64-linux-musl / aarch64-linux-musl / arm64-darwin
|
|
16
|
+
対応プラットフォーム: x86_64-linux / aarch64-linux / x86_64-linux-musl / aarch64-linux-musl / arm64-darwin / x86_64-darwin
|
|
17
17
|
MESSAGE
|
|
18
18
|
end
|
|
19
19
|
|
data/lib/sghtmltopdf/version.rb
CHANGED