Release Name: 0.3.1
Notes:
Blockenspiel is a helper library designed to make it easy to implement DSL
blocks. It is designed to be comprehensive and robust, supporting most common
usage patterns, and working correctly in the presence of nested blocks and
multithreading.
Changes:
=== 0.3.1 / 2009-11-08
* Blockenspiel#invoke can now take its options hash as the second argument
(instead of the third) when using dynamic target generation, since the
second argument is otherwise unused in this case.
* Now defines Blockenspiel::VERSION, as a versionomy object if the
versionomy library is available, or as a version string if not.
|