I've patched the highline gem to use 'ffi-ncurses' when it is running in jruby instead of `stty` (which doesn't work properly in jruby).

See:

  http://github.com/stepheneb/highline/tree/jruby

Is there a way to add a platform-specific gem dependency in a Gem::Specification?

Right now I throw an error telling users to install ff-ncurses manually.

_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to