Skip to content

Releases: svyatov/create-ruby-gem

v0.1.1

11 Feb 18:21
d4e5bb4

Choose a tag to compare

Fixed

  • Crash on Ruby 4.0 / RubyGems 4.0 where Bundler.settings was unavailable because Bundler was only partially loaded.

v0.1.0

11 Feb 16:49
002e6bd

Choose a tag to compare

Added

  • Interactive wizard for bundle gem with back/edit/cancel flow, command summary, and preset save prompt.
  • Preset commands: --list-presets, --show-preset, --delete-preset, and --preset for non-interactive creation.
  • Runtime diagnostics: --doctor and --version.
  • Static Bundler compatibility matrix with explicit unsupported-version errors.
  • Integration tests that execute real bundle gem runs 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.