html-to-markdown 3.4.0.pre.rc.40-x86_64-linux → 3.4.0.pre.rc.41-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 +4 -4
- data/lib/bin/html-to-markdown +0 -0
- data/lib/html_to_markdown/version.rb +2 -2
- data/lib/html_to_markdown_rb.so +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2dae4005d3068920b83d521727be0fd989dd8d6f4ed8dafd01549b57760aee27
|
|
4
|
+
data.tar.gz: 7b6ce61a0cb11c4a5f4b519a1895a4ef3202d22ace99e66c51c9f7030c570293
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5ddb69d8d6b522c0c4ec8211e4bf896456d433deac4716a416607118290241f1c9bb7a23d0ae6eaf17fad2c91abe1987e2e8cce6b43ca9e04f4e18da7c4cee7
|
|
7
|
+
data.tar.gz: ad9192071401f7d9e93d5e678a8a7af5263a0aaa35984780a1d056fd366a7dfb39a0419d09440e4792cd68a1422f78b6360d7b6d58f792212d7590eeb331c3b0
|
data/lib/bin/html-to-markdown
CHANGED
|
Binary file
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:59180f77939967d58bc06c3175b2b97055f6d3e9e0aa899b6ea1b53bfc03e3f6
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# Issues & docs: https://github.com/kreuzberg-dev/alef
|
|
6
6
|
# frozen_string_literal: true
|
|
7
7
|
|
|
8
8
|
module HtmlToMarkdown
|
|
9
|
-
VERSION = '3.4.0.pre.rc.
|
|
9
|
+
VERSION = '3.4.0.pre.rc.41'
|
|
10
10
|
end
|
data/lib/html_to_markdown_rb.so
CHANGED
|
Binary file
|