It seems this gem does not support JRuby now because Gem::Platform.local.cpu&os only respond java & universal.
I would like to commit a PR to support JRuby by using RbConfig::CONFIG instead of Gem::Platform and I want to make sure if this project would like to add support of JRuby?
It seems this gem does not support JRuby now because
Gem::Platform.local.cpu&os
only respondjava
&universal
.I would like to commit a PR to support JRuby by using
RbConfig::CONFIG
instead ofGem::Platform
and I want to make sure if this project would like to add support of JRuby?Thanks,