inversion version 0.10.2 has been released!
* <http://deveiate.org/projects/Inversion> (home)
* <http://repo.deveiate.org/Inversion> (code)
* <http://github.com/ged/inversion.git> (github)
Inversion is a templating system for Ruby. It uses the "Inversion of Control"
principle to decouple the contents and structure of templates from the code
that uses them, making it easier to separate concerns, keep your tests simple,
and avoid polluting scopes with ephemeral data.
Changes:
···
== v0.10.2 [2012-06-27] Mahlon E. Smith <mahlon@martini.nu>
- Bugfix: Don't dup Classes and Modules in template attributes.
- Optimization: Don't needlessly duplicate the node tree on template
duplication.