I'm pleased to announce the following release candidates:
* ronin-support 0.1.0.rc2
* ronin 1.0.0.rc2
* ronin-gen 1.0.0.rc2
To install the new release candidates:
$ gem install ronin-support ronin ronin-gen --pre
To upgrade to the most recent release candidates:
$ gem update ronin-support ronin ronin-gen --pre
The gems were tested against the following Rubies:
* Ruby 1.9.2-p180
* Ruby 1.8.7-p334
* JRuby 1.5.6
* Rubinius 1.2.3-dev
This batch of RCs contain many minor fixes, and a few major ones. Huge
props go out to mephux for tracking down some left-over code in Ronin's
Database migrations, which were adding unnecessary required columns.
Ronin 1.0.0.rc2 also upgraded to DataMapper 1.1.0.rc2. The upcoming
release of DataMapper 1.1.0 contains numerous fixes for well-known bugs.
So I decided to target Ronin 1.0.0 for DataMapper 1.1.0. Dan Kubb of
DataMapper says there will be a RC3 (this week-ish) and then a stable
release (next week-ish?).
Ronin::UI::Hexdump was split-out into it's own library
(https://github.com/postmodern/hexdump#readme). I also cleaned up the
hexdump code, added specs and did some benchmarking/optimizing.