Skip to content

Instantly share code, notes, and snippets.

@soawesomeman
Created December 18, 2008 04:15
Show Gist options
  • Save soawesomeman/37372 to your computer and use it in GitHub Desktop.
Save soawesomeman/37372 to your computer and use it in GitHub Desktop.
# just a little fix for a little bug with rubyforge projects
# ~/.rubyforge/auto-config.yml
# before
1 ---
2 processor_ids:
3 Other: 9999
4 release_ids:
5 traits:
6 1.2.3: 666
...
# after
1 ---
2 processor_ids:
3 Other: 9999
4 Any: 8000
5 release_ids:
6 traits:
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment