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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/lib/ace/lint/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da7ff8d241030e4bf762c626b21daaa7b2c3d1d778d5ffb14dcd211e9a2902e3
4
- data.tar.gz: c0ce911e72948cd0a22510c439ef529490c95319b7e94c7d1f74433d75ac4fb5
3
+ metadata.gz: 90f7ec2edad0e340d1431e04e429e47753083495cc1e71864e96c15af5b8d165
4
+ data.tar.gz: 6244b6ccfbc2a3c02a33ffa8b4051114689dc569991fdb05e0e4aff4092d4168
5
5
  SHA512:
6
- metadata.gz: db82667c10b6355287ae0faddc5c30f77a2a8317f9e864279adad4c8122d1677b71d4b99862f6b971e775787a91caf541068fb0506f329b50836cc88025a19a9
7
- data.tar.gz: afbaf7aff2ec566248de562da8b72eeb30982f9a2d3ceb5fbf690a7e8af409e2dbfda807408f2352f2c2ec79334b10858bafe0514770ef89b89e90a7428c086e
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Lint
5
- VERSION = '0.30.5'
5
+ VERSION = '0.30.7'
6
6
  end
7
7
  end
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.5
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-20 00:00:00.000000000 Z
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