Skip to content

v0.6.0

Compare
Choose a tag to compare
@yuki24 yuki24 released this 18 May 00:23
· 710 commits to master since this release

This version has been yanked from rubygems.org as it has a serious bug with Ruby 2.1.3 and 2.1.4 installed on Max OS X. Please upgrade to 0.9.4 or higher as soon as possible.

Features

  • Added basic support for constants. Now you'll see class name suggestions when you misspelled a class names/module names:
> Ocject
# => NameError: uninitialized constant Ocject
#
#     Did you mean? Object
#

Bug Fixes

  • Fixed a bug where did_you_mean segfaults on Ruby head(2.2.0dev)