RubyGems Navigation menu

isolate 1.0.0

Isolate is a very simple RubyGems sandbox. It restricts GEM_PATH and GEM_HOME, and provides a DSL for expressing your code's runtime Gem dependencies. 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 Wooley's GemInstaller[http://geminstaller.rubyforge.org]. YMMV, but I haven't tried Isolate with anything older than RubyGems 1.3.5.

Gemfile:
=

安裝:
=

版本列表:

  1. 4.0.0 June 23, 2024 (28.5 KB)
  2. 3.5.1 June 15, 2022 (29.0 KB)
  3. 3.5.0 March 01, 2020 (29.0 KB)
  4. 3.4.0 December 18, 2019 (29.0 KB)
  5. 3.3.1 February 02, 2015 (28.5 KB)
  6. 1.0.0 September 24, 2009 (11.5 KB)
顯示所有版本(共 52)

Development 相依性套件 (1):

hoe >= 2.3.3

擁有者:

作者:

  • John Barnette

SHA 256 總和檢查碼:

=

總下載次數 214,050

這個版本 3,991

版本发布:

授權:

Ruby 版本需求:

相關連結: