inkmark 0.1.3-x86_64-linux → 0.1.4-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: d3d72b51b78b82b2e41b4df33577091dc25b7d1bd47307fb4019e6ce43da9ec5
4
- data.tar.gz: 5a9e1bea46b7d4a5c679ef1f02313d234c02f54f9edd6331c93d22182a66bc55
3
+ metadata.gz: 34a985b620c8c959518cc71634ead77c414a691fa194037145024d3c5c16834d
4
+ data.tar.gz: 72dfd3b1478c390e7098eb0ff7c8d88e9e6be8878dac7ba77a386ca2e048e177
5
5
  SHA512:
6
- metadata.gz: 90b3571ade15e54a05037704b96db0d980115a3538469a2f02d2f24ff8c7b6209b9b69e3c9d19079263d50a705d0928a9d1c95d12fc3085df31c7a091627f41f
7
- data.tar.gz: 477eb505f54c132c48cb713348987d22cec85ab4c974e86926eac1e1f755e6ec001c48ac8d9ba8dde0beabd7cf884e2d5a74bfee9dfd715b1811f3229c36a07c
6
+ metadata.gz: 9ba23addc4e9f0b59f64ad57cebcde844737b98dae9133c15412b7df63b586e13d38cef330320b51a291bfe66f5fe8c820e0d8690f3116dd65b6e9e59d6f3a8f
7
+ data.tar.gz: f2d2d01f87adfcd78811ec3fa963945cc30da185b774669a34d418e21b5178becc053cf039cd5948073d8cbcf9347a49fb67291ce41e76c2f7c733d6a487f236
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.4] - 2026-06-25
2
+
3
+ - Fix `frontmatter: true` leaking the frontmatter block into `to_markdown`, `chunks_by_heading`, and `chunks_by_size` output. Bug report by @freesteph [#3]
4
+
1
5
  ## [0.1.3] - 2026-06-21
2
6
 
3
7
  - Fix possible XSS via unescaped language tag in syntax-highlighted code blocks.
Binary file
Binary file
Binary file
@@ -2,5 +2,5 @@
2
2
 
3
3
  class Inkmark
4
4
  # Current gem version.
5
- VERSION = "0.1.3"
5
+ VERSION = "0.1.4"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inkmark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Yaroslav Markin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-06-21 00:00:00.000000000 Z
11
+ date: 2026-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake