Update devel/ruby-thor to 0.14.1.
Official changes are unknown but it seems that some bug fixes was done.
This commit is contained in:
parent
b788779fba
commit
79c65bcdaf
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 04:04:25 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2010/09/23 06:41:27 taca Exp $
|
||||
|
||||
DISTNAME= thor-0.14.0
|
||||
DISTNAME= thor-0.14.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/12 04:04:26 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2010/09/23 06:41:27 taca Exp $
|
||||
bin/rake2thor
|
||||
bin/thor
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
|
@ -50,6 +50,7 @@ ${GEM_LIBDIR}/spec/fixtures/bundle/execute.rb
|
|||
${GEM_LIBDIR}/spec/fixtures/bundle/main.thor
|
||||
${GEM_LIBDIR}/spec/fixtures/doc/%file_name%.rb.tt
|
||||
${GEM_LIBDIR}/spec/fixtures/doc/README
|
||||
${GEM_LIBDIR}/spec/fixtures/doc/components/.empty_directory
|
||||
${GEM_LIBDIR}/spec/fixtures/doc/config.rb
|
||||
${GEM_LIBDIR}/spec/fixtures/group.thor
|
||||
${GEM_LIBDIR}/spec/fixtures/invoke.thor
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/09/12 04:04:25 taca Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/09/23 06:41:27 taca Exp $
|
||||
|
||||
SHA1 (thor-0.14.0.gem) = 28209b2dd3f5d03210c649bed7efaed46db78083
|
||||
RMD160 (thor-0.14.0.gem) = 3b5b31bb8c6e4fcd5b79bafd59d7bbb84ef6482d
|
||||
Size (thor-0.14.0.gem) = 70656 bytes
|
||||
SHA1 (thor-0.14.1.gem) = 89a75a98599dfa6d2f59abb85c1b383bf5c0bce3
|
||||
RMD160 (thor-0.14.1.gem) = 75a2471ffc08fd9deefef1b1e92b2a34416fecf5
|
||||
Size (thor-0.14.1.gem) = 71168 bytes
|
||||
|
|
Loading…
Reference in a new issue