This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
0.9.1
A small release that only includes 3 changes:
- A presenter specifically designed for Syntastic
- STDOUT/STDERR/STDIN definitions are now treated as instances meaning method
calls such asreopen
are processed correctly. - ruby-lint now enforces the use of the latest Racc version as this version
contains various performance improvements that are especially noticeable on
Rubinius.
The Syntastic presenter is the most important addition as it allows me to
finally publish my Syntastic plugin without having to use various Vim hacks to
make it properly consume ruby-lint output.