html-to-markdown 3.2.2 → 3.2.4

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: f33e56e10217e7ff54fe3c267735521eeeec18d22865e2ddc6fb5d8209606801
4
- data.tar.gz: 1d71cf3ad99071a53fc36a0d7faf25c909587a289dc035dd2e460441c6123ba2
3
+ metadata.gz: 5b178073d72890b5e70bc49e43ceadea99e6bcf2084fe3144cfeca4fc344f8c3
4
+ data.tar.gz: fa08a0e2b76cb5b2dbcc30f9b70f3c4c94f24233b928d6f298473212dede4bdf
5
5
  SHA512:
6
- metadata.gz: 5f75fd2e5f09b857d0dcf7ab64fd11dbf72637e5fd36c8eb30414f395daa0c9becbfaf052e0b45221e9a9e34cdca2854160b4233ebf4b4bed161f8097b5c793b
7
- data.tar.gz: 2fa6b149e3570eeb8fa8d79ea3af1dbb850ea83071fc130fd269d98bbff63106598385638e3f89fbae3f49625368b35454de3eafa31a15ddd3ab56fb3eff4b27
6
+ metadata.gz: bd7003fb95b5ea676de569cbbbe5017a8aab149382ddbf4a917131c30bce9a849d9b679cba36c0007757dcd123f79e3f86dbb9bce37f26b2230eb120b0a71997
7
+ data.tar.gz: fc44a0e8254f63b6ed00007336371bd74ce0a8bd19d151b126e75184211028a20b918088c7f83e5f91ffea7aa1f0a46affdcdc42763db6152e31ca48d17e516d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- html-to-markdown (3.2.2)
4
+ html-to-markdown (3.2.4)
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.2)
131
+ html-to-markdown (3.2.4)
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HtmlToMarkdown
4
- VERSION = '3.2.2'
4
+ VERSION = '3.2.4'
5
5
  end
data/vendor/Cargo.toml CHANGED
@@ -3,7 +3,7 @@ members = ["html-to-markdown-rs"]
3
3
  resolver = "2"
4
4
 
5
5
  [workspace.package]
6
- version = "3.2.2"
6
+ version = "3.2.4"
7
7
  edition = "2024"
8
8
  rust-version = "1.85"
9
9
  authors = ["Na'aman Hirschfeld <naaman@kreuzberg.dev>"]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "html-to-markdown-rs"
3
- version = "3.2.2"
3
+ version = "3.2.4"
4
4
  edition = "2024"
5
5
  authors = ["Na'aman Hirschfeld <naaman@kreuzberg.dev>"]
6
6
  license = "MIT"
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.2
4
+ version: 3.2.4
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-16 00:00:00.000000000 Z
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"