html-to-markdown 2.14.2 → 2.14.5

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: 3b8f5d14713f391a39c77222107b33764ced9559cc484bfe916e94e091eafb0f
4
- data.tar.gz: 123d48de7bb0d423ca4c92333462596202969c182bcd8c7b9021d0fe4ff2ea88
3
+ metadata.gz: 43d3b86f7218afcb548780e3c6d6ab0c8a80d0d45c711f0026f0ffb7d978ef29
4
+ data.tar.gz: 8924486e5486851e81230176d95ff584687db0be31f265db6601f186c064369d
5
5
  SHA512:
6
- metadata.gz: d1987a2a62c32d8bfe67ecde0f73d7d161065461feb2a471dc15cd67e5f46ba93a55e46522b20eb63871ed0b6a056216022c966261093161a767b359cec27e19
7
- data.tar.gz: 74c7cb93a0ed5186afc81d40fd4c03c19beb725880ff8d234706b898864710ec17711a9488cb8a81fb70c128f47eb5b9c1ee148ab65d648494a1dab918b66114
6
+ metadata.gz: '00929bfd6a02f81eea3b845a452745bb950d0756dfe7a71d9862bdb6418a082e4f08e1b5c5cc9bed1a0eef0734f3c9bbbae16a2af639f531a5a2ce814b0badf9'
7
+ data.tar.gz: 7bafae10a1eb0892ab0bb01dc5f954ca51f68117afb26e96912d75f20dda94601a7538e90c3111f20cb64c966cffa8baf49af871d67052b95b84a0e99b8f3692
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- html-to-markdown (2.14.2)
4
+ html-to-markdown (2.14.5)
5
5
  rb_sys (>= 0.9, < 1.0)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -11,7 +11,7 @@ Blazing-fast HTML → Markdown conversion for Ruby, powered by the same Rust eng
11
11
  [![Hex.pm](https://img.shields.io/hexpm/v/html_to_markdown.svg)](https://hex.pm/packages/html_to_markdown)
12
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
- [![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)
14
+ [![Go Reference](https://pkg.go.dev/badge/github.com/Goldziher/html-to-markdown/packages/go/v2/htmltomarkdown.svg)](https://pkg.go.dev/github.com/Goldziher/html-to-markdown/packages/go/v2/htmltomarkdown)
15
15
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Goldziher/html-to-markdown/blob/main/LICENSE)
16
16
  [![Discord](https://img.shields.io/badge/Discord-Join%20our%20community-7289da)](https://discord.gg/pXxagNK2zN)
17
17
 
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "html-to-markdown-rb"
3
- version = "2.14.2"
3
+ version = "2.14.5"
4
4
  edition = "2024"
5
5
  authors = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
6
6
  license = "MIT"
@@ -22,7 +22,7 @@ default = ["metadata"]
22
22
  metadata = ["html-to-markdown-rs/metadata"]
23
23
 
24
24
  [dependencies]
25
- html-to-markdown-rs = { version = "2.14.2", features = ["inline-images"] }
25
+ html-to-markdown-rs = { version = "2.14.5", features = ["inline-images"] }
26
26
  magnus = { git = "https://github.com/matsadler/magnus", rev = "f6db11769efb517427bf7f121f9c32e18b059b38", features = ["rb-sys"] }
27
27
 
28
28
  [dev-dependencies]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HtmlToMarkdown
4
- VERSION = '2.14.2'
4
+ VERSION = '2.14.5'
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.14.2
4
+ version: 2.14.5
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-12-13 00:00:00.000000000 Z
11
+ date: 2025-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rb_sys