html-to-markdown 2.19.0 → 2.19.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: 846bb8410c19e5a5ee99a7998d78f6f9aa21e698dc2cf1ac4ab6aaf45e257cca
4
- data.tar.gz: 04cc1deab74259fc77481f30e1fdf236439b86b2fd05b1a5efc06d873e54f806
3
+ metadata.gz: 7dbfc4cf1cb4707413948cec1aae18255231ff89bfa03cce0b1048f67c9d5cfe
4
+ data.tar.gz: 5608eeca925bd06d0f460926fa7eb412ef87d2bb853138be34960e689011a41e
5
5
  SHA512:
6
- metadata.gz: 4d1adafa16b6633374c5f509881bb8feb5ec670bfd5c7388c9100c6d3d6a53538db86de6cfbce81a0976af7ad8865fbd5242b639631828d67a88cefc938763ae
7
- data.tar.gz: f292a71719770821f0e5000d263627f8f44facc74f4c0f6f7da0e4c7feb66034e57baf254163ac88a58f6ebf911a8787797e2742bd31bba9a27fe289799c833d
6
+ metadata.gz: 1b4fc84e4c70869f589cb532a99881aa80462a7eca439612a9afdd8e7f084b93a6272ec3e5a5bba3051eacc81acb3b9c40bc771fe0bac558264d0c1e2a5f5f07
7
+ data.tar.gz: 7b5b9daaaf98aa193f011e7dd969233c195a62ba2de118d5b0a265d6e86a1d8c975280b7f04191ee2fdd9d9fa1a3e638ec284af7fde07f5e918415f0ce721418
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- html-to-markdown (2.19.0)
4
+ html-to-markdown (2.19.1)
5
5
  rb_sys (>= 0.9, < 1.0)
6
6
 
7
7
  GEM
@@ -150,7 +150,7 @@ CHECKSUMS
150
150
  ffi (1.17.2-arm64-darwin) sha256=54dd9789be1d30157782b8de42d8f887a3c3c345293b57ffb6b45b4d1165f813
151
151
  ffi (1.17.2-x86_64-linux-gnu) sha256=05d2026fc9dbb7cfd21a5934559f16293815b7ce0314846fee2ac8efbdb823ea
152
152
  fileutils (1.8.0) sha256=8c6b1df54e2540bdb2f39258f08af78853aa70bad52b4d394bbc6424593c6e02
153
- html-to-markdown (2.19.0)
153
+ html-to-markdown (2.19.1)
154
154
  i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
155
155
  json (2.18.0) sha256=b10506aee4183f5cf49e0efc48073d7b75843ce3782c68dbeb763351c08fd505
156
156
  language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "html-to-markdown-rb"
3
- version = "2.19.0"
3
+ version = "2.19.1"
4
4
  edition = "2024"
5
5
  authors = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
6
6
  license = "MIT"
@@ -18,7 +18,7 @@ name = "html_to_markdown_rb"
18
18
  crate-type = ["cdylib", "rlib"]
19
19
 
20
20
  [dependencies]
21
- html-to-markdown-rs = { version = "2.18.0", features = ["inline-images", "visitor", "metadata"] }
21
+ html-to-markdown-rs = { version = "2.19.1", features = ["inline-images", "visitor", "metadata"] }
22
22
  magnus = { git = "https://github.com/matsadler/magnus", rev = "f6db11769efb517427bf7f121f9c32e18b059b38", features = ["rb-sys"] }
23
23
 
24
24
  [target.'cfg(not(target_os = "windows"))'.dependencies]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HtmlToMarkdown
4
- VERSION = '2.19.0'
4
+ VERSION = '2.19.1'
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.19.0
4
+ version: 2.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Na'aman Hirschfeld