html-to-markdown 2.14.2 → 2.14.3

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: 795d4dfbe90a9c9cf0b3e565d69f9c23599aee7d8e56d71f7aae1931af039bed
4
+ data.tar.gz: b61afd5134a581f5b4dbc03c2c4189b12d1a0b4243eb0a99c2f955c5e784f589
5
5
  SHA512:
6
- metadata.gz: d1987a2a62c32d8bfe67ecde0f73d7d161065461feb2a471dc15cd67e5f46ba93a55e46522b20eb63871ed0b6a056216022c966261093161a767b359cec27e19
7
- data.tar.gz: 74c7cb93a0ed5186afc81d40fd4c03c19beb725880ff8d234706b898864710ec17711a9488cb8a81fb70c128f47eb5b9c1ee148ab65d648494a1dab918b66114
6
+ metadata.gz: 12d6ced54ad18bc2aeee7f5f88ea74ef70f259d674c9d5dc290f863615e6c945ae6847d9f70c836d5146fdfbd8476d8e6fdc5b0b313395463623b507d9a106c9
7
+ data.tar.gz: 85ba7a6ee8357a075c0c5982eea00b963d7a463b736c8b7df3a0e9a8f2b926f39204e89096e5c202c12944ed1e1ca125d15e6f159f650c4245c994a4826a97a9
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.3)
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.3"
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.3", 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.3'
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.3
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