html-to-markdown 3.0.2-arm64-darwin → 3.1.0-arm64-darwin

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: 163ab73ef44f2e35819f81fc42e24aa90dea919fc1d9091b7b36fb35c842dc6a
4
- data.tar.gz: 1ad25523ef299791ed8a77376b59c2142338576b7c689554d8fd34c0832cefc2
3
+ metadata.gz: 6586da02dd43c9500dc6f7b24c39d90c47446103276526a5fa416fa7c8de01dc
4
+ data.tar.gz: b7480fbff511f69d168b707cd4550aebd31e9c3da8ddfef9ae02957287340192
5
5
  SHA512:
6
- metadata.gz: 3b78c55bf4d5f79de5b1c18f354b18f542f5d3fa8df61e05b4c5b478c67d4da592384d569119cd4f29163370e86017373436b912a3800c218f27d94d505dd587
7
- data.tar.gz: b910df835a4aa72a9456bfdbc04b357db93a7da3c7dcc94710f0a38c9ccf00c9da881fd8a009de086dfe95c49e296dde72be0def047ae9c3218b847edff61e7c
6
+ metadata.gz: 5af7535560b34786ce321465e519b17122ba71069c31e87b91265182f68037c70345dbb0c33f548c360c8474e2887db76c04815554ce4b2a3abfe77959758a01
7
+ data.tar.gz: d7735d2097cdb8b2583ba8d67ee37a97ffc42a903e6e3d228341c2688275da4ac08cfad47598ecc6f5251411291a3e52042d90c748944d3cd7e595420cd3ca2b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- html-to-markdown (3.0.2)
4
+ html-to-markdown (3.1.0)
5
5
  rb_sys (>= 0.9, < 1.0)
6
6
 
7
7
  GEM
@@ -150,7 +150,7 @@ CHECKSUMS
150
150
  drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
151
151
  ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b
152
152
  fileutils (1.8.0) sha256=8c6b1df54e2540bdb2f39258f08af78853aa70bad52b4d394bbc6424593c6e02
153
- html-to-markdown (3.0.2)
153
+ html-to-markdown (3.1.0)
154
154
  i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
155
155
  json (2.19.3) sha256=289b0bb53052a1fa8c34ab33cc750b659ba14a5c45f3fcf4b18762dc67c78646
156
156
  language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
data/README.md CHANGED
@@ -18,7 +18,7 @@
18
18
  <img src="https://img.shields.io/maven-central/v/dev.kreuzberg/html-to-markdown?label=Java&color=007ec6" alt="Java">
19
19
  </a>
20
20
  <a href="https://pkg.go.dev/github.com/kreuzberg-dev/html-to-markdown/packages/go/v3/htmltomarkdown">
21
- <img src="https://img.shields.io/github/v/tag/kreuzberg-dev/html-to-markdown?label=Go&color=007ec6&filter=v3.0.2" alt="Go">
21
+ <img src="https://img.shields.io/github/v/tag/kreuzberg-dev/html-to-markdown?label=Go&color=007ec6&filter=v3.1.0" alt="Go">
22
22
  </a>
23
23
  <a href="https://www.nuget.org/packages/KreuzbergDev.HtmlToMarkdown/">
24
24
  <img src="https://img.shields.io/nuget/v/KreuzbergDev.HtmlToMarkdown?label=C%23&color=007ec6" alt="C#">
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HtmlToMarkdown
4
- VERSION = '3.0.2'
4
+ VERSION = '3.1.0'
5
5
  end
Binary file
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: 3.0.2
4
+ version: 3.1.0
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Na'aman Hirschfeld