Update ruby-parsetree to 3.0.9.
=== 3.0.9 / 2012-05-01 * 6 minor enhancements: * Added a bunch of new tests from PTTC. * Added masgn handling inside block_pass * Added rewrite_iter to unwrap masgns w/ only 1 arg. * Handle rewriting block_pass in iter. * Imported RawParseTree test data from PTTC. * Removed rewrite_masgn requirement for 4 slots. * 3 bug fixes: * Fixed dependencies to ensure they're not going to use ruby_parser 3 and friends. * Fixed segv for NODE_BLOCK_PASS in iter (nd_iter == 1... go boom) * Remove nil body in iter (I think this is wrong, but whatevs).
This commit is contained in:
parent
7a380f9f40
commit
9b5261a35f
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.7 2011/12/15 15:08:08 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2012/06/02 00:40:54 taca Exp $
|
||||
|
||||
DISTNAME= ParseTree-3.0.8
|
||||
DISTNAME= ParseTree-3.0.9
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:tl}
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2011/12/15 15:08:08 taca Exp $
|
||||
$NetBSD: distinfo,v 1.8 2012/06/02 00:40:54 taca Exp $
|
||||
|
||||
SHA1 (ParseTree-3.0.8.gem) = 84c6a483806fccede245781a4d0cc9ac06188aae
|
||||
RMD160 (ParseTree-3.0.8.gem) = 87897ade158054bdb191b0a424f520bc69e68a67
|
||||
Size (ParseTree-3.0.8.gem) = 32256 bytes
|
||||
SHA1 (ParseTree-3.0.9.gem) = 227495540ef86005efe8e2eab9734d22545360a4
|
||||
RMD160 (ParseTree-3.0.9.gem) = 48a4c1697fea0e9cf36efebec75c1d7ad541571a
|
||||
Size (ParseTree-3.0.9.gem) = 41472 bytes
|
||||
|
|
Loading…
Reference in a new issue