Skip to content

Releases: davetron5000/gli

v2.21.5

18 Jul 14:45
Compare
Choose a tag to compare

Fix link to API doc to use https. See #329 (thanks @noraj )

v2.21.4

17 Jul 19:45
430fed9
Compare
Choose a tag to compare

Added metadata to gemspec. See #308 and #328 (thanks @noraj )

v2.21.3: Merge pull request #327 from davetron5000/required-flags-multiple-han…

16 Jul 18:52
aaf5a36
Compare
Choose a tag to compare
  • Fixed #244 where a flag that is both :required and :multiple is allowed to have no value. See #327

v2.21.2

16 Jul 18:51
Compare
Choose a tag to compare
  • Fixed issue with Scaffolding
  • Upgraded dev environment and build matrix
  • Changed to Minitest instead of way old MiniTest

See #325

v2.21.1

23 Jul 18:51
Compare
Choose a tag to compare
  • 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.21.0

26 Jan 02:20
Compare
Choose a tag to compare

v2.20.1

27 Jun 21:57
Compare
Choose a tag to compare
  • Gemfile references github.io. See #311

v2.20.0

13 Feb 23:07
Compare
Choose a tag to compare
  • Reworked tests to remove Cucumber and Aruba
  • Unit tests are now minitest
  • Scaffold now uses minitest and sets versions, plus does not include Cucumber/Aruba any longer
  • CI in CircleCI for matrixed builds, including Ruby 3.0
  • Fixes a Ruby 3 issue. See #301
  • Other minor updates for local dev. See #303

v2.19.2

26 Jun 12:48
Compare
Choose a tag to compare
  • Fixes inconsistent error messages related to subcommands. See #299 and thanks @JacobEvelyn

v2.19.1

31 May 14:15
Compare
Choose a tag to compare
  • Slower tests can wait longer to timeout. See #297 and thanks @calestar !