Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/ruby-c-extensions-tmbundle
TextMate bundle for developing C extensions for Ruby
https://github.com/drnic/ruby-c-extensions-tmbundle
Last synced: 29 days ago
JSON representation
TextMate bundle for developing C extensions for Ruby
- Host: GitHub
- URL: https://github.com/drnic/ruby-c-extensions-tmbundle
- Owner: drnic
- Created: 2008-04-01T07:31:04.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2008-06-09T06:01:12.000Z (over 16 years ago)
- Last Synced: 2023-04-10T17:09:55.801Z (over 1 year ago)
- Homepage:
- Size: 93.8 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# 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