public
Description: Gemedit lets you quickly open up the source for a gem in your favorite editor.
Homepage: http://gemedit.rubyforge.org/
Clone URL: git://github.com/lmarlow/gemedit.git
name age message
file .gitignore Fri Feb 29 10:15:47 -0800 2008 improve documentation and mention the git repo [Lee Marlow]
file History.txt Sun Nov 15 16:16:21 -0800 2009 Gemedit now installs itself as a gem command R... [Lee Marlow]
file License.txt Wed Feb 27 11:21:58 -0800 2008 replace boilerplate values [Lee Marlow]
file Manifest.txt Sun Nov 15 16:16:21 -0800 2009 Gemedit now installs itself as a gem command R... [Lee Marlow]
file README.txt Sun Nov 15 16:16:21 -0800 2009 Gemedit now installs itself as a gem command R... [Lee Marlow]
file Rakefile Wed Feb 27 11:10:33 -0800 2008 initial commit after newgem generation [Lee Marlow]
directory bin/ Sun Nov 15 16:16:21 -0800 2009 Gemedit now installs itself as a gem command R... [Lee Marlow]
directory config/ Wed Feb 27 11:21:58 -0800 2008 replace boilerplate values [Lee Marlow]
directory lib/ Sun Nov 15 16:16:21 -0800 2009 Gemedit now installs itself as a gem command R... [Lee Marlow]
directory log/ Wed Feb 27 11:10:33 -0800 2008 initial commit after newgem generation [Lee Marlow]
directory script/ Wed Feb 27 11:10:33 -0800 2008 initial commit after newgem generation [Lee Marlow]
file setup.rb Wed Feb 27 11:10:33 -0800 2008 initial commit after newgem generation [Lee Marlow]
directory spec/ Wed Feb 27 11:10:33 -0800 2008 initial commit after newgem generation [Lee Marlow]
directory tasks/ Fri Mar 07 15:20:23 -0800 2008 inject google analytics tracking into rdoc [Lee Marlow]
directory website/ Sun Nov 15 16:16:21 -0800 2009 Gemedit now installs itself as a gem command R... [Lee Marlow]
README.txt
 gemedit
  http://gemedit.rubyforge.org/
  by Lee Marlow

== DESCRIPTION:

Gemedit lets you quickly open up the source for a gem in your favorite editor.

Looking through other people's code is a great way to learn.  I often use it when a gem's RDoc isn't as helpful as I'd 
like or just want to see how someone put a library together.  Gemedit just makes it easier to get to the code.

== INSTALLATION:

Gemedit can be installed via RubyGems:

  $ sudo gem install gemedit

== USAGE:

If you want to see how gemedit works just install it and run this:
  $ gem edit gemedit

Gemedit tries to use your favorite editor from your <tt>$GEMEDITOR</tt>, <tt>$VISUAL</tt> or <tt>$EDITOR</tt> 
environment variable.  It will fall back to <em>everyone's</em> favorite editor: *vi*.  You can specify the editor with 
the <tt>-e/--editor</tt> switch.  Run this to view the source for +rake+ in TextMate[http://macromates.com]:
  $ gem edit -e mate rake

And of course, help is available:
  $ gem edit -h
  $ gem edit --help

== DOCUMENTATION:

There isn't much more to document than what is on this page, but feel free to browse the 
RDoc[http://gemedit.rubyforge.org/rdoc/].  Or checkout the Rubyforge project page 
here[http://rubyforge.org/projects/gemedit/].

== SOURCE REPOSITORY:

The source is currently on github[http://github.com/].  You can browse through it at http://github.com/lmarlow/gemedit 
or pull it down and play with it yourself with 

  $ git clone git://github.com/lmarlow/gemedit.git