kettle-test 2.0.19 → 2.0.20

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: 36c029c3d18575b3bfb7c4f3c1444ab4a9f7ecf424d31679e4e09383139e5175
4
- data.tar.gz: 319d79a0405b36ad138de4807098b3b998b08cb6f9f69a010c8a979fbab0ff95
3
+ metadata.gz: f21ff599b77c28c2297a35d63c8ed5de1352dc9810f2b77202c41730ce68518c
4
+ data.tar.gz: 3d8fb7aa3124f14e9959be83234736da6a90751e20325ea3a86af7b6fa4c9c55
5
5
  SHA512:
6
- metadata.gz: b92873ba9f1ea76c7c13cfbed047f04b80cad7821aa75ba8acd30cf9c683639544c567cc3c774316546e98f11231769615b845d399cbc6e5efb6f0481503d27e
7
- data.tar.gz: ea9ace69c354a0e911540e9c2208cfd2c695fe86d36e955afb2e8fd940d16d967dd582ad33a127900bdf3044ab06790a25b11ecb9c1a0ce8535533966636c786
6
+ metadata.gz: 9b2db4bc99b8af1f7f711dfe30c0346e4a553bd8b00a3cb0b8cbd1fa14cb5d5094d3d803de4eaa4d3c284b90d9173b81c7753073cf7180428a8dea99f0046e1c
7
+ data.tar.gz: 11c89917411f91896d4acd8d93b579ced9608a2f416947b80d92a59f568c52354f1268fab51658ccde83c690c8f99ef2eb24bafb1a913cc597bbb196605129ba
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,23 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [2.0.20] - 2026-08-12
34
+
35
+ - TAG: [v2.0.20][2.0.20t]
36
+ - COVERAGE: 96.84% -- 92/95 lines in 17 files
37
+ - BRANCH COVERAGE: 100.00% -- 2/2 branches in 17 files
38
+ - 100.00% documented
39
+
40
+ ### Changed
41
+
42
+ - Prepare project for kettle-jem templates: updated 11 project files across dependencies (11).
43
+
44
+ - Apply kettle-jem templates: updated 7 project files across code and tests (1), configuration (1), dependencies (1), documentation (1), other (3).
45
+
46
+ ### Fixed
47
+
48
+ - Fix the README Configuration link so release Markdown reference validation resolves its heading anchor.
49
+
33
50
  ## [2.0.19] - 2026-08-02
34
51
 
35
52
  - TAG: [v2.0.19][2.0.19t]
@@ -590,7 +607,9 @@ Please file a bug if you notice a violation of semantic versioning.
590
607
  - silent_stream
591
608
  - timecop-rspec
592
609
 
593
- [Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.19...HEAD
610
+ [Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.20...HEAD
611
+ [2.0.20]: https://github.com/kettle-dev/kettle-test/compare/v2.0.19...v2.0.20
612
+ [2.0.20t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.20
594
613
  [2.0.19]: https://github.com/kettle-dev/kettle-test/compare/v2.0.18...v2.0.19
595
614
  [2.0.19t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.19
596
615
  [2.0.18]: https://github.com/kettle-dev/kettle-test/compare/v2.0.17...v2.0.18
data/README.md CHANGED
@@ -42,7 +42,7 @@ end
42
42
  require "gem-under-test"
43
43
  ```
44
44
 
45
- Now you have many powerful testing tools at your disposal, all fully [documented](#-configuration) and tested.
45
+ Now you have many powerful testing tools at your disposal, all fully [documented](#configuration) and tested.
46
46
 
47
47
  I expect the current release of this gem to be compatible with Ruby 2.4+,
48
48
  and concordant releases of JRuby, and TruffleRuby.
@@ -70,7 +70,7 @@ and concordant releases of JRuby, and TruffleRuby.
70
70
 
71
71
  ### Compatibility
72
72
 
73
- Compatible with MRI Ruby 2.4.0+, and concordant releases of JRuby, and TruffleRuby.
73
+ Compatible with MRI Ruby 2.4.0+, JRuby, and TruffleRuby.
74
74
  CI workflows and Appraisals are generated for MRI Ruby 2.4+.
75
75
  This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
76
76
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
@@ -504,8 +504,7 @@ See [SECURITY.md][🔐security].
504
504
  ## 🤝 Contributing
505
505
 
506
506
  If you need some ideas of where to help, you could work on adding more code coverage,
507
- or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
508
- or use the gem and think about how it could be better.
507
+ check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
509
508
 
510
509
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
511
510
 
@@ -541,19 +540,6 @@ Made with [contributors-img][🖐contrib-rocks].
541
540
 
542
541
  Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-test/-/graphs/main][🚎contributors-gl]
543
542
 
544
- <details markdown="1">
545
- <summary>⭐️ Star History</summary>
546
-
547
- <a href="https://star-history.com/kettle-dev/kettle-test&Date">
548
- <picture>
549
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-test&type=Date&theme=dark" />
550
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-test&type=Date" />
551
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-dev/kettle-test&type=Date" />
552
- </picture>
553
- </a>
554
-
555
- </details>
556
-
557
543
  ## 📌 Versioning
558
544
 
559
545
  This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
@@ -5,7 +5,7 @@ module Kettle
5
5
  # Version namespace for this gem.
6
6
  module Version
7
7
  # Current gem version.
8
- VERSION = "2.0.19"
8
+ VERSION = "2.0.20"
9
9
  end
10
10
  # Current gem version exposed at the traditional constant location.
11
11
  VERSION = Version::VERSION # Traditional Constant Location
data.tar.gz.sig CHANGED
@@ -1,4 +1,3 @@
1
- ���Zp�������}���e�
2
- /ư���t��<�� l��VQ_6���������Ӵ���@m�J���ѕME�����LiJ^�>�1P|�_�,�ӽ�
3
- %��
4
- M2<�6�����}���Y��&��O}mNbVP�>�aL<�Ux��Y�(�^�]E=�\0[2�.q��F��ᔡ
1
+ e�����0��8
2
+ ��&2�+���x���Zp$韥�������pgT�Ju�����6X)8XG����I]��鉪���bP�����l�M��vC�+iHQͿ���ז4�۷��y`���5�P��h�*�87ї�H�}�ín f��\Y�Zb_(�|�2�S�@&<� �E�%����t�,��W�d�� ��\�R�S��c�l3��-� �
5
3
  l��(<��q�Ȟ���xBO���~�_}�%8k��-<U��� ]=�]qV�#�vu
4
+ ��y�2����X�ׅ7���i���
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kettle-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.19
4
+ version: 2.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -225,20 +225,20 @@ dependencies:
225
225
  requirements:
226
226
  - - "~>"
227
227
  - !ruby/object:Gem::Version
228
- version: '2.5'
228
+ version: '3.0'
229
229
  - - ">="
230
230
  - !ruby/object:Gem::Version
231
- version: 2.5.16
231
+ version: 3.0.6
232
232
  type: :development
233
233
  prerelease: false
234
234
  version_requirements: !ruby/object:Gem::Requirement
235
235
  requirements:
236
236
  - - "~>"
237
237
  - !ruby/object:Gem::Version
238
- version: '2.5'
238
+ version: '3.0'
239
239
  - - ">="
240
240
  - !ruby/object:Gem::Version
241
- version: 2.5.16
241
+ version: 3.0.6
242
242
  - !ruby/object:Gem::Dependency
243
243
  name: bundler-audit
244
244
  requirement: !ruby/object:Gem::Requirement
@@ -404,10 +404,10 @@ licenses:
404
404
  - PolyForm-Small-Business-1.0.0
405
405
  metadata:
406
406
  homepage_uri: https://kettle-test.galtzo.com
407
- source_code_uri: https://github.com/kettle-dev/kettle-test/tree/v2.0.19
408
- changelog_uri: https://github.com/kettle-dev/kettle-test/blob/v2.0.19/CHANGELOG.md
407
+ source_code_uri: https://github.com/kettle-dev/kettle-test/tree/v2.0.20
408
+ changelog_uri: https://github.com/kettle-dev/kettle-test/blob/v2.0.20/CHANGELOG.md
409
409
  bug_tracker_uri: https://github.com/kettle-dev/kettle-test/issues
410
- documentation_uri: https://www.rubydoc.info/gems/kettle-test/2.0.19
410
+ documentation_uri: https://www.rubydoc.info/gems/kettle-test/2.0.20
411
411
  funding_uri: https://github.com/sponsors/pboling
412
412
  wiki_uri: https://github.com/kettle-dev/kettle-test/wiki
413
413
  news_uri: https://www.railsbling.com/tags/kettle-test
metadata.gz.sig CHANGED
Binary file