We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Problem: rake rubyforge:release fails with the following message:
rake rubyforge:release
rake aborted! no configured for
Solution: Edit ~/.rubyforge/auto-config.yml and make sure processor_ids is set like this:
~/.rubyforge/auto-config.yml
processor_ids
processor_ids: IA64: 6000 AMD-64: 1500 Any: 8000 Sparc: 4000 PPC: 2000 Other: 9999 Alpha: 7000 i386: 1000 UltraSparc: 5000 MIPS: 3000
(With thanks to Dr. Nic for answering this thread)