Releases: davetron5000/gli
Releases · davetron5000/gli
v2.22.2
- Fixes gemspec URL (see #338)
v2.22.0
- Improve error messaging when strict arguments are configured and too few or too many arguments are provided (see #335 and #334 thanks @rsanheim!)
v2.21.5
Fix link to API doc to use https. See #329 (thanks @noraj )
v2.21.3
- Fixed #244 where a flag that is both
:required
and :multiple
is allowed to have no value. See #327
v2.21.2
- Fixed issue with Scaffolding
- Upgraded dev environment and build matrix
- Changed to
Minitest
instead of way old MiniTest
See #325
v2.21.1
- Drop official support for 2.x rubies and add 3.1 and 3.2 to the build matrix
- Fix typo in rake task (See #318 / thanks @mattbrictson!)
- Remove use of
File.exists?
which was removed from Ruby 3.2 (See #316 / thanks @mattbrictson!)
v2.20.1
- Gemfile references
github.io
. See #311