html-to-markdown 2.14.9 → 2.14.11

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: 7010f3ebda9859bc894c442c7c573b95d3080223f46ff204759bca618b8dbb74
4
- data.tar.gz: 10042231221e17d88b4be54843f3f73815425f0dd89f1a69c62792121a157205
3
+ metadata.gz: 0af02af87f0856f9188a2cba5545c653d588e19231fd18f1657cbca7d9142d5c
4
+ data.tar.gz: 80200ecc8a0a7780cbe75e00d67b37cf38891559b6e3187a9c98c26ff209c6e8
5
5
  SHA512:
6
- metadata.gz: 22d92547c96b1f1fd61b461af78b1d435ba68f512d063cefeb67377ce98304ab562363849a08996cede56f309fa1b8ee09417991c9248bda9ea48880fc058f50
7
- data.tar.gz: e388814bbe623814f4d3bf8bade61d9de76295247d270f7a6c2aac3bbfe5e509e1ad96d3f40696a42555d253ffecec4301315a017d61a94f6a741419f4c2d528
6
+ metadata.gz: c6198fe9713694e8494a41bf663b19dd5d16a60139cce48c96a10a67237fd923797ca758a8b03ca7a2bebed457fda4f4aee49cfd162d99a2785bb2f089ace0e9
7
+ data.tar.gz: 0356a6751e4aef1d6c0844982f91b66ff126e0d7dcd289008ab31457f502541481659eed120c5a5b2d932ad753f512dc35cfb6ce3b7e622ec3d53a20edd121b5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- html-to-markdown (2.14.9)
4
+ html-to-markdown (2.14.11)
5
5
  rb_sys (>= 0.9, < 1.0)
6
6
 
7
7
  GEM
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "html-to-markdown-rb"
3
- version = "2.14.9"
3
+ version = "2.14.11"
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.9", features = ["inline-images"] }
25
+ html-to-markdown-rs = { version = "2.14.11", 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.9'
4
+ VERSION = '2.14.11'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html-to-markdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.14.9
4
+ version: 2.14.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Na'aman Hirschfeld