Hey all, Ryan in particular,

I think this is endemic to some other issue, but I have limited time right now 
to debug.

The following works fine:

raggi@mbk: ~ * irb
>> require 'rubygems'
=> true
>> Gem.activate('rails', '< 3.0.0.beta')
=> true

The following goes into an infinite loop:

raggi@mbk: ~ * irb
>> require 'rubygems'
=> true
>> Gem.activate('rails', '< 3.0.0.b')


Replication environment:

% g log -n 1 --oneline
9144463  Add missing require of RemoteFetcher to the unpack command
% ruby -v
ruby 1.8.7 (2010-12-23 patchlevel 330) [i686-darwin10]
% gem list rails

*** LOCAL GEMS ***

rails (3.0.4, 3.0.3, 3.0.1, 3.0.0.rc, 3.0.0.beta4, 2.3.9.pre)


It's probably related to prerelease version but I'm not certain. I'll dump out 
all the active* and action* if necessary too, just let me know.

Cheers,

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

Reply via email to