Inversion 0.5.0 Released

inversion version 0.5.0 has been released!

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:

Added an encoding option to Inversion::Template.load for
specifying the encoding of the template source.