ace-lint 0.30.5 → 0.30.7
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 +10 -0
- data/lib/ace/lint/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90f7ec2edad0e340d1431e04e429e47753083495cc1e71864e96c15af5b8d165
|
|
4
|
+
data.tar.gz: 6244b6ccfbc2a3c02a33ffa8b4051114689dc569991fdb05e0e4aff4092d4168
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e7d686678e67c90ffc52eeed9db2bfec2b8efb942b20d54e338794aaeb073adc4ed02d2776009bbcdd9f047871d0cc654a2fd1845ba7e24ffb4436562f77a09
|
|
7
|
+
data.tar.gz: 220be5c4c510566f4af4f83571be35236fe0df70bfffd3c9a45c78828d5fe4cf7ffe386025c306cb9205ff049c31e21b13665b2bd3a3ef29d64dd384ab80eff5
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog][1], and this project adheres to [Seman
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.30.7] - 2026-04-23
|
|
10
|
+
|
|
11
|
+
### Technical
|
|
12
|
+
- Replaced the retained public-surface survey helper manifest with direct `ace-lint --help` evidence so the scenario stays compatible with strict declared-artifact contracts.
|
|
13
|
+
|
|
14
|
+
## [0.30.6] - 2026-04-23
|
|
15
|
+
|
|
16
|
+
### Technical
|
|
17
|
+
- Tightened retained `TS-LINT-001` no-report and doctor diagnostics coverage so `--no-report` assertions come from same-run command evidence and malformed-config checks write the exact `.ace/lint/.rubocop.yml` path inspected by `ace-lint --doctor`.
|
|
18
|
+
|
|
9
19
|
## [0.30.5] - 2026-04-20
|
|
10
20
|
|
|
11
21
|
### Technical
|
data/lib/ace/lint/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ace-lint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.30.
|
|
4
|
+
version: 0.30.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Czyz
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-04-
|
|
10
|
+
date: 2026-04-26 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: ace-support-config
|