html-to-markdown 3.2.2 → 3.2.3
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/Gemfile.lock +5 -2
- data/lib/html_to_markdown/version.rb +1 -1
- data/vendor/Cargo.toml +1 -1
- data/vendor/html-to-markdown-rs/Cargo.toml +1 -1
- metadata +2 -3
- data/ext/html-to-markdown_rb/Cargo.toml +0 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c711c865a3b470f6d6bc92636f34a5b7e68cde781425190fc0a44cfc29cd2ef
|
|
4
|
+
data.tar.gz: '097aa9f04565d4e9991080b2fddc602d1ee03e74290121fbafe19b315475a554'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b7c260249126639ca0025994bf23f6b969b918f86c5eb1d628a0422295a9e66b5819ec2d6d88df294dfd9c5e49136fde88e16f2cc27193d8e023b01302cfefa
|
|
7
|
+
data.tar.gz: 4417306533d8cf18ae4e77aef7070cba23c987af138bd43b4245bd2f845c17b3ef05acb7e32c07a2eece06f8df8ee676883a0f0238643a28d93872ce836cd0d3
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
html-to-markdown (3.2.
|
|
4
|
+
html-to-markdown (3.2.3)
|
|
5
5
|
rb_sys (>= 0.9, < 1.0)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -12,6 +12,7 @@ GEM
|
|
|
12
12
|
csv (3.3.5)
|
|
13
13
|
diff-lcs (1.6.2)
|
|
14
14
|
ffi (1.17.4-arm64-darwin)
|
|
15
|
+
ffi (1.17.4-x86_64-linux-gnu)
|
|
15
16
|
fileutils (1.8.0)
|
|
16
17
|
json (2.19.3)
|
|
17
18
|
language_server-protocol (3.17.0.5)
|
|
@@ -106,6 +107,7 @@ GEM
|
|
|
106
107
|
|
|
107
108
|
PLATFORMS
|
|
108
109
|
arm64-darwin
|
|
110
|
+
x86_64-linux
|
|
109
111
|
|
|
110
112
|
DEPENDENCIES
|
|
111
113
|
html-to-markdown!
|
|
@@ -124,8 +126,9 @@ CHECKSUMS
|
|
|
124
126
|
csv (3.3.5) sha256=6e5134ac3383ef728b7f02725d9872934f523cb40b961479f69cf3afa6c8e73f
|
|
125
127
|
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
126
128
|
ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b
|
|
129
|
+
ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d
|
|
127
130
|
fileutils (1.8.0) sha256=8c6b1df54e2540bdb2f39258f08af78853aa70bad52b4d394bbc6424593c6e02
|
|
128
|
-
html-to-markdown (3.2.
|
|
131
|
+
html-to-markdown (3.2.3)
|
|
129
132
|
json (2.19.3) sha256=289b0bb53052a1fa8c34ab33cc750b659ba14a5c45f3fcf4b18762dc67c78646
|
|
130
133
|
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
|
|
131
134
|
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
data/vendor/Cargo.toml
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: html-to-markdown
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Na'aman Hirschfeld
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rb_sys
|
|
@@ -51,7 +51,6 @@ files:
|
|
|
51
51
|
- Rakefile
|
|
52
52
|
- Steepfile
|
|
53
53
|
- exe/html-to-markdown
|
|
54
|
-
- ext/html-to-markdown_rb/Cargo.toml
|
|
55
54
|
- ext/html_to_markdown_rb/Cargo.toml
|
|
56
55
|
- ext/html_to_markdown_rb/extconf.rb
|
|
57
56
|
- ext/html_to_markdown_rb/src/html_to_markdown_rs.rb
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
[package]
|
|
2
|
-
name = "html-to-markdown-rb"
|
|
3
|
-
version = "3.2.0"
|
|
4
|
-
edition = "2024"
|
|
5
|
-
license = "MIT"
|
|
6
|
-
|
|
7
|
-
[lib]
|
|
8
|
-
crate-type = ["cdylib"]
|
|
9
|
-
|
|
10
|
-
[dependencies]
|
|
11
|
-
html-to-markdown-rs = { path = "../../../../crates/html-to-markdown", features = ["full", "metadata", "visitor", "serde", "inline-images"] }
|
|
12
|
-
magnus = "0.8"
|
|
13
|
-
serde = { version = "1", features = ["derive"] }
|
|
14
|
-
serde_json = "1"
|