I tried to make it work but it appears that JRuby-1.6 uses ruby-1.8.x and not 1.9.x so I guess there are lots of changes to do (like force-encoding on String).
I don't know if it's worth the change.
Alright, well it is noted in the readme so let's not worry about it until we hear from someone who actually cares about those versions - may never happen.
I tried to make it work but it appears that
JRuby-1.6
usesruby-1.8.x
and not1.9.x
so I guess there are lots of changes to do (likeforce-encoding
onString
). I don't know if it's worth the change.