adamsanderson / open_gem
- Source
- Commits
- Network (8)
- Issues (1)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
open_gem /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jun 03 15:21:49 -0700 2009 | |
| |
CHANGELOG.markdown | Fri Oct 09 10:14:09 -0700 2009 | |
| |
README.markdown | Fri Oct 09 10:14:09 -0700 2009 | |
| |
Rakefile | Fri Oct 09 10:17:59 -0700 2009 | |
| |
VERSION.yml | Mon Aug 03 17:42:52 -0700 2009 | |
| |
lib/ | Mon Aug 03 17:42:29 -0700 2009 | |
| |
open_gem.gemspec | Fri Oct 09 10:17:59 -0700 2009 | |
| |
test/ | Sat May 02 09:29:37 -0700 2009 |
README.markdown
OpenGem
Simply opens the specified gem in your default editor.
gem open rails
If you just want to read documentation you can do:
gem read activerecord
Installation:
OpenGem require rubygems 1.3.2 or higher. You may need to update rubygems to take advantage of the new plugin support:
gem update --system
Just install like any normal gem:
gem install open_gem
Or for the edge version use GemCutter.org:
gem sources -a http://gemcutter.org
gem install open_gem
For more help:
gem open --help
Adam Sanderson, netghost@gmail.com
