html-to-markdown 3.0.2-x86_64-linux → 3.1.0-x86_64-linux

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: 0adae2c9f9c9d0c91d5cea5eafe56f3791e8c6e4fcf97a654ab89aa6fc4f6533
4
- data.tar.gz: 292f719d64a67ca06fd20f2c3da0eaaf9d1e65541a97127e37aea1af63375c7e
3
+ metadata.gz: d6fa085a78f6589457e7855596468bd491e1addb3413c499b977e4f1686e9689
4
+ data.tar.gz: 8a0593b24465b866503f6e453af9d3c6b23e8b537720abb60fb192748e67b3e8
5
5
  SHA512:
6
- metadata.gz: 4a498829ec329cadbd93acc737f5dd49fe8feaecccbf11689db292cf51ff966d60293ffd3283c3f4aa61833482167432a1eb98e7d411fc449db8369f96f8c51d
7
- data.tar.gz: 157caa1c38a878a28ea0fb6ccc4e3183d76698fb00193f2c1fdfa9f74863761e05bf137f38249765eff209df086c50060250a593963ba4f024c1233dead1228f
6
+ metadata.gz: 32fdbef6764f0b2308e520c311f2b7a55c1c2dc756da184903a8ced873e5e2bc6210d761a9ec5dae9fbc562199579858e7091b84c6b91f513de8593698842c27
7
+ data.tar.gz: f6548d669f24edc91bd436d2fee64dbe9788965f59c4a47a4369cee16c07063946ca6b679761a334c2897e995be6a9373d21ea53a73867ec2009396c2492e3b1
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
@@ -153,7 +153,7 @@ CHECKSUMS
153
153
  ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b
154
154
  ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d
155
155
  fileutils (1.8.0) sha256=8c6b1df54e2540bdb2f39258f08af78853aa70bad52b4d394bbc6424593c6e02
156
- html-to-markdown (3.0.2)
156
+ html-to-markdown (3.1.0)
157
157
  i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
158
158
  json (2.19.3) sha256=289b0bb53052a1fa8c34ab33cc750b659ba14a5c45f3fcf4b18762dc67c78646
159
159
  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: x86_64-linux
6
6
  authors:
7
7
  - Na'aman Hirschfeld