summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-03-24 18:30:19 +0000
committertaca <taca@pkgsrc.org>2020-03-24 18:30:19 +0000
commit51f14582101fc7bfefb22d06ed7fdee5a2208192 (patch)
tree689c53762a1bff557d3f42657d609371353cd809 /devel
parentbb043f0993c0ea1313d6cac71ec74c9dfda5fb56 (diff)
downloadpkgsrc-51f14582101fc7bfefb22d06ed7fdee5a2208192.tar.gz
devel/ruby-thor: update to 1.0.1
Update ruby-thor to 1.0.1. # 1.0.1 * Fix thor when `thor/base` and `thor/group` are required without `thor.rb`. * Handle relative source path in `create_link`. # 1.0.0 * Drop support to Ruby 1.8 and 1.9. * Deprecate relying on default `exit_on_failure?`. In preparation to make Thor commands exit when there is a failure we are deprecating defining a command without defining what behavior is expected when there is a failure. To fix the deprecation you need to define a class method called `exit_on_failure?` returning `false` if you want the current behavior or `true` if you want the new behavior. * Deprecate defining an option with the default value using a different type as defined in the option. * Allow options to be repeatable. See #674.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-thor/Makefile4
-rw-r--r--devel/ruby-thor/PLIST5
-rw-r--r--devel/ruby-thor/distinfo10
3 files changed, 9 insertions, 10 deletions
diff --git a/devel/ruby-thor/Makefile b/devel/ruby-thor/Makefile
index 467e7586291..156febbdc94 100644
--- a/devel/ruby-thor/Makefile
+++ b/devel/ruby-thor/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/12/17 14:57:05 taca Exp $
+# $NetBSD: Makefile,v 1.11 2020/03/24 18:30:19 taca Exp $
-DISTNAME= thor-0.20.3
+DISTNAME= thor-1.0.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-thor/PLIST b/devel/ruby-thor/PLIST
index fc3297d581f..2bed07453a3 100644
--- a/devel/ruby-thor/PLIST
+++ b/devel/ruby-thor/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2017/03/20 12:48:32 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/03/24 18:30:19 taca Exp $
bin/thor${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
@@ -18,14 +18,13 @@ ${GEM_LIBDIR}/lib/thor/actions/inject_into_file.rb
${GEM_LIBDIR}/lib/thor/base.rb
${GEM_LIBDIR}/lib/thor/command.rb
${GEM_LIBDIR}/lib/thor/core_ext/hash_with_indifferent_access.rb
-${GEM_LIBDIR}/lib/thor/core_ext/io_binary_read.rb
-${GEM_LIBDIR}/lib/thor/core_ext/ordered_hash.rb
${GEM_LIBDIR}/lib/thor/error.rb
${GEM_LIBDIR}/lib/thor/group.rb
${GEM_LIBDIR}/lib/thor/invocation.rb
${GEM_LIBDIR}/lib/thor/line_editor.rb
${GEM_LIBDIR}/lib/thor/line_editor/basic.rb
${GEM_LIBDIR}/lib/thor/line_editor/readline.rb
+${GEM_LIBDIR}/lib/thor/nested_context.rb
${GEM_LIBDIR}/lib/thor/parser.rb
${GEM_LIBDIR}/lib/thor/parser/argument.rb
${GEM_LIBDIR}/lib/thor/parser/arguments.rb
diff --git a/devel/ruby-thor/distinfo b/devel/ruby-thor/distinfo
index c9ef402a6c1..37c2fed9767 100644
--- a/devel/ruby-thor/distinfo
+++ b/devel/ruby-thor/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/12/17 14:57:05 taca Exp $
+$NetBSD: distinfo,v 1.11 2020/03/24 18:30:19 taca Exp $
-SHA1 (thor-0.20.3.gem) = 923d0cfe80a6d7d39e7211a3dab4a4b7589c9052
-RMD160 (thor-0.20.3.gem) = ad2ea220c4ab167e70f605b9134fba8ade5c8719
-SHA512 (thor-0.20.3.gem) = 4c834408321f4f13b4878ee0e57a1fcd9a2294faf6d4c8c52ed909c2f14634b7810e3a0bffa1920f37ccd7baced2ff103a06f679f653a133bd647ac1e9add522
-Size (thor-0.20.3.gem) = 55808 bytes
+SHA1 (thor-1.0.1.gem) = c3af15b03015939d5e87459ac56d6915e755c932
+RMD160 (thor-1.0.1.gem) = eb16bca2d94b7b13fa6edd7d1e6ed15c1f0071c0
+SHA512 (thor-1.0.1.gem) = 51560fabff2df52ff1d6745d419dfd3e26d58d79d36e2baa5a6aa9304a5ac0dc539abf956cfa9d8c1ad882586aa7e9edc886ea4cdc9a9574315befaf5dfb91b0
+Size (thor-1.0.1.gem) = 56320 bytes