This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
ruby-c-extensions-tmbundle / 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




