Version History:

* 0.4.2 / 2007-05-21:
  * Fix for windoze users (spaces in path).
  * Added check for extant release.
  * Added default hash for first-time releases.

* 0.4.1 / 2007-03-08:
  * Verify that login succeeded and warn against if not (prolly should raise).
  * Print a friendly error if you have the wrong package id.
  * Handle upload error in add_release a bit better.

* 0.4.0 / 2007-01-09:
  * config.yml split and moved to user-config.yml (up to the user to do).
  * auto-config.yml now generated via config command.
  * @config renamed to @userconfig.
  * @config["rubyforge"] moved to @autoconfig.
  * Added save_autoconfig.
  * Pulled scrape_project from scrape_config.
  * scrape_config no longer takes a user param. Use opts to specify.
  * scrape_project, add_project, add/remove_release now save automatically.

* 0.3.2 / 2006-11-29:
  * Fixed file uploads for windows.
  * Correctly scrape releases with funky characters.

* 0.3.1 / 2006-10-24:
  * Added SSL login.
  * Added yet more debugging output if $DEBUG.

* 0.3.0 / 2006-09-30:
  * Added more debugging output if $DEBUG
  * Added news posting.
  * Added multiple file release to add_release (uses add_file for extras).
  * add_release now returns release_id
  * Fixed config scraper to include '-' in names.

* 0.2.1 / 2006-09-14:
  * Gemspec was too loose about packaging. Now using manifest.

* 0.2.0 / 2006-09-13:
  * Split original script into script and library.
  * Added tests for library.
  * Refactored heavily.
  * Added "config" command to scrape group/project/release ids from rubyforge.
  * Added "names" command to help pick groups and projects.
  * Added "add_file" command to add a file to an existing release.
