html-to-markdown 2.5.1 → 2.5.2

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: 9e0e6194a6f1f081dd93f13abb5e299118f8e92bb5a7f706d6dc3359439dd5ae
4
- data.tar.gz: 7146575639b67ad477a74640d5cd8d19219bb58a60c0d1311595fd46ee9be2ad
3
+ metadata.gz: dbdd98e748fec609d1b033648e4e78aef576a320a127daaa83202fff9a662f51
4
+ data.tar.gz: 6a9ea3fa2b0eaaabc6d9618369da96899ea5295585b9354bbf9348915b04bac6
5
5
  SHA512:
6
- metadata.gz: 0d55454f4a640146ddbe4ed0173f140901a9bfc6c1333827a51c5f404aed8b38d7c90bd6910e15aef0dd2da25f91fbfe6c08b1b5e914e6fc2d466caca148d1f2
7
- data.tar.gz: 88fbedd30ddacdbac50be232944ff331edf344129d91c9d0799d999443833f0726a963881e6e608892923a115d7e3b01cf041443f46363059ab2e68a9e6cde2f
6
+ metadata.gz: 141b341e6b3729cb804864a1af4e7a7411dd46efcd37645a401169bc57385ae623726a7b136049e5a78010695f1750e56635e670887319bdfb22a62493d7b7e1
7
+ data.tar.gz: 3d9b17aa842772c81ca3f212983d614b4318be7635adaa8581005aca3909829d332975275d40dc33d79aac2bd7c3d72d8c05ca24e3d7ecf44f0b1c2e07518758
data/Cargo.toml CHANGED
@@ -1,14 +1,14 @@
1
1
  [package]
2
2
  name = "html-to-markdown-rb"
3
- version.workspace = true
4
- edition.workspace = true
5
- authors.workspace = true
6
- license.workspace = true
7
- repository.workspace = true
8
- homepage.workspace = true
9
- documentation.workspace = true
3
+ version = "2.5.2"
4
+ edition = "2021"
5
+ authors = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
6
+ license = "MIT"
7
+ repository = "https://github.com/Goldziher/html-to-markdown"
8
+ homepage = "https://github.com/Goldziher/html-to-markdown"
9
+ documentation = "https://docs.rs/html-to-markdown-rs"
10
10
  readme = "README.md"
11
- rust-version.workspace = true
11
+ rust-version = "1.80"
12
12
  description = "Ruby bindings (Magnus) for html-to-markdown - high-performance HTML to Markdown converter"
13
13
  keywords = ["html", "markdown", "ruby", "magnus", "bindings"]
14
14
  categories = ["api-bindings"]
@@ -21,7 +21,7 @@ crate-type = ["cdylib", "rlib"]
21
21
  default = []
22
22
 
23
23
  [dependencies]
24
- html-to-markdown-rs = { workspace = true, features = ["inline-images"] }
24
+ html-to-markdown-rs = { version = "2.5.2", features = ["inline-images"] }
25
25
  magnus = { git = "https://github.com/matsadler/magnus", rev = "f6db11769efb517427bf7f121f9c32e18b059b38", features = ["rb-sys"] }
26
26
 
27
27
  [dev-dependencies]
data/README.md CHANGED
@@ -109,7 +109,7 @@ You can also call the CLI binary directly for scripting:
109
109
 
110
110
  ```ruby
111
111
  HtmlToMarkdown::CLIProxy.call(['--version'])
112
- # => "html-to-markdown 2.5.1"
112
+ # => "html-to-markdown 2.5.2"
113
113
  ```
114
114
 
115
115
  ### Error Handling
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HtmlToMarkdown
4
- VERSION = '2.5.1'
4
+ VERSION = '2.5.2'
5
5
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html-to-markdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.1
4
+ version: 2.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Na'aman Hirschfeld
8
+ autorequire:
8
9
  bindir: exe
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2025-10-29 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: rb_sys
@@ -62,6 +63,7 @@ metadata:
62
63
  bug_tracker_uri: https://github.com/Goldziher/html-to-markdown/issues
63
64
  changelog_uri: https://github.com/Goldziher/html-to-markdown/releases
64
65
  documentation_uri: https://github.com/Goldziher/html-to-markdown/blob/main/README.md
66
+ post_install_message:
65
67
  rdoc_options: []
66
68
  require_paths:
67
69
  - lib
@@ -76,7 +78,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
78
  - !ruby/object:Gem::Version
77
79
  version: '0'
78
80
  requirements: []
79
- rubygems_version: 3.7.2
81
+ rubygems_version: 3.5.22
82
+ signing_key:
80
83
  specification_version: 4
81
84
  summary: Ruby bindings for the html-to-markdown Rust library
82
85
  test_files: []