v6.0.0.beta2
What's Changed
- Support constant visibility by @rhenium in #506
- Do not require rdoc from rdoc.gemspec by @rhenium in #505
- Use IO.console.winsize instead of IO.console_size for JRuby 9k by @aycabta in #508
- Supports multi-line constant body with escaped newline by @aycabta in #507
- Fix constant assignment as alias with Hash by @aycabta in #509
- Fix handling "rescue" inside paren by @aycabta in #510
- Fix JSON-style Hash literal for args of method by @aycabta in #511
- Update JRuby to 9.1.13.0 by @aycabta in #514
- Use "bundle exec" in .travis.yml for JRuby test by @aycabta in #515
- Use Ripper for lexical analyser by @aycabta in #512
New Contributors
Full Changelog: v6.0.0.beta1...v6.0.0.beta2