TomParse v0.2.1 released

TomParse 0.2.1 has been released.

TomParse is a Ruby TomDoc parser. It contains no other functionality
than the ability to take a comment and parse it in accordance to the
TomDoc standard.

This release fixes indention with multi-line examples.

Changes:

  • Correctly indent multiline code examples.
  • Swtich to Citron for testing.