html-to-markdown 3.2.2-x86_64-linux → 3.2.4-x86_64-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: 65ac8dce9271dccadd87648034eed97ee5657291bea8467d9e5197c64d0817c8
4
- data.tar.gz: cea9f4e694f11fd6eea853063446b124635c2561aee8c7dcbbef98b156751f09
3
+ metadata.gz: 6c1b9faa7df8b93fe4ec7f39405bf0f8ee5a9d8400d8fac4e1aae909ab3cb8a3
4
+ data.tar.gz: 9a983651be0c7ca3e64543b14b55b3b7ccfa1edeb61b689488be3125752bb377
5
5
  SHA512:
6
- metadata.gz: 475a7bb78b75b3acd90f59c03db36193820cbed09cf39a7db53852f7d0218c077788a52ec572470923e5c30099ee1a8bfa183401f50a2a3add36d84d2df77309
7
- data.tar.gz: 24afcee490ccc1ce83009e22350b4e678890525f9c6dca71d50b1f9bc3802a0f2c20d85aafdba5177ffb5d32aaefc4481e758c668ffe6488d7cb8655b7cfd8c2
6
+ metadata.gz: 0f39c00e0dd983cf40d0c9bed8d6a41a8217d6e6c927efbef584c0a9372233025a6cc4e9d52a7c8b6cde8369b01a8aef897609c1122e92d8a601aba1dc8007ff
7
+ data.tar.gz: 1ee2f0888542562893db8df6a38b2de7e31eba9c7fcba39a34b800981562490190a4fc7e89db37a068be841c7b1f9c72c47ee9f2a21d3d0ab5cf8aa35dea6a9a
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
@@ -128,7 +128,7 @@ CHECKSUMS
128
128
  ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b
129
129
  ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d
130
130
  fileutils (1.8.0) sha256=8c6b1df54e2540bdb2f39258f08af78853aa70bad52b4d394bbc6424593c6e02
131
- html-to-markdown (3.2.2)
131
+ html-to-markdown (3.2.4)
132
132
  json (2.19.3) sha256=289b0bb53052a1fa8c34ab33cc750b659ba14a5c45f3fcf4b18762dc67c78646
133
133
  language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
134
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
Binary file
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: x86_64-linux
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
  description: |-
14
14
  html-to-markdown is a native Ruby extension built on the shared Rust engine that powers the html-to-markdown project.