ace-support-markdown 0.3.0 → 0.3.1

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: d5bceceb7b689ff5cae36c43b182f0bdd2ea6eacf2d9ff1f9f00c95cc774c618
4
+ data.tar.gz: 344efce0f010430d297c5d3f2b3c6cfc473f0c0e11d4725b998117ce3801db25
5
5
  SHA512:
6
- metadata.gz: 55dd180392b834db3db26c312f193b68c8ffa2b3ccb9b9099a99ecc365c4b0e3c91153d7329829e88ba323722519727ea62268cc3b9f054beea1d66ce5cced37
7
- data.tar.gz: ab08ad8cd7290c10c53021121b247c2eec7db7939bdf2f58356fd7f33690623cbc081b611daf60b8823bc1c03ec1a08e742458f95223671e0f1d3fac855c0aa6
6
+ metadata.gz: d53668be05106b05bfd0c973b22a636d12dbce11b9cc210e5c0e74494d7e0527058dbb6d058052d0799317d3ba7dbcf43269fc0c127a66cbb8c2afb435dc943f
7
+ data.tar.gz: 438e3b814e058e96bd98ddf77f78db9cb15c2b80522f581aac05b1e57a8f00559f0732aff70fcf5a0947e90bd50e6111e11f44bb6e9b97cda2383c4df83346fd
data/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+
11
+ ## [0.3.1] - 2026-03-29
12
+
13
+ ### Fixed
14
+ - **ace-support-markdown v0.3.1**: Bumped dependency constraints to currently available `~>` ranges on RubyGems and updated release metadata after dependency synchronization.
15
+
10
16
  ## [0.3.0] - 2026-03-23
11
17
 
12
18
  ### 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.1'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
@@ -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.