Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-thor
From: Takahiro Kambe
Date: 2023-11-11 13:25:40
Message id: 20231111122540.2139EFA2F@cvs.NetBSD.org
Log Message:
devel/ruby-thor: update to 1.3.0
1.3.0 (2023-10-18)
What's Changed
* use the correct class for shared namespaces by @Gerst20051 in #754
* Allow to Override Order of Commands in Help by @alessio-signorini in #642
* Add support for providing http headers to get by @dnlgrv in #801
* Don't document negative boolean option named no_* by @BrentWheeldon in
#797
* CreateFile#identical? fixed for files containing multi-byte UTF-8
codepoints by @tomclose in #786
* Drop support to Ruby 2.6 by @rafaelfranca in #821
* Fix dashless option usage info by @sambostock in #800
* Support Range in enum option by @phene in #775
* Check if type: array values are in enum by @movermeyer in #784
* Fix inject into file warning by @nicolas-brousse in #709
* Support Thor::CoreExt::HashWithIndifferentAccess#slice method by @shuuuuun
in #812
* long_desc: new option to disable wrapping by @igneus in #739
* Print default in help when option type is :boolean and default is false by
@nevesenin in #849
* Silence encoding warnings in specs by @p8 in #857
* Validate arguments for method_option and class_option by @p8 in #856
* Fix help for file_collision method without block by @shuuuuun in #858
* Extract print methods to seperate classes by @p8 in #854
* Add support for printing tables with borders by @p8 in #855
* Fix printing tables with borders and indentation by @p8 in #861
New Contributors
* @Gerst20051 made their first contribution in #754
* @alessio-signorini made their first contribution in #642
* @dnlgrv made their first contribution in #801
* @BrentWheeldon made their first contribution in #797
* @tomclose made their first contribution in #786
* @sambostock made their first contribution in #800
* @phene made their first contribution in #775
* @movermeyer made their first contribution in #784
* @nicolas-brousse made their first contribution in #709
* @shuuuuun made their first contribution in #812
* @igneus made their first contribution in #739
* @nevesenin made their first contribution in #849
Files: