Update ruby-parsetree package to 3.0.7.
=== 3.0.7 / 2011-02-18 * 1 bug fix: * Fixed odd error cropping up from heckle w/ attr methods (raggi)
This commit is contained in:
parent
bfe9025df6
commit
6fc8d59aa3
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.4 2010/09/10 06:07:32 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2011/06/18 01:50:36 taca Exp $
|
||||
|
||||
DISTNAME= ParseTree-3.0.6
|
||||
DISTNAME= ParseTree-3.0.7
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:tl}
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2010/09/10 06:07:32 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2011/06/18 01:50:36 taca Exp $
|
||||
bin/parse_tree_abc
|
||||
bin/parse_tree_audit
|
||||
bin/parse_tree_deps
|
||||
bin/parse_tree_show
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.autotest
|
||||
${GEM_LIBDIR}/.gemtest
|
||||
${GEM_LIBDIR}/.require_paths
|
||||
${GEM_LIBDIR}/History.txt
|
||||
${GEM_LIBDIR}/Manifest.txt
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2010/09/10 06:07:32 taca Exp $
|
||||
$NetBSD: distinfo,v 1.6 2011/06/18 01:50:36 taca Exp $
|
||||
|
||||
SHA1 (ParseTree-3.0.6.gem) = 3e86fb3003c6a225f750f0916aaa2ba7cc7e255a
|
||||
RMD160 (ParseTree-3.0.6.gem) = fc239a5843af85b223659c0f9eacdbcfd733b977
|
||||
Size (ParseTree-3.0.6.gem) = 50176 bytes
|
||||
SHA1 (ParseTree-3.0.7.gem) = b4ee065ecb08b5f02299e377fd9ac3824431fdf5
|
||||
RMD160 (ParseTree-3.0.7.gem) = d5bb4af10fb4a9c842cc76fba61445f943b47d3e
|
||||
Size (ParseTree-3.0.7.gem) = 53248 bytes
|
||||
|
|
Loading…
Reference in a new issue