Unable to install gem

I’m currently attempting to install the wxruby gem into jruby. When I
call jruby -S jgem list -r, wxruby appears as a remote gem to download.
But when I attempt to install it (jruby -S jgem install wxruby) I get a
gem not found error. This is quite confusing as I can install and run it
under ruby without a problem.

I’ve also attempted downloading the gem and installing it locally. When
I do this it appears to install normally, but when I run a wxruby driven
application, I get a require error.

This is a curious issue, but it’s more than likely a user error on my
part. I hope someone can help.

Brady