R
Ryan Davis
isolate version 3.0.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.0.2 / 2011-05-14
* 3 bug fixes:
* Cleanup shouldn't try to uninstall specs outside of our sandbox.
* Pass spec.base_dir to the uninstaller during cleanup.
* We shouldn't manipulate Gem.path, but if we do, we should be =
smart/clean about it.
* <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.0.2 / 2011-05-14
* 3 bug fixes:
* Cleanup shouldn't try to uninstall specs outside of our sandbox.
* Pass spec.base_dir to the uninstaller during cleanup.
* We shouldn't manipulate Gem.path, but if we do, we should be =
smart/clean about it.