=== 2.1.0 / 2014-08-28

* 1 minor enhancement:

  * Updated for newer versions of rubygems.

* 5 bug fixes:

  * Fixed 1.9/2.0 warnings.
  * Fixed redirect URIs.
  * Fixed system call to chmod to use quotes on full_name.
  * Handle more exceptions (SSLError, Persistent errors, etc)
  * Removed dead rubyforge setting in Rakefile

=== 2.0.2 / 2013-06-28

* 1 bug fix:

  * Keep stderr output from gem unpack in case there are problems... Some gems are corrupt or something

=== 2.0.1 / 2012-10-05

* 1 bug fix:

  * Cleaned dependency and isolated the update task

=== 2.0.0 / 2011-02-18

* 1 major enhancement:

  * Dropped dependencies_of, dependent_upon, gems_by_name, find_stupid_gems.

* 4 minor enhancements:

  * Added support for new rubygem server changes
  * Separate downloads from conversion to .tar.gz
  * Stripped down gauntlet_grep to pass all args through to grep
  * Switched to net-http-persistent to clean up and speed up downloads.

* 5 bug fixes:

  * 1.9 fix for shadowed variables
  * Add TERM and KILL handlers that shutdown nicely
  * Fixes for stupidly named gems (--1)
  * Handle SocketError and 404s more elegantly
  * Switch to SpecFetcher for latest RubyGems

=== 1.1.0 / 2009-06-23

* 6 minor enhancements:

  * Added update command
  * Added example plugin lib/gauntlet_grep.rb
  * Added subcommands: help list report
  * Cleaned output
  * Updated to new hoe capabilities
  * gauntlet now runs in a unique subdirectory, so multiple can run at once

=== 1.0.0 / 2008-12-04

* 1 major enhancement

  * Birthday!

