All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog. This project adheres to Semantic Versioning and Conventional Commits.
- Crash on Ruby 4.0 / RubyGems 4.0 where
Bundler.settingswas unavailable because Bundler was only partially loaded.
- Interactive wizard for
bundle gemwith back/edit/cancel flow, command summary, and preset save prompt. - Preset commands:
--list-presets,--show-preset,--delete-preset, and--presetfor non-interactive creation. - Runtime diagnostics:
--doctorand--version. - Static Bundler compatibility matrix with explicit unsupported-version errors.
- Integration tests that execute real
bundle gemruns in temporary directories. - CI matrix testing Bundler versions across Ruby 3.2–4.0.
- YARD documentation for all source files.
- Production-ready README with compatibility matrix, CLI reference, and preset examples.