Changelog

SemVer 2.0.0 Keep-A-Changelog 1.0.0

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning,
and yes, platform and engine support are part of the public API.
Please file a bug if you notice a violation of semantic versioning.

Unreleased

Added

Changed

  • Require castkit ~> 0.4. castkit 0.3 overrides Class#hash on data objects,
    which prevented the gem from loading on JRuby.

Deprecated

Removed

Fixed

  • Badge classes no longer use endless method definitions, which TruffleRuby 23.1
    cannot parse, so the gem loads on every supported engine again.

Security

1.0.1 - 2026-09-11

  • TAG: v1.0.1
  • COVERAGE: 99.45% – 361/363 lines in 24 files
  • BRANCH COVERAGE: 94.29% – 33/35 branches in 24 files
  • 29.41% documented

Added

  • kettle-jem-template-20260720-005 - README Support & Community links now
    include RubyForum.
  • kettle-jem-template-20260726-001 - Projects now include YARD lint
    configuration and documentation dependencies so documentation issues fail
    before generated docs are refreshed.
  • kettle-jem-template-20260727-001 - Spec harness documentation now lists the
    RSpec helpers provided by kettle-test.

Changed

  • kettle-jem-template-20260716-002 - Gemspecs now ship fewer repository-only
    files, reducing package noise for downstream packagers.
  • kettle-jem-template-20260720-002 - Development Gemfiles now use the released
    tree_sitter_language_pack gem 1.13.3 or newer by default.
  • kettle-jem-template-20260725-002 - Version specs now use anonymous_loader to
    cover version.rb without redefining constants, or are removed when version
    specs are not managed for the project.
  • kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
    setup-ruby-flash planning and can prepare appraisal-only jobs without
    installing the main Gemfile bundle.
  • kettle-jem-template-20260801-001 - Generated README gem dashboard links now
    use ClickGems instead of BestGems.

  • [kc] kettle-jem/prepare: updated 10 project files:
    • dependencies (10)
  • [kc] kettle-jem/template: updated 6 project files:
    • dependencies (5)
    • other (1)

Fixed

  • Correct the source-code release URL and refresh package development dependencies.

  • kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
    uses the installed smorg-rb driver command.
  • kettle-jem-template-20260725-001 - Release pull request branches beginning
    with feature/release now run JRuby and TruffleRuby workflows.
  • kettle-jem-template-20260726-002 - Generated version files now document their
    version namespace and constants, reducing warning-only YARD lint output.
  • kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
    QLTY, and Codecov as optional, so provider outages do not fail CI when local
    coverage thresholds still pass.
  • kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
    same gemfiles/vendor/bundle tree as .gitignore, so vendored dependency
    installs are not reported as project lint debt.
  • kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
    missing canonical version spec when a project only has shim namespace version
    specs.
  • kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
    relative to the gemspec directory, so release package contents stay correct
    even when the gemspec is loaded from another working directory.
  • kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
    managed configuration block bindings structurally, preventing mixed block
    parameter names from producing invalid configuration after a merge.
  • kettle-jem-template-20260801-003 - Generated project metadata and
    documentation now normalize configured underscore hostnames to valid
    hyphenated hostnames.
  • kettle-jem-template-20260801-004 - Generated organization README logos now
    use GitHub’s stable organization avatar endpoint instead of assuming a
    matching Galtzo-hosted asset exists.
  • kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
    preserving comments and trailing commas during template updates.

  • kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
    TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
    before the test suite starts.
  • kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
    setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
    lockfile parser failures on Git and path dependencies.
  • kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
    legacy manual bundle install path, avoiding setup-time Bundler full-index
    failures against gem.coop.

1.0.0 - 2025-05-29

  • TAG: v1.0.0
  • Line Coverage: 99.45% (360 / 362)
  • Branch Coverage: 94.29% (33 / 35)
  • 27.12% documented

Added

  • Initial release
  • Badge: Activity - GithubCommitsSinceLatestRelease
  • Badge: Build - GithubBranchCheckRuns
  • Badge: Code Coverage - Coveralls
  • Badge: Downloads - GemDownloadsRank
  • Badge: Downloads - GemTotalDownloads
  • Badge: Social - GithubRepoStars