agoragames / tassadar

A Starcraft 2 replay parser written in pure Ruby
https://github.com/agoragames/tassadar
MIT License
44 stars 20 forks source link

tassadar not working with JRuby-1.6 #3

Closed EHadoux closed 11 years ago

EHadoux commented 11 years ago

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.

logankoester commented 11 years ago

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.