kettle-jem-appraisals 0.1.1
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 +7 -0
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +141 -0
- data/LICENSE.md +12 -0
- data/README.md +705 -0
- data/exe/kettle-jem-appraisals +32 -0
- data/lib/kettle/jem/appraisals/appraisals_generator.rb +67 -0
- data/lib/kettle/jem/appraisals/cli.rb +667 -0
- data/lib/kettle/jem/appraisals/gem_abbreviations.rb +104 -0
- data/lib/kettle/jem/appraisals/gem_version_resolver.rb +81 -0
- data/lib/kettle/jem/appraisals/matrix_builder.rb +339 -0
- data/lib/kettle/jem/appraisals/modular_gemfile_generator.rb +106 -0
- data/lib/kettle/jem/appraisals/ruby_series_detector.rb +235 -0
- data/lib/kettle/jem/appraisals/sub_dep_resolver.rb +98 -0
- data/lib/kettle/jem/appraisals/version.rb +15 -0
- data/lib/kettle/jem/appraisals/workflow_strategy_generator.rb +135 -0
- data/lib/kettle/jem/appraisals/x_std_libs_exclusion.rb +71 -0
- data/lib/kettle/jem/appraisals.rb +30 -0
- data/lib/kettle-jem-appraisals.rb +10 -0
- data/sig/kettle/jem/appraisals.rbs +179 -0
- data.tar.gz.sig +0 -0
- metadata +347 -0
- metadata.gz.sig +0 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: f1f0962f6fb448fb7ac9bb65221e432a9214c4b543cc96b616d224ca8cfecc00
|
|
4
|
+
data.tar.gz: edbebddde16c745e1af414a903c425e7b0fed9a86d20a8e15c1657630a8a566f
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 8302313dec942b61d2a7e22c239ec3304e8fbbc04e7c43abec42f903f649c7df092bf393a2a7f5f63284b135805000316b951671e8805ef6ba43fada3d2838c6
|
|
7
|
+
data.tar.gz: 327c6b0b8996d36ad380711dcfdc21b894a44efbb4599daabd852ec338c19bcd25c41e15266d33a5558e0b0768d7ecae4806e1e603311e8a90e1c85922ac991b
|
checksums.yaml.gz.sig
ADDED
|
Binary file
|
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
[![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog]
|
|
4
|
+
|
|
5
|
+
All notable changes to this project will be documented in this file.
|
|
6
|
+
|
|
7
|
+
The format is based on [Keep a Changelog][📗keep-changelog],
|
|
8
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
|
9
|
+
and [yes][📌major-versions-not-sacred], platform and engine support are part of the [public API][📌semver-breaking].
|
|
10
|
+
Please file a bug if you notice a violation of semantic versioning.
|
|
11
|
+
|
|
12
|
+
[📌semver]: https://semver.org/spec/v2.0.0.html
|
|
13
|
+
[📌semver-img]: https://img.shields.io/badge/semver-2.0.0-FFDD67.svg?style=flat
|
|
14
|
+
[📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
|
|
15
|
+
[📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
|
|
16
|
+
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
|
17
|
+
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
|
|
18
|
+
|
|
19
|
+
## [Unreleased]
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
|
|
25
|
+
### Deprecated
|
|
26
|
+
|
|
27
|
+
### Removed
|
|
28
|
+
|
|
29
|
+
### Fixed
|
|
30
|
+
|
|
31
|
+
### Security
|
|
32
|
+
|
|
33
|
+
## [0.1.1] - 2026-08-08
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.1][0.1.1t]
|
|
36
|
+
- COVERAGE: 93.38% -- 734/786 lines in 13 files
|
|
37
|
+
- BRANCH COVERAGE: 77.14% -- 189/245 branches in 13 files
|
|
38
|
+
- 89.55% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- Added support for JRuby 10.1 and TruffleRuby 34.0.
|
|
43
|
+
|
|
44
|
+
- kettle-jem-template-20260720-005 - README Support & Community links now
|
|
45
|
+
include RubyForum.
|
|
46
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
47
|
+
configuration and documentation dependencies so documentation issues fail
|
|
48
|
+
before generated docs are refreshed.
|
|
49
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
50
|
+
RSpec helpers provided by `kettle-test`.
|
|
51
|
+
|
|
52
|
+
### Changed
|
|
53
|
+
|
|
54
|
+
- The `kettle-jem-appraisals` executable now supports `-v` / `--version` and
|
|
55
|
+
prints a standard startup header on normal runs.
|
|
56
|
+
- Retemplated project metadata and CI/development automation with `kettle-jem` v7.0.0.
|
|
57
|
+
|
|
58
|
+
- kettle-jem-template-20260716-002 - Gemspecs now ship fewer repository-only
|
|
59
|
+
files, reducing package noise for downstream packagers.
|
|
60
|
+
- kettle-jem-template-20260720-002 - Development Gemfiles now use the released
|
|
61
|
+
`tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
62
|
+
- kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
|
|
63
|
+
cover `version.rb` without redefining constants, or are removed when version
|
|
64
|
+
specs are not managed for the project.
|
|
65
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
66
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
67
|
+
installing the main Gemfile bundle.
|
|
68
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
69
|
+
use ClickGems instead of BestGems.
|
|
70
|
+
|
|
71
|
+
- Align the supported Ruby and CI matrix with kettle-jem's Ruby 4.0 runtime requirement
|
|
72
|
+
|
|
73
|
+
- Align generated compatibility workflows with kettle-jem's Ruby 4.0 MRI and JRuby support
|
|
74
|
+
|
|
75
|
+
### Fixed
|
|
76
|
+
|
|
77
|
+
- Corrected OpenCollective funding metadata to use the `kettle-dev` collective.
|
|
78
|
+
- Updated generated project metadata links to use the `appraisal-rb` GitHub
|
|
79
|
+
organization.
|
|
80
|
+
- Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
|
|
81
|
+
- Unique generated appraisal entries now collapse onto standard `ruby-X-Y`
|
|
82
|
+
appraisals, allowing kettle-jem templates to reuse badge-linked standard jobs
|
|
83
|
+
instead of adding redundant framework-only appraisals.
|
|
84
|
+
- Ruby bucket detection now honors `.kettle-jem.yml` `ruby.test_minimum`, so
|
|
85
|
+
collapsed appraisals do not target standard Ruby appraisals below the
|
|
86
|
+
templated CI floor.
|
|
87
|
+
- Added a configurable standard appraisal collapse policy for projects whose
|
|
88
|
+
matrixed dependency is required by the normal test suite; duplicate Ruby
|
|
89
|
+
buckets can now collapse the newest compatible entry onto the standard
|
|
90
|
+
`ruby-X-Y` appraisal while keeping older compatibility entries separate.
|
|
91
|
+
- Generated Appraisals can now include shared support gemfiles, so framework
|
|
92
|
+
matrices that need adapter/setup dependencies do not have to use a separate
|
|
93
|
+
kettle-jem framework matrix just to compose those dependencies.
|
|
94
|
+
- Replaced ad hoc gemspec parsing in the CLI with real gemspec loading and
|
|
95
|
+
`Kettle::Jem::GemSpecReader` metadata from the active local `kettle-jem`.
|
|
96
|
+
- Generated Appraisals now strip the leading `gemfiles/` path segment so
|
|
97
|
+
Appraisal2 resolves modular gemfiles from the correct root.
|
|
98
|
+
- Generated Appraisals no longer end with an extra blank line.
|
|
99
|
+
- Kept Ruby series detection compatible with released `kettle-jem` versions
|
|
100
|
+
that do not yet export the appraisal minimum Ruby floor constant.
|
|
101
|
+
|
|
102
|
+
- Package configured license files in gem release file lists.
|
|
103
|
+
|
|
104
|
+
- kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
|
|
105
|
+
uses the installed `smorg-rb` driver command.
|
|
106
|
+
- kettle-jem-template-20260725-001 - Release pull request branches beginning
|
|
107
|
+
with `feature/release` now run JRuby and TruffleRuby workflows.
|
|
108
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
109
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
110
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
111
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
112
|
+
coverage thresholds still pass.
|
|
113
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
114
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
115
|
+
installs are not reported as project lint debt.
|
|
116
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
117
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
118
|
+
lockfile parser failures on Git and path dependencies.
|
|
119
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
120
|
+
missing canonical version spec when a project only has shim namespace version
|
|
121
|
+
specs.
|
|
122
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
123
|
+
relative to the gemspec directory, so release package contents stay correct
|
|
124
|
+
even when the gemspec is loaded from another working directory.
|
|
125
|
+
|
|
126
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
127
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
128
|
+
parameter names from producing invalid configuration after a merge.
|
|
129
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
130
|
+
documentation now normalize configured underscore hostnames to valid
|
|
131
|
+
hyphenated hostnames.
|
|
132
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
133
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
134
|
+
matching Galtzo-hosted asset exists.
|
|
135
|
+
|
|
136
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
137
|
+
preserving comments and trailing commas during template updates.
|
|
138
|
+
|
|
139
|
+
[Unreleased]: https://github.com/appraisal-rb/kettle-jem-appraisals/compare/v0.1.1...HEAD
|
|
140
|
+
[0.1.1]: https://github.com/appraisal-rb/kettle-jem-appraisals/compare/43293712bb815238bc780aeacf3b284d95ab6633...v0.1.1
|
|
141
|
+
[0.1.1t]: https://github.com/appraisal-rb/kettle-jem-appraisals/releases/tag/v0.1.1
|
data/LICENSE.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# License
|
|
2
|
+
|
|
3
|
+
This project is made available under the following license.
|
|
4
|
+
Choose the option that best fits your use case:
|
|
5
|
+
|
|
6
|
+
- [AGPL-3.0-only](https://github.com/appraisal-rb/kettle-jem-appraisals/blob/main/AGPL-3.0-only.md)
|
|
7
|
+
|
|
8
|
+
If none of the above licenses fit your use case, please [contact us](mailto:floss@galtzo.com) to discuss a custom commercial license.
|
|
9
|
+
|
|
10
|
+
## Copyright Notice
|
|
11
|
+
|
|
12
|
+
- Copyright (c) 2026 Peter H. Boling
|