diff options
author | taca <taca@pkgsrc.org> | 2013-09-15 10:24:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-09-15 10:24:55 +0000 |
commit | 6015972b8a6ebc30e270d3471f7f277ec4bee87e (patch) | |
tree | ddebfa8d91c9dc56b6edf856aaf9f55d3c93b168 /devel | |
parent | 331462be98addd57c4d6644d7015d8f93edf9c2c (diff) | |
download | pkgsrc-6015972b8a6ebc30e270d3471f7f277ec4bee87e.tar.gz |
Update ruby-thor to 0.18.1.
# 0.18.1, release 2013-03-30
* Revert regressions found in 0.18.0
## 0.18.0, release 2013-03-26
* Remove rake2thor
* Only display colors if output medium supports colors
* Pass parent_options to subcommands
* Fix non-dash-prefixed aliases
* Make error messages more helpful
* Rename "task" to "command"
* Add the method to allow for custom package name
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-thor/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-thor/PLIST | 24 | ||||
-rw-r--r-- | devel/ruby-thor/distinfo | 8 |
3 files changed, 16 insertions, 22 deletions
diff --git a/devel/ruby-thor/Makefile b/devel/ruby-thor/Makefile index e2821f457ba..e31e2620761 100644 --- a/devel/ruby-thor/Makefile +++ b/devel/ruby-thor/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2013/02/11 03:08:05 taca Exp $ +# $NetBSD: Makefile,v 1.6 2013/09/15 10:24:55 taca Exp $ -DISTNAME= thor-0.17.0 +DISTNAME= thor-0.18.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -10,7 +10,5 @@ LICENSE= mit CONFLICTS+= ruby[1-9][0-9]-thor-[0-9]* -# Ruby on Rails 3.2 require thor<0.15. - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-thor/PLIST b/devel/ruby-thor/PLIST index 1235ae76fab..83ef47ac226 100644 --- a/devel/ruby-thor/PLIST +++ b/devel/ruby-thor/PLIST @@ -1,17 +1,11 @@ -@comment $NetBSD: PLIST,v 1.4 2013/02/11 03:08:05 taca Exp $ -bin/rake2thor +@comment $NetBSD: PLIST,v 1.5 2013/09/15 10:24:55 taca Exp $ bin/thor ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document -${GEM_LIBDIR}/.gitignore -${GEM_LIBDIR}/.rspec -${GEM_LIBDIR}/.travis.yml -${GEM_LIBDIR}/CHANGELOG.rdoc -${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/CHANGELOG.md ${GEM_LIBDIR}/LICENSE.md ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Thorfile -${GEM_LIBDIR}/bin/rake2thor ${GEM_LIBDIR}/bin/thor ${GEM_LIBDIR}/lib/thor.rb ${GEM_LIBDIR}/lib/thor/actions.rb @@ -22,8 +16,9 @@ ${GEM_LIBDIR}/lib/thor/actions/empty_directory.rb ${GEM_LIBDIR}/lib/thor/actions/file_manipulation.rb ${GEM_LIBDIR}/lib/thor/actions/inject_into_file.rb ${GEM_LIBDIR}/lib/thor/base.rb -${GEM_LIBDIR}/lib/thor/core_ext/file_binary_read.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 @@ -39,7 +34,6 @@ ${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/html.rb -${GEM_LIBDIR}/lib/thor/task.rb ${GEM_LIBDIR}/lib/thor/util.rb ${GEM_LIBDIR}/lib/thor/version.rb ${GEM_LIBDIR}/spec/actions/create_file_spec.rb @@ -50,6 +44,7 @@ ${GEM_LIBDIR}/spec/actions/file_manipulation_spec.rb ${GEM_LIBDIR}/spec/actions/inject_into_file_spec.rb ${GEM_LIBDIR}/spec/actions_spec.rb ${GEM_LIBDIR}/spec/base_spec.rb +${GEM_LIBDIR}/spec/command_spec.rb ${GEM_LIBDIR}/spec/core_ext/hash_with_indifferent_access_spec.rb ${GEM_LIBDIR}/spec/core_ext/ordered_hash_spec.rb ${GEM_LIBDIR}/spec/exit_condition_spec.rb @@ -57,21 +52,23 @@ ${GEM_LIBDIR}/spec/fixtures/application.rb ${GEM_LIBDIR}/spec/fixtures/app{1}/README ${GEM_LIBDIR}/spec/fixtures/bundle/execute.rb ${GEM_LIBDIR}/spec/fixtures/bundle/main.thor +${GEM_LIBDIR}/spec/fixtures/command.thor ${GEM_LIBDIR}/spec/fixtures/doc/%file_name%.rb.tt ${GEM_LIBDIR}/spec/fixtures/doc/COMMENTER ${GEM_LIBDIR}/spec/fixtures/doc/README ${GEM_LIBDIR}/spec/fixtures/doc/block_helper.rb -${GEM_LIBDIR}/spec/fixtures/doc/components/.empty_directory ${GEM_LIBDIR}/spec/fixtures/doc/config.rb ${GEM_LIBDIR}/spec/fixtures/doc/config.yaml.tt +${GEM_LIBDIR}/spec/fixtures/doc/excluding/%file_name%.rb.tt ${GEM_LIBDIR}/spec/fixtures/enum.thor ${GEM_LIBDIR}/spec/fixtures/group.thor ${GEM_LIBDIR}/spec/fixtures/invoke.thor ${GEM_LIBDIR}/spec/fixtures/path with spaces ${GEM_LIBDIR}/spec/fixtures/preserve/script.sh ${GEM_LIBDIR}/spec/fixtures/script.thor -${GEM_LIBDIR}/spec/fixtures/task.thor +${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/parser/argument_spec.rb ${GEM_LIBDIR}/spec/parser/arguments_spec.rb @@ -84,8 +81,7 @@ ${GEM_LIBDIR}/spec/shell/basic_spec.rb ${GEM_LIBDIR}/spec/shell/color_spec.rb ${GEM_LIBDIR}/spec/shell/html_spec.rb ${GEM_LIBDIR}/spec/shell_spec.rb -${GEM_LIBDIR}/spec/spec_helper.rb -${GEM_LIBDIR}/spec/task_spec.rb +${GEM_LIBDIR}/spec/subcommand_spec.rb ${GEM_LIBDIR}/spec/thor_spec.rb ${GEM_LIBDIR}/spec/util_spec.rb ${GEM_LIBDIR}/thor.gemspec diff --git a/devel/ruby-thor/distinfo b/devel/ruby-thor/distinfo index 3b07f680e48..20ea8c18c69 100644 --- a/devel/ruby-thor/distinfo +++ b/devel/ruby-thor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/02/11 03:08:05 taca Exp $ +$NetBSD: distinfo,v 1.5 2013/09/15 10:24:55 taca Exp $ -SHA1 (thor-0.17.0.gem) = a0b999fb57fbc40ddd422cc82b200ff91f9b0174 -RMD160 (thor-0.17.0.gem) = 5b14102a47c94ebe5aa975e613a604b251776a1f -Size (thor-0.17.0.gem) = 83456 bytes +SHA1 (thor-0.18.1.gem) = cc9340688888a8cf8b0e9d70ad2701585dafa2e4 +RMD160 (thor-0.18.1.gem) = 660a754cb4826f04a57d8c1574f46db2e66f4801 +Size (thor-0.18.1.gem) = 83456 bytes |