skooma 0.3.7 → 0.3.8

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: fecb68dcc8ec00b3d4d02cbf7bc69ff0f46888aaa58c9523ac2e79e24cdb4369
4
- data.tar.gz: 2aa7775d50ef867250bf813cc75448f448fe7f5c3155df40c9d95188b2c2aa31
3
+ metadata.gz: 1425cf06717c3675b02d873d78da9f50b8b652748c33a86e838be37fcb164e7b
4
+ data.tar.gz: 761abc98b0394bf38330010c18a8536e21cc700308e834572406d2ee2e3a02ff
5
5
  SHA512:
6
- metadata.gz: 031e66d37e92ba1d7f1a6718c0cb25a583954801d652be168f4f2a2ee88da1e485fc6e383304fd6c06c21f554c3dd74422434799dada26069f3e6f2e49b0f82f
7
- data.tar.gz: e1127d8c82909c211d78da473de6f8abc1c8e1d8a98a9a4002345283c4c35142a18f93899ef3820059bc1d54285bbc03b1b823fcd1de6eb29d606bdd17816fa7
6
+ metadata.gz: ffdf92bbb6d9feb0945cda5e8ff854bb883f03a3404f9ffdc753683ccebaa283f0d8c79e020fb41474b6b6ba01c1e10f4255a64b0bb635e9c16135c33b0dfdf0
7
+ data.tar.gz: 7c2aef17f070a2aeeb29d7b6cf3799b885f2eb0922fa27ffe671ae2aa7607df8a0f10426b95c0bd01b05e26a941a969e186568690de745340a8c121275d1bc3f
data/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.3.8] - 2026-04-16
11
+
12
+ ### Fixed
13
+
14
+ - Minitest 6 compatibility ([@visini])
15
+
10
16
  ## [0.3.7] - 2025-10-31
11
17
 
12
18
  ### Added
@@ -184,8 +190,10 @@ and this project adheres to [Semantic Versioning].
184
190
  [@skarlcf]: https://github.com/skarlcf
185
191
  [@skryukov]: https://github.com/skryukov
186
192
  [@ursm]: https://github.com/ursm
193
+ [@visini]: https://github.com/visini
187
194
 
188
- [Unreleased]: https://github.com/skryukov/skooma/compare/v0.3.7...HEAD
195
+ [Unreleased]: https://github.com/skryukov/skooma/compare/v0.3.8...HEAD
196
+ [0.3.8]: https://github.com/skryukov/skooma/compare/v0.3.7...v0.3.8
189
197
  [0.3.7]: https://github.com/skryukov/skooma/compare/v0.3.6...v0.3.7
190
198
  [0.3.6]: https://github.com/skryukov/skooma/compare/v0.3.5...v0.3.6
191
199
  [0.3.5]: https://github.com/skryukov/skooma/compare/v0.3.4...v0.3.5
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "minitest/unit"
3
+ require "minitest"
4
4
 
5
5
  module Skooma
6
6
  # Minitest helpers for OpenAPI schema validation
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Skooma
4
- VERSION = "0.3.7"
4
+ VERSION = "0.3.8"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skooma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Svyatoslav Kryukov
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  - !ruby/object:Gem::Version
177
177
  version: '0'
178
178
  requirements: []
179
- rubygems_version: 3.6.9
179
+ rubygems_version: 4.0.6
180
180
  specification_version: 4
181
181
  summary: Validate API implementations against OpenAPI documents.
182
182
  test_files: []