mperham / gem_dir
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
gem_dir /
| name | age | message | |
|---|---|---|---|
| |
README.markdown | ||
| |
Rakefile | ||
| |
VERSION.yml | ||
| |
lib/ | Wed Oct 28 18:18:24 -0700 2009 | |
| |
test/ |
README.markdown
Gem Dir
Prints the root directory of the specified gem.
> gem dir -l rails
/Library/Ruby/Gems/1.8/gems/rails-2.3.4
Command line ninjas like myself can then do this, for example:
cd `gem dir -l memcache-client` && rake test
Installation:
Just install like any normal gem:
gem install gem_dir
You might need to install Gemcutter as a gem source:
gem install gemcutter
gem tumble
For more help:
gem dir --help
Thanks
Based on Adam Sanderson's sweet open_gem extension.

