Files | Admin

Notes:

Release Name: 1.1.0

Notes:
Returns the path to the latest version of a RubyGem in the cache.
Useful for loading a gem's source into an editor:
$ mate `find_gem newgem`
/opt/local/lib/ruby/gems/1.8/gems/newgem-0.10.4



Changes: == 1.1.0 2007-08-10 * bin/edit_gem sends the gem path (via find_gem) to your editor (e.g. EDITOR=mate) * auto-complete for bash - see README for installation * Local cache support for: edit_gem, find_gem, gem uninstall, gem update * Remote gem support for: gem install