Erbside 0.3.0 has been released. Erbside is a simple project-oriented erb-based inline template system. Inline templates make it easy to do basic code generation without the need for duplicate files. * home: http://rubyworks.github.com/erbside * code: http://github.com/rubyworks/erbside * docs: http://rubydoc.info/gems/erbside/frames * mail: http://googlegroups.com/group/rubyworks-mailinglist This release fixes two issues. First, it fixes the .gemspec file which prevented a fully proper build of the last release. Secondly, it fixes metadata access so it will work without `dotruby` gem. Changes: * Fix gemspec file typos. * Fix require rescue for dotruby.