Open nasser opened 13 years ago
Support RubyGems, including native extensions.
They should be loadable via language syntax like require. Also, they should be manageable with an external tool, like zajal-gem on the command like and a panel in the GUI.
require
zajal-gem
Preliminary support is working, but native gems are still problematic.
This won't happen for 0.3.x, but 0.4 is built from the ground up to support this.
Support RubyGems, including native extensions.
They should be loadable via language syntax like
require
. Also, they should be manageable with an external tool, likezajal-gem
on the command like and a panel in the GUI.