public
Description: TextMate bundle for developing C extensions for Ruby
Homepage:
Clone URL: git://github.com/drnic/ruby-c-extensions-tmbundle.git
name age message
directory Commands/ Sun Mar 30 14:42:50 -0700 2008 initial import; New Method cmd [drnic]
file README.markdown Sun Jun 08 22:31:23 -0700 2008 Added 'how to update textmate' to readme [drnic]
directory Snippets/ Fri Apr 25 21:44:14 -0700 2008 Added explanatory bits for some snippets. [jbarnette]
directory Syntaxes/ Sun Mar 30 21:17:21 -0700 2008 Qnil is a constant [drnic]
file info.plist Tue Apr 22 02:54:44 -0700 2008 Added helpers for calling methods. [jbarnette]
README.markdown

Ruby C Extensions.tmbundle

A TextMate bundle for developing native C extensions for Ruby.

Installation

cd ~/Library/Application Support/TextMate/Bundles
git clone git://github.com/drnic/ruby-c-extensions-tmbundle.git "Ruby C Extensions.tmbundle"
    osascript -e 'tell app "TextMate" to reload bundles'

or 

wget http://github.com/drnic/ruby-c-extensions-tmbundle/tarball/master
tar xfv drnic-ruby-c-extensions-tmbundle-master.tar.gz
mv drnic-ruby-c-extensions-tmbundle-master "Ruby C Extensions.tmbundle"
    osascript -e 'tell app "TextMate" to reload bundles'

Then restart TextMate or "Reload Bundles".

Source

Via git you can clone or fork http://github.com/drnic/ruby-c-extensions-tmbundle/tree/master