Isolate 3.1.1 Released

isolate version 3.1.1 has been released!

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

Changes:

3.1.1 / 2011-07-21

  • 2 bug fixes:

    • Deprecate is now Gem::Deprecate. Try both.
    • Don’t install gems for other environments. (rhburrows)