Files | Admin

Notes:

Release Name: 0.3.0

Notes:
Typed accessors creates a set of accessors with a predefined typed.
Often when dealing with webservices all the data comes back as
strings, but you really want to be working with these things as
numbers or dates.  Manually converting them is duplication, and can be
error prone.


Changes: === 0.3.0 2010-03-07 * 1 major enhancement: * Convert to newgem style package