cvs commit: ports/devel Makefile ports/devel/rubygem-rash Makefile distinfo pkg-descr

Cheng-Lung Sung clsung at FreeBSD.org
Tue May 3 05:54:53 UTC 2011


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)


More information about the cvs-all mailing list