Sha256: a5449bdcea977dd09168decf82b03815442a4fa04bab97703e2ba83ee73cfa41
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
# Changelog ## Unreleased ## 0.5.0 (2024-01-14) * Drop Ruby 2.6 and 2.7 support. * Add Ruby 3.2 and 3.3 support. * Update `highline` dependency. * Move development dependencies from `gemspec` into `Gemfile`. * Update gemspec metadata. * Update development dependencies. * Resolve new RuboCop offenses. * Update License badge. * Improve Cirrus CI config. ## 0.4.0 (2022-09-29) * Drop Ruby 2.5 support. * Add Ruby 3.1 support. * Add `#initialize_regular_file` method. * Update development dependencies. * Resolve new RuboCop offenses. * Add `bundle-audit` CI task. ## 0.3.1 (2021-04-16) * Fix Ruby warnings (and specs fails). ## 0.3.0 (2021-04-16) * Remake the question from "Do you want to edit?" to "What to do?". * Add `replace-and-edit` answer. * Change menu layout from inline to rows with numbers. I have no idea how to make easier shortcut for `replace-and-edit`. * Add Ruby 3 support and CI. * Update development dependencies. ## 0.2.0 (2020-09-30) * Abort program on try to edit file without `$EDITOR` environment variable. Don't rely on external code, also abort only on try to edit. * Update dependencies. * Improve Cirrus CI config. ## 0.1.0 (2020-06-02) * Initial release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
example_file-0.5.0 | CHANGELOG.md |