ace-support-items 0.15.7 → 0.15.12
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/CHANGELOG.md +29 -0
- data/README.md +12 -0
- data/lib/ace/support/items/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a7b67b3b153569fc0c0e496af31bc58f6f9aa6bc2daea06a377796ac1f85f868
|
|
4
|
+
data.tar.gz: e858aacf946b452c5722fb121a4f050862733e324701a53774aafb1ec41f06de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb25d0d00bc4b25f165715fcebb3711bd5bb970fd466fb5c3761af51344212f3649140f925a33942dffc9ef6c41fb413cfd8145e437ca57080f42f4a96a1dc8f
|
|
7
|
+
data.tar.gz: 6dd842c65e4d04f260f94a96fa8125ace4ca50127b8db3765b143cae4ee1fff5c70ea51e3e7cb8261ed7b22d3f32eed5b47b9c0614f4586aa91ff879b8fc25e2
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.15.12] - 2026-08-12
|
|
11
|
+
|
|
12
|
+
### Technical
|
|
13
|
+
- Raised the `ace-support-core` dependency floor to `~> 0.31` after the principles-first bootstrap guidance release.
|
|
14
|
+
## [0.15.11] - 2026-08-12
|
|
15
|
+
|
|
16
|
+
### Technical
|
|
17
|
+
- Aligned gemspec dependency floors with current ACE package minor release lines and safe external minor dependency bumps (no major version jumps).
|
|
18
|
+
|
|
19
|
+
## [0.15.10] - 2026-04-13
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
- **ace-support-items v0.15.10**: Standardized shared package tests to the fast-only layout and updated testing flow defaults.
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [0.15.9] - 2026-04-11
|
|
26
|
+
|
|
27
|
+
### Technical
|
|
28
|
+
- Fixed the spawned field-updater lock test to load package code from the repository `lib/` path after the `test/fast/` migration.
|
|
29
|
+
|
|
30
|
+
## [0.15.8] - 2026-04-11
|
|
31
|
+
|
|
32
|
+
### Technical
|
|
33
|
+
- Migrated deterministic tests from `test/{atoms,models,molecules}` into `test/fast/{atoms,models,molecules}` for the fast/feat/e2e model.
|
|
34
|
+
- Documented `ace-support-items` as a fast-only package and kept deterministic verification on:
|
|
35
|
+
- `ace-test ace-support-items`
|
|
36
|
+
- `ace-test ace-support-items all`
|
|
37
|
+
- Confirmed this migration does not introduce `test/feat/` or `test/e2e/` layers.
|
|
38
|
+
|
|
10
39
|
## [0.15.7] - 2026-03-29
|
|
11
40
|
|
|
12
41
|
### Technical
|
data/README.md
CHANGED
|
@@ -24,6 +24,18 @@
|
|
|
24
24
|
|
|
25
25
|
**Normalize metadata safely** - sanitize slugs and arguments before persistence, preventing malformed entries in item stores.
|
|
26
26
|
|
|
27
|
+
## Testing Contract
|
|
28
|
+
|
|
29
|
+
This package is **fast-only** in the ACE testing model.
|
|
30
|
+
|
|
31
|
+
- Deterministic coverage lives under `test/fast/`.
|
|
32
|
+
- This migration does not introduce `test/feat/` or `test/e2e/` for this package.
|
|
33
|
+
|
|
34
|
+
Run:
|
|
35
|
+
|
|
36
|
+
- `ace-test ace-support-items`
|
|
37
|
+
- `ace-test ace-support-items all`
|
|
38
|
+
|
|
27
39
|
---
|
|
28
40
|
|
|
29
41
|
Part of [ACE](https://github.com/cs3b/ace)
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ace-support-items
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.15.
|
|
4
|
+
version: 0.15.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Czyz
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
10
|
+
date: 2026-08-12 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: ace-support-core
|
|
@@ -15,28 +15,28 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '0.
|
|
18
|
+
version: '0.31'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '0.
|
|
25
|
+
version: '0.31'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: ace-b36ts
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|
|
30
30
|
- - "~>"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '0.
|
|
32
|
+
version: '0.14'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '0.
|
|
39
|
+
version: '0.14'
|
|
40
40
|
description: Provides shared infrastructure for folder-based item management (tasks,
|
|
41
41
|
ideas, etc.) across ace-* gems. Includes document loading, frontmatter parsing/serialization,
|
|
42
42
|
filtering, sorting, directory scanning, and shortcut resolution.
|