RubyGems Navigation menu

ohmygems 1.2.0

I'm tired of the complications that tools like bundler and rvm inject into my system and my workflow. I don't want 4 billion gems installed globally. I don't want to have `rake` slow down for no good reason. I don't want rvm to regress on undefined variables over and over and over (and I don't want to report it anymore when it does). I want as much simplicity as I can afford and still be able to get my job done. I've found pretty good balance using rbenv (only when needed) and by using this 45 line shell function `ohmygems` (aliased to `omg`, of course). I still have my system-level gems as my previous GEM_HOME gets moved into GEM_PATH so things like minitest and autotest are always available. But now I have private gems that are incredibly easy to switch around and only rely on simple environment variables to manage. To go back to normal, simply run `omg reset`.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 1.2.0 - June 17, 2014 (12.0 KB)
  2. 1.1.0 - February 24, 2013 (9.0 KB)

Development 依赖 (3):

hoe ~> 3.12
minitest ~> 5.3
rdoc ~> 4.0

业主:

作者:

  • Ryan Davis

SHA 256 校验和:

1c1ac12f8a535b6a2f6e74d93483ba3e1704f86d90d070233288e432f2890c35

下载总量 6,401

这个版本 3,554

许可:

MIT

需要的 Ruby 版本: >= 0

链接: