MiniTap v0.3.2 released

MiniTap 0.3.2 has been released.

MiniTap provides a custom MiniTest reporter that outs TAP-Y or TAP-J
formatted output.

This release add support for new TAP-Y/J class field, and removes the
class name from the message field. It also fixes a bug that arose with
certain versions of Ruby’s YAML.load_documents implmentation.

Changes:

  • Work around Ruby’s YAML.load_documents issue.
  • Add dependency for MiniTest.
  • Support TAP-Y/J class field.
  • Remove class name from message field.

Note: Tapout, on which MiniTap depends, has also gotten a minor bump
release. I suggest doing gem install tapout to make sure it gets
updated
as well.