Sha256: 87670cac6c93ada45a5bc3ec3fddf38557c591ccbc363af464acb3aa3ebd1e32

Contents?: true

Size: 755 Bytes

Versions: 2

Compression:

Stored size: 755 Bytes

Contents

=== 0.1.0 / 2013-02-01

* Initial release:

Supports hash-based initialization of objects, given that the class include HashMakeable and calls hash_make on the given args hash.

=== 0.1.1 / 2013-02-03

Changed HashedArg to ArgSpec. Added documentation.

=== 0.1.2 / 2013-02-04

Added documentation comment for Hashmake::HashMakeable module.
Removed README.md so YARD could run without the redcarpet gem.

=== 0.1.3 / 2013-02-06

For the ArgSpec class, change :array key to :container, which can be set to any value included in ArgSpec::CONTAINERS.
In hash_make, add support for Hash containers which contain objects of type :type. Suppor for Array container is still in place.

=== 0.1.4 / 2013-02-06

Add tests to verify array and hash container support.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hashmake-0.1.5 ChangeLog.rdoc
hashmake-0.1.4 ChangeLog.rdoc