Update ruby-sexp-processor to 4.1.3.
=== 4.1.3 / 2012-12-06 * 2 bug fixes: * Code cleanup... what was I thinking??? * Explicitly setting pt_testcase.rb to US-ASCII to avoid encoding hell === 4.1.2 / 2012-11-03 * 1 bug fix: * Sexp#structure should grep for Sexps, not Arrays === 4.1.1 / 2012-11-02 * 1 minor enhancement: * iter args revamp for ruby_parser 3 changes. === 4.0.1 / 2012-07-03 * 4 minor enhancements: * 1.9: Had to version split all my 'not' tests since 1.9 is insane. * 1.9: f (args) is not allowed in 1.9. * 1.9: f(hash, *splat) is not allowed in 1.9. * Added module2 test to verify module w/ 2+ entities * 2 bug fixes: * 1.9: Changed !@ to ! since that is what you implement * True to my wtf comment, there was a bug in my case_splat test === 4.0.0 / 2012-06-07 * 5 major enhancements: * Removed :arglist from everything except :op_asgn1. * Removed block from resbody * Removed block from when node * Removed block nodes inside of scope nodes (defn/defs/class/sclass). * Removed scope nodes in defn/defs/class/sclass nodes. * 1 minor enhancement: * Added Sexp#deep_each and Sexp#each_sexp. Refactored from Flay
This commit is contained in:
parent
6a115d3430
commit
9d78096f29
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2012/04/29 05:29:28 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2012/12/16 16:29:19 taca Exp $
|
||||
|
||||
DISTNAME= sexp_processor-3.2.0
|
||||
DISTNAME= sexp_processor-4.1.3
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2012/04/29 05:29:29 taca Exp $
|
||||
$NetBSD: distinfo,v 1.7 2012/12/16 16:29:19 taca Exp $
|
||||
|
||||
SHA1 (sexp_processor-3.2.0.gem) = 5aee2ae85b3818bbb857156fce8879435142d8a4
|
||||
RMD160 (sexp_processor-3.2.0.gem) = 0bcf1e94c64fe1ca32302ebb085be8cf3c2384e1
|
||||
Size (sexp_processor-3.2.0.gem) = 35328 bytes
|
||||
SHA1 (sexp_processor-4.1.3.gem) = 2313910cb386a0b895839519c961225159e33fbd
|
||||
RMD160 (sexp_processor-4.1.3.gem) = 008b07fac91622bb33393304374dc3a7941590b0
|
||||
Size (sexp_processor-4.1.3.gem) = 34816 bytes
|
||||
|
|
Loading…
Reference in a new issue