html-to-markdown 2.8.2 → 2.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57383368bef96568135249ab8a354587d96cf41e46bb9e4b6390816e26a47460
4
- data.tar.gz: 12cf94f2e56b5898e7812b99673084629883db1116ac84998f4c63ed1d23602b
3
+ metadata.gz: 5365f81c09d10bc0e2629f355c3c7ca1d60ff44e463517e249dfa10356cce43c
4
+ data.tar.gz: 44995264c21e727d3fed7c9b9c73a89dae533e819e6892011be3ecf467c6e4e5
5
5
  SHA512:
6
- metadata.gz: 8e2c39653bda8ca92606d9ba4e00d0bbf8cfb798947cab14574e48c4c9ef7e17247f8546b201bea3ecab73ca9134d076b255d01e7321bc0f9b4d7089449e1c0b
7
- data.tar.gz: a65f9ee71e5efc9d67c5b982db7d318c7a065ab55c6cb867e5e43cf14f6ba39149045266edf29ee9fcf93d2340736ef590437c179120da8e478d2648557e40ab
6
+ metadata.gz: 1c475e18cc45fcbbfefbcc682b98e3306c85f1e91f2d0ce0d2f562d3c10fb72afa551bd20a07cd11a464ea6887a1a5a141d5446faa4c3809942502d28a315c36
7
+ data.tar.gz: 26eadc59362af2cc9d52b785db71713e0e4b9604e4458b0f3e1899e889bd3cc8d7cafbdfc528e327a6657d10ed4ef9fd4dccda48e3202a5f5ab3e876b78ea83b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- html-to-markdown (2.8.2)
4
+ html-to-markdown (2.9.0)
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.2"
3
+ version = "2.9.0"
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.2", features = ["inline-images"] }
24
+ html-to-markdown-rs = { version = "2.9.0", 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.2'
4
+ VERSION = '2.9.0'
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.2
4
+ version: 2.9.0
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-15 00:00:00.000000000 Z
11
+ date: 2025-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rb_sys