On Oct 15, 2007, at 11:34 , Alan C Francis wrote: > Harpo:~/work/rubygems_trunk acf$ gem_server > /usr/local/lib/ruby/site_ruby/1.8/rubygems/server.rb:345:in `[]': > Symbol as array index (TypeError) > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/server.rb: > 345:in `run' > from /usr/local/bin/gem_server:5 > > Hmmm > > server.run looks like: > > [...] > > which aint going to work since it's passed ARGV by bin/gem_server. > > [...] > > What happened ?
gem_server was moved to `gem server`. If it breaks, I guess setup.rb should clean up the old commands, or replace them with compatibility stubs that call the new ones and warn? I'm worried about all the documentation pointing to `gem_server` though... -- Poor workers blame their tools. Good workers build better tools. The best workers get their tools to do the work for them. -- Syndicate Wars _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
