diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-08-27 00:04:19 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-08-27 00:04:19 +0000 |
commit | 671e87ac7e4d3b32638db57cb68777c08e47da3b (patch) | |
tree | 91cfe65ecd794bede693ac3838a91197c13f95b7 /devel | |
parent | f2ea685bf6519d267a1c238b74328ca7f960a9a4 (diff) | |
download | pkgsrc-671e87ac7e4d3b32638db57cb68777c08e47da3b.tar.gz |
Update to 0.19.1. No changelog provided.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-thor/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-thor/PLIST | 28 | ||||
-rw-r--r-- | devel/ruby-thor/distinfo | 8 |
3 files changed, 34 insertions, 8 deletions
diff --git a/devel/ruby-thor/Makefile b/devel/ruby-thor/Makefile index e31e2620761..c3aac4b305d 100644 --- a/devel/ruby-thor/Makefile +++ b/devel/ruby-thor/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2013/09/15 10:24:55 taca Exp $ +# $NetBSD: Makefile,v 1.7 2014/08/27 00:04:19 schmonz Exp $ -DISTNAME= thor-0.18.1 +DISTNAME= thor-0.19.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://yehudakatz.com/ +HOMEPAGE= http://whatisthor.com/ COMMENT= Scripting framework that replaces rake, sake and rubigen LICENSE= mit diff --git a/devel/ruby-thor/PLIST b/devel/ruby-thor/PLIST index 83ef47ac226..3dc5cf7018b 100644 --- a/devel/ruby-thor/PLIST +++ b/devel/ruby-thor/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2013/09/15 10:24:55 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/08/27 00:04:19 schmonz Exp $ bin/thor ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document @@ -23,6 +23,9 @@ ${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/parser.rb ${GEM_LIBDIR}/lib/thor/parser/argument.rb ${GEM_LIBDIR}/lib/thor/parser/arguments.rb @@ -70,13 +73,36 @@ ${GEM_LIBDIR}/spec/fixtures/subcommand.thor ${GEM_LIBDIR}/spec/group_spec.rb ${GEM_LIBDIR}/spec/helper.rb ${GEM_LIBDIR}/spec/invocation_spec.rb +${GEM_LIBDIR}/spec/line_editor/basic_spec.rb +${GEM_LIBDIR}/spec/line_editor/readline_spec.rb +${GEM_LIBDIR}/spec/line_editor_spec.rb ${GEM_LIBDIR}/spec/parser/argument_spec.rb ${GEM_LIBDIR}/spec/parser/arguments_spec.rb ${GEM_LIBDIR}/spec/parser/option_spec.rb ${GEM_LIBDIR}/spec/parser/options_spec.rb +${GEM_LIBDIR}/spec/quality_spec.rb ${GEM_LIBDIR}/spec/rake_compat_spec.rb ${GEM_LIBDIR}/spec/register_spec.rb ${GEM_LIBDIR}/spec/runner_spec.rb +${GEM_LIBDIR}/spec/sandbox/application.rb +${GEM_LIBDIR}/spec/sandbox/app{1}/README +${GEM_LIBDIR}/spec/sandbox/bundle/execute.rb +${GEM_LIBDIR}/spec/sandbox/bundle/main.thor +${GEM_LIBDIR}/spec/sandbox/command.thor +${GEM_LIBDIR}/spec/sandbox/doc/%file_name%.rb.tt +${GEM_LIBDIR}/spec/sandbox/doc/COMMENTER +${GEM_LIBDIR}/spec/sandbox/doc/README +${GEM_LIBDIR}/spec/sandbox/doc/block_helper.rb +${GEM_LIBDIR}/spec/sandbox/doc/config.rb +${GEM_LIBDIR}/spec/sandbox/doc/config.yaml.tt +${GEM_LIBDIR}/spec/sandbox/doc/excluding/%file_name%.rb.tt +${GEM_LIBDIR}/spec/sandbox/enum.thor +${GEM_LIBDIR}/spec/sandbox/group.thor +${GEM_LIBDIR}/spec/sandbox/invoke.thor +${GEM_LIBDIR}/spec/sandbox/path with spaces +${GEM_LIBDIR}/spec/sandbox/preserve/script.sh +${GEM_LIBDIR}/spec/sandbox/script.thor +${GEM_LIBDIR}/spec/sandbox/subcommand.thor ${GEM_LIBDIR}/spec/shell/basic_spec.rb ${GEM_LIBDIR}/spec/shell/color_spec.rb ${GEM_LIBDIR}/spec/shell/html_spec.rb diff --git a/devel/ruby-thor/distinfo b/devel/ruby-thor/distinfo index 20ea8c18c69..109fdaa0ae0 100644 --- a/devel/ruby-thor/distinfo +++ b/devel/ruby-thor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/09/15 10:24:55 taca Exp $ +$NetBSD: distinfo,v 1.6 2014/08/27 00:04:19 schmonz Exp $ -SHA1 (thor-0.18.1.gem) = cc9340688888a8cf8b0e9d70ad2701585dafa2e4 -RMD160 (thor-0.18.1.gem) = 660a754cb4826f04a57d8c1574f46db2e66f4801 -Size (thor-0.18.1.gem) = 83456 bytes +SHA1 (thor-0.19.1.gem) = 57d118b7ce6d51be06faab84c4ad5709977e098f +RMD160 (thor-0.19.1.gem) = 639ccda06f7581180a9891ba6fcb3f641ff2ae28 +Size (thor-0.19.1.gem) = 91648 bytes |