On Fri, Oct 10, 2008 at 12:16 AM, _why <[EMAIL PROTECTED]> wrote: > Let me ask you guys something. Have you run into a problem with the > gem installer crashing on you? Because I've encountered an issue > with the progress bar and the Ruby thread being poison for each > other. This is on a Tiger test machine. The gem is installed, but > it crashes because of the progress-thread-poison situation. > > Anyone else seen that?
Yes! http://article.gmane.org/gmane.comp.lib.shoes/2050 I am on Tiger as well. >> Last patch is a feature request for source: >> what about >> >> Shoes.setup do >> source "http://gems.github.com" >> gem "james-ruminant" >> end >> >> james-ruminant is the one I was trying ;) Unfortunately surce works out of >> the box, but it erases the previous sources... I wanted to _add_ a source, >> hence the patch. > > What if source took multiple args? I think the current API is fine, but it could also take multiple arguments. Either way, I think it should just append to a sources list as Emanuel expected. -- Seth Thomas Rasmussen http://greatseth.com
