Update ruby2ruby to 2.0.7.
=== 2.0.7 / 2013-12-13 * 4 minor enhancements: * Add != to list of binary operators. (camertron) *le sigh* * Clean out cruft from process_masgn that I can't reproduce anymore. * Extend process_args to deal with masgn (eg: a.b { |(c, d)| ... }). * Extend process_masgn to deal with both sexps and var lists. * 1 bug fix: * Ensure proper parens on rescue subexpressions. (Bocete)
This commit is contained in:
parent
55a25af857
commit
1c9335304b
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.11 2013/09/15 10:26:29 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2014/03/14 17:02:34 taca Exp $
|
||||
|
||||
DISTNAME= ruby2ruby-2.0.6
|
||||
DISTNAME= ruby2ruby-2.0.7
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.11 2013/09/15 10:26:29 taca Exp $
|
||||
$NetBSD: distinfo,v 1.12 2014/03/14 17:02:34 taca Exp $
|
||||
|
||||
SHA1 (ruby2ruby-2.0.6.gem) = ac2ae4160a02fa69ce086b9c510fa7a6912b0423
|
||||
RMD160 (ruby2ruby-2.0.6.gem) = c962659fc58fea352f874ffdf256a15cbc2e758d
|
||||
Size (ruby2ruby-2.0.6.gem) = 20992 bytes
|
||||
SHA1 (ruby2ruby-2.0.7.gem) = f78830b9fe207eb5b6166177f349f94febfdc388
|
||||
RMD160 (ruby2ruby-2.0.7.gem) = 8bab128b229147de2333c221be61795cdac9fcbe
|
||||
Size (ruby2ruby-2.0.7.gem) = 23552 bytes
|
||||
|
|
Loading…
Reference in a new issue