html-to-markdown 2.8.3 → 2.9.1

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: d577bc19a79ed40ecab4050abc3fff9e86c12b40028f7e2dab7daf9830713317
4
- data.tar.gz: baee5b6f6c1d4ebd119ef73213beb76c5a3f878f78789dd4b1b2a3de5026c1fb
3
+ metadata.gz: 8e4b858a910ecf3f0bdbc020b6815e59e4350ff603a45480adf52bd0cc8f1af7
4
+ data.tar.gz: 75c4596c2e3d7490b317e31869bfe0cf995ebc7fb5ed14a4011b1829ff2d16b2
5
5
  SHA512:
6
- metadata.gz: 383692f830c9037c3a1a6cfece061d78c060dd5340b7a5252fda483625b832be254a49e3dd7ac8b35f860b5366c46be4cdd07214fde849d21248f030eb199c35
7
- data.tar.gz: d8351251a1e268bd4ebfd6a84e83ec69c83eaea3cc81b4c1e8394873943e5feae3cf32b1bcb48db88c5bf8bfa64990a78c0fd2b78f15f6bf86bfb51917d7107d
6
+ metadata.gz: 7178c3fcf3abe87a2b49350c7a328f2ce31755ad2907c6a6920e60d17700e3cbc475078f9505bf146a1b6358375e79c04421a1e69b2e3666db9a2a15bde54947
7
+ data.tar.gz: 5eb86a9c629a0d4bc0f8cb0ee05562f28ad5c4c73bcde98013b5283281df0064de489ee0130911cfe24c8817fcad69a96da00c89be278f3d784e0db45fdc68b9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- html-to-markdown (2.8.3)
4
+ html-to-markdown (2.9.1)
5
5
  rb_sys (>= 0.9, < 1.0)
6
6
 
7
7
  GEM
@@ -40,7 +40,7 @@ GEM
40
40
  rb-fsevent (~> 0.10, >= 0.10.3)
41
41
  rb-inotify (~> 0.9, >= 0.9.10)
42
42
  logger (1.7.0)
43
- minitest (5.26.1)
43
+ minitest (5.26.2)
44
44
  mutex_m (0.3.0)
45
45
  parallel (1.27.0)
46
46
  parser (3.3.10.0)
@@ -138,4 +138,4 @@ RUBY VERSION
138
138
  ruby 3.2.9p248
139
139
 
140
140
  BUNDLED WITH
141
- 2.5.12
141
+ 2.7.2
data/README.md CHANGED
@@ -9,7 +9,7 @@ Blazing-fast HTML → Markdown conversion for Ruby, powered by the same Rust eng
9
9
  [![Packagist](https://img.shields.io/packagist/v/goldziher/html-to-markdown.svg)](https://packagist.org/packages/goldziher/html-to-markdown)
10
10
  [![RubyGems](https://badge.fury.io/rb/html-to-markdown.svg)](https://rubygems.org/gems/html-to-markdown)
11
11
  [![Hex.pm](https://img.shields.io/hexpm/v/html_to_markdown.svg)](https://hex.pm/packages/html_to_markdown)
12
- [![NuGet](https://img.shields.io/nuget/v/HtmlToMarkdown.svg)](https://www.nuget.org/packages/HtmlToMarkdown/)
12
+ [![NuGet](https://img.shields.io/nuget/v/Goldziher.HtmlToMarkdown.svg)](https://www.nuget.org/packages/Goldziher.HtmlToMarkdown/)
13
13
  [![Maven Central](https://img.shields.io/maven-central/v/io.github.goldziher/html-to-markdown.svg)](https://central.sonatype.com/artifact/io.github.goldziher/html-to-markdown)
14
14
  [![Go Reference](https://pkg.go.dev/badge/github.com/Goldziher/html-to-markdown/packages/go/htmltomarkdown.svg)](https://pkg.go.dev/github.com/Goldziher/html-to-markdown/packages/go/htmltomarkdown)
15
15
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Goldziher/html-to-markdown/blob/main/LICENSE)
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "html-to-markdown-rb"
3
- version = "2.8.3"
3
+ version = "2.9.1"
4
4
  edition = "2024"
5
5
  authors = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
6
6
  license = "MIT"
@@ -21,7 +21,7 @@ crate-type = ["cdylib", "rlib"]
21
21
  default = []
22
22
 
23
23
  [dependencies]
24
- html-to-markdown-rs = { version = "2.8.3", features = ["inline-images"] }
24
+ html-to-markdown-rs = { version = "2.9.1", features = ["inline-images"] }
25
25
  magnus = { git = "https://github.com/matsadler/magnus", rev = "f6db11769efb517427bf7f121f9c32e18b059b38", features = ["rb-sys"] }
26
26
 
27
27
  [dev-dependencies]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HtmlToMarkdown
4
- VERSION = '2.8.3'
4
+ VERSION = '2.9.1'
5
5
  end
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: 2.8.3
4
+ version: 2.9.1
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: 2025-11-16 00:00:00.000000000 Z
11
+ date: 2025-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rb_sys