Lemon v0.9.1 released

Lemon 0.9.1 has been released.

Lemon is a unit testing framework that tightly correlates class to test
case and method to test unit.

Thie release fixes some evaluation scope issues, improves how omit and
skip methods work, makes test generation usable and generally cleans-up
internals. All in all, this release should be a fair bit more robust
than previous releases and ready for the big 1.0 after one more good
coding session.

Changes:

  • Fix test scope so it’s properly isolated.
  • Improve skip and omit methods w/ non-block forms.
  • Use Ripper instead of RubyParse for scaffolding.
  • Greatly improve usability of code generation tool.