This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
- ruby-lint now adds errors for certain iteration/loop keywords that are used
outside of loops. See http://git.io/dsVzhA for more information. - The FileScanner was modified to allow it to process directories containing
dashes, see http://git.io/eNiq9A for more information. - Definitions for Mongoid, Sinatra, win32ole, glib2, gtk3, libxml, RubyTree, and
the ALM REST API were added. - Usage of
Array#|
has been replaced withArray#+
in
RubyObject#determine_parent
, leading to a small performance boost, see
http://git.io/1SIguw for more information.