RubyGems Navigation menu

isolate 1.8.1

Isolate is a very simple RubyGems sandbox. It provides a way to express and install your code's Gem dependencies. When Isolate runs, it uses GEM_HOME, GEM_PATH, and a few other tricks to completely separate your code from the system's RubyGems configuration, leaving it free to run in blissful solitude. While Isolate doesn't make any assumptions about what sort of code you're writing, it was extracted from a few Rails apps, so it's naturally going to be most useful with stuff like Rails, Merb, or Sinatra. Isolate is very, very, very stupid simple. For a much more full-featured Gem bundler, check out Yehuda Katz and Carl Lerche's Bundler[http://github.com/wycats/bundler]: It does a lot of fancy AOT dependency resolution, supports non-gem resources, and is probably a better fit for you. For a widely used Gem manager and installer, check out Chad Woolley's GemInstaller[http://geminstaller.rubyforge.org]. YMMV, but I haven't tried Isolate with anything older than RubyGems 1.3.5.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 3.5.1 - June 15, 2022 (29KB)
  2. 3.5.0 - March 01, 2020 (29KB)
  3. 3.4.0 - December 18, 2019 (29KB)
  4. 3.3.1 - February 02, 2015 (28.5KB)
  5. 3.2.4 - January 22, 2014 (28KB)
  6. 1.8.1 - January 13, 2010 (14.5KB)
全てのバージョンを表示(全51件)

Development依存関係 (2):

hoe >= 2.4.0
minitest ~> 1.4

所有者:

作者:

  • John Barnette, Ryan Davis

SHA 256チェックサム:

c740bab02fe335a1878ae4b52b05a9d9ab1a1652a165a2c594e304e8fb915e2e

累計ダウンロード数 203,262

このバージョンのみ 3,774

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: