|
- Enable ruby32
- Fix tests
Fixing tests was interesting. I very quickly found the upstream
commits touching the port deduction/specification bit, but I had
no idea why this would've started failing on all Rubies all of a sudden
yet.
But ended up, after looking through MRI Ruby release notes,
figured out it must be somewhere else (it didn't seem to be a backported
bundled gem update).
It looks like it's actually because of a change in an (undeclared)
test dep - dev-ruby/webrick. It was probably https://github.com/ruby/webrick/pull/55
or similar, but enough to satisfy my curiosity anyway.
Signed-off-by: Sam James <sam@gentoo.org>
|