pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-thor
Module Name: pkgsrc
Committed By: taca
Date: Sat Nov 11 12:25:40 UTC 2023
Modified Files:
pkgsrc/devel/ruby-thor: Makefile PLIST distinfo
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
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-thor/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-thor/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-thor/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-thor/Makefile
diff -u pkgsrc/devel/ruby-thor/Makefile:1.15 pkgsrc/devel/ruby-thor/Makefile:1.16
--- pkgsrc/devel/ruby-thor/Makefile:1.15 Sun May 14 13:51:23 2023
+++ pkgsrc/devel/ruby-thor/Makefile Sat Nov 11 12:25:39 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/05/14 13:51:23 taca Exp $
+# $NetBSD: Makefile,v 1.16 2023/11/11 12:25:39 taca Exp $
-DISTNAME= thor-1.2.2
+DISTNAME= thor-1.3.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-thor/PLIST
diff -u pkgsrc/devel/ruby-thor/PLIST:1.9 pkgsrc/devel/ruby-thor/PLIST:1.10
--- pkgsrc/devel/ruby-thor/PLIST:1.9 Sat Feb 12 13:48:00 2022
+++ pkgsrc/devel/ruby-thor/PLIST Sat Nov 11 12:25:39 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2022/02/12 13:48:00 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2023/11/11 12:25:39 taca Exp $
bin/thor${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
@@ -34,7 +34,12 @@ ${GEM_LIBDIR}/lib/thor/runner.rb
${GEM_LIBDIR}/lib/thor/shell.rb
${GEM_LIBDIR}/lib/thor/shell/basic.rb
${GEM_LIBDIR}/lib/thor/shell/color.rb
+${GEM_LIBDIR}/lib/thor/shell/column_printer.rb
${GEM_LIBDIR}/lib/thor/shell/html.rb
+${GEM_LIBDIR}/lib/thor/shell/lcs_diff.rb
+${GEM_LIBDIR}/lib/thor/shell/table_printer.rb
+${GEM_LIBDIR}/lib/thor/shell/terminal.rb
+${GEM_LIBDIR}/lib/thor/shell/wrapped_printer.rb
${GEM_LIBDIR}/lib/thor/util.rb
${GEM_LIBDIR}/lib/thor/version.rb
${GEM_LIBDIR}/thor.gemspec
Index: pkgsrc/devel/ruby-thor/distinfo
diff -u pkgsrc/devel/ruby-thor/distinfo:1.16 pkgsrc/devel/ruby-thor/distinfo:1.17
--- pkgsrc/devel/ruby-thor/distinfo:1.16 Sun May 14 13:51:23 2023
+++ pkgsrc/devel/ruby-thor/distinfo Sat Nov 11 12:25:39 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2023/05/14 13:51:23 taca Exp $
+$NetBSD: distinfo,v 1.17 2023/11/11 12:25:39 taca Exp $
-BLAKE2s (thor-1.2.2.gem) = 55c42e8f1c26dbf2b80289f19dafebd695743ddd51883c2492b5c36239d1f336
-SHA512 (thor-1.2.2.gem) = a896f9a876a3d9fedf132fe29dbf083d61bc79cd29720ff026a745b4c2ee4e02c840856e13dbd3f074b0be4efe01c32173785b8ad3b041c7cbd7d70459ddb192
-Size (thor-1.2.2.gem) = 53248 bytes
+BLAKE2s (thor-1.3.0.gem) = 56f455aea8ef13f46cd7bee0b998effc0d78bea7523ef369f90b212e237cd41c
+SHA512 (thor-1.3.0.gem) = 13ec23ef4681d2e9aa948667b4989435812a93e2dd7918193626bbd61a4552b5b98b3ad84b2abc6c14f6b6ee032a44cce9e18df5ddd500516c5b7bba41a1f8c7
+Size (thor-1.3.0.gem) = 56320 bytes
Home |
Main Index |
Thread Index |
Old Index