henitai 0.1.5 → 0.1.6

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: 28b31872e8c6d86e806caa179862bb2af3eda92425e2c9f0690fd4b5d287d573
4
- data.tar.gz: d7b0d36289b8fbbe11c0a690f1b501f857e738fb997790626282846df5450724
3
+ metadata.gz: a9bb3923bfa06aa75bb23e8e58eebfcde950a31889ecbd53cac33f374be8cb45
4
+ data.tar.gz: 182affc0d3c950229c1507d1b3b5a32ed3857b04a9536c8848b056c179956d0e
5
5
  SHA512:
6
- metadata.gz: ed8eab942e02c4723a2a7b77f0d4b713698e61a914e1d9ab8bb3e4b1429514737dfef8160cc279a17d5d6428f6b02910f0d0258cd7e0a61342982d4a2f18e8cc
7
- data.tar.gz: 4e4994d17183eecf751848d6877a300352f0e366fd715f557bc27fbdeede4e4f9164d51861bf3d1cca475fe2e789d2c80c9e2ff25331f8c34a2e957a59fbe5b9
6
+ metadata.gz: c4fd4c134c4dc11d68c1571bb0a1fab69b96d1c23332c30f47fe6077be9ca54208d092ab1a87e8ed22f6b1e6c26150998c9c187cb19c9364e4b7897808993f49
7
+ data.tar.gz: 47939f9df02863715ba38f2f0120cad56cba5dd0fa7257c186e325ed371830352f929bb3786723274677360d80fc67754368b55312f5c5279ddd4c57f8c620aa
data/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.6] - 2026-04-14
11
+
12
+ ### Fixed
13
+ - Minitest is no longer required eagerly when `henitai/integration` loads, so
14
+ projects that do not include Minitest in their bundle can still boot and use
15
+ non-Minitest integrations without a parent-process `LoadError`
16
+
10
17
  ## [0.1.5] - 2026-04-14
11
18
 
12
19
  ### Fixed
@@ -159,7 +166,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159
166
  - CLI critical path: `henitai run` now executes the full pipeline, supports `--since`, returns CI-friendly exit codes, and `henitai version` prints `Henitai::VERSION`
160
167
  - RSpec per-test coverage output: `henitai/coverage_formatter` now writes `coverage/henitai_per_test.json`
161
168
 
162
- [Unreleased]: https://github.com/martinotten/henitai/compare/v0.1.4...HEAD
169
+ [Unreleased]: https://github.com/martinotten/henitai/compare/v0.1.6...HEAD
170
+ [0.1.6]: https://github.com/martinotten/henitai/compare/v0.1.5...v0.1.6
171
+ [0.1.5]: https://github.com/martinotten/henitai/compare/v0.1.4...v0.1.5
163
172
  [0.1.4]: https://github.com/martinotten/henitai/compare/v0.1.3...v0.1.4
164
173
  [0.1.3]: https://github.com/martinotten/henitai/compare/v0.1.2...v0.1.3
165
174
  [0.1.2]: https://github.com/martinotten/henitai/compare/v0.1.1...v0.1.2
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require "fileutils"
4
- require "minitest"
5
4
  require_relative "integration/rspec_process_runner"
6
5
 
7
6
  module Henitai
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Henitai
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: henitai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Otten
@@ -157,7 +157,7 @@ metadata:
157
157
  changelog_uri: https://github.com/martinotten/henitai/blob/main/CHANGELOG.md
158
158
  documentation_uri: https://github.com/martinotten/henitai/blob/main/README.md
159
159
  homepage_uri: https://github.com/martinotten/henitai
160
- source_code_uri: https://github.com/martinotten/henitai/tree/v0.1.4
160
+ source_code_uri: https://github.com/martinotten/henitai/tree/v0.1.6
161
161
  rubygems_mfa_required: 'true'
162
162
  rdoc_options: []
163
163
  require_paths: