I rememeber a few months ago having problems on Leopard when installing a gem. The progress bar hung and I came back after a while and it was still stuck. If I remember correctly, after a few times it just worked and the gem was there (can't remember which gem it was). Not sure if this is the problem you guys are having, -tieg
On Fri, Oct 10, 2008 at 12:18 AM, Seth Thomas Rasmussen < [EMAIL PROTECTED]> wrote: > 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 >
