ace-support-markdown 0.3.0 → 0.3.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: caaad5b4c68beae09ec7d4e7d6c09b0b0060cb09eeff550d72473edcb315e87e
4
- data.tar.gz: 150a17fa755dbacf16be654f325fcc9eaa520f2e7f69e77150304aeedb8c3e81
3
+ metadata.gz: 1b8143e74bd568a574d2552963c9ba3cf81b453ee8f46356c4160f4ce068dab2
4
+ data.tar.gz: 3247b9753affd36f63232473a2a1b5bd33f28ac7858884e1e7b29a930c937790
5
5
  SHA512:
6
- metadata.gz: 55dd180392b834db3db26c312f193b68c8ffa2b3ccb9b9099a99ecc365c4b0e3c91153d7329829e88ba323722519727ea62268cc3b9f054beea1d66ce5cced37
7
- data.tar.gz: ab08ad8cd7290c10c53021121b247c2eec7db7939bdf2f58356fd7f33690623cbc081b611daf60b8823bc1c03ec1a08e742458f95223671e0f1d3fac855c0aa6
6
+ metadata.gz: 792f428b0988b4d16c007545258b7156252eb409527bf7309691033c196607cd2b342b4b31485f3a326cc4a4cfbaa5e100376113507df2fd75ebb209763d2b36
7
+ data.tar.gz: 58bcf790e777ed9991814cde3097071a443febcb2dedec433a5763842073db3a177887448ca884b931845e710c05887a9d607b2bb9909d52c9085097b4bd53d6
data/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.3.2] - 2026-03-29
11
+
12
+ ### Technical
13
+ - Normalized published gem metadata so RubyGems and Ruby Toolbox use current release information instead of the 1980 fallback date.
14
+
15
+
16
+ ## [0.3.1] - 2026-03-29
17
+
18
+ ### Fixed
19
+ - **ace-support-markdown v0.3.1**: Bumped dependency constraints to currently available `~>` ranges on RubyGems and updated release metadata after dependency synchronization.
20
+
10
21
  ## [0.3.0] - 2026-03-23
11
22
 
12
23
  ### Technical
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  Safe, composable markdown editing tools for ACE libraries and docs.
5
5
 
6
- <img src="https://raw.githubusercontent.com/cs3b/ace/main/docs/brand/AgenticCodingEnvironment.Logo.XS.jpg" alt="ACE Logo" width="480">
6
+ <img src="../docs/brand/AgenticCodingEnvironment.Logo.XS.jpg" alt="ACE Logo" width="480">
7
7
  <br><br>
8
8
 
9
9
  <a href="https://rubygems.org/gems/ace-support-markdown"><img alt="Gem Version" src="https://img.shields.io/gem/v/ace-support-markdown.svg" /></a>
@@ -3,7 +3,7 @@
3
3
  module Ace
4
4
  module Support
5
5
  module Markdown
6
- VERSION = "0.3.0"
6
+ VERSION = '0.3.2'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-support-markdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
10
+ date: 2026-03-29 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: kramdown
@@ -85,14 +85,14 @@ dependencies:
85
85
  requirements:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: '0.12'
88
+ version: '0.13'
89
89
  type: :development
90
90
  prerelease: false
91
91
  version_requirements: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: '0.12'
95
+ version: '0.13'
96
96
  description: Provides safe, atomic markdown file operations with frontmatter extraction,
97
97
  section editing, and validation. Prevents file corruption through backup/rollback
98
98
  mechanisms.