No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Open a gem's source directory with either the default editor, or a specified command.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.9.5

Runtime

~> 2.0
 Project Readme

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 requires rubygems 1.8.0 or higher. You may need to update rubygems:

gem update --system

Just install with gem:

gem install open_gem

For more help:

gem open --help

Adam Sanderson, netghost@gmail.com