I noticed that I could not install the dropio ruby gem using JRuby.
Is this because it uses C extensions that won't work on JRuby? If so,
are there any techincal reasons that we couldn't have a pure Ruby gem
as opposed to CRuby?
I'm no expert in gem development, but I did just read that the FFI gem
(
http://kenai.com/projects/ruby-ffi) can help with preventing cross-
implementation issues and maintaining multiple gems (JRuby and CRuby
versions).
Or, perhaps I'm just slow and haven't figured out how to install the
dropio gem on JRuby. Has anyone else had trouble with this?