Date: Tue, 3 May 2011 05:54:53 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-rash Makefile distinfo pkg-descr Message-ID: <201105030554.p435srRk001161@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2011-05-03 05:54:53 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/rubygem-rash Makefile distinfo pkg-descr
Log:
Rash is an extension to Hashie
Rash subclasses Hashie::Mash to convert all keys in the hash
to underscore.
The purpose of this is when working w/ Java (or any other apis)
that return hashes (including nested) that have camelCased keys
You will now be able to access those keys through underscored
key names (camelCase still available).
WWW: http://github.com/tcocca/rash
Revision Changes Path
1.4317 +1 -0 ports/devel/Makefile
1.1 +22 -0 ports/devel/rubygem-rash/Makefile (new)
1.1 +2 -0 ports/devel/rubygem-rash/distinfo (new)
1.1 +12 -0 ports/devel/rubygem-rash/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105030554.p435srRk001161>
