| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
25 Jul 2012 11:24:11
0.3.2
|
cs  |
Fix typos in COMMENT |
19 Dec 2011 05:46:35
0.3.2
|
clsung  |
- Update to 0.3.2 |
02 Nov 2011 18:05:08
0.3.1
|
pgollucci  |
- Fix depend versions according to rubygems.org [again]
With Hat: ruby@
Tested by: P6 TB Full rubygem run |
29 Sep 2011 10:37:44
0.3.1
|
clsung  |
- Update to 0.3.1 |
23 Jun 2011 17:51:43
0.3.0
|
pgollucci  |
- Cannoicalize the WWW: [again],
- Save redirects s/http/https/ for github |
03 May 2011 05:54:53
0.3.0
|
clsung  |
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 |