[ANN] isolate 3.2.2 Released

isolate version 3.2.2 has been released!

* <http://github.com/jbarnette/isolate>

Isolate is a very simple RubyGems sandbox. It provides a way to
express and automatically install your project's Gem dependencies.

Changes:

### 3.2.2 / 2012-02-02

* 2 bug fixes:

  * Isolate hoe plugin shouldn't sandbox until the isolate task triggers. ARGH. I suck.
  * Add missing opening quotes in docs (semaperepelitsa)