On Fri, Mar 28, 2008 at 8:32 AM, Luis Lavena <[EMAIL PROTECTED]> wrote: > <off-topic> > What will be great is a UI on top of RubyGems, maybe using something > like wxRuby or FXRuby ;-) > > Something like Netbeans did, but more ruby-like :-) > > Can GemInstaller simplify it and user as backend layer instead of > direct access to rubygems? > </off-topic>
Yes, and this is one of my eventual goals (to make it pluggable). I wrote it from scratch with a BDD and Dependency Injection approach, so hopefully it is loosely coupled and easy to allow a GUI or IDE integration instead of a CLI, without changing the underlying logic. _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
