For JRuby users, I just mod following ruby files to make this gem can run in JRuby
exe/thrust : Use RbConfig to make sure what kind of dist binary should use.
rakelib/package.rake: Package all dist binaries for pure Ruby platform.
I make this PR just because I want to make some of my projects can transform between CRuby and JRuby, please let me know if there is any possible concerns.
For JRuby users, I just mod following ruby files to make this gem can run in JRuby
exe/thrust
: Use RbConfig to make sure what kind of dist binary should use.rakelib/package.rake
: Package all dist binaries for pure Ruby platform.I make this PR just because I want to make some of my projects can transform between CRuby and JRuby, please let me know if there is any possible concerns.
Thanks,