Thursday 4 November 2010

RubyAMP installation for ruby 1.9 and rspec 2

Update: My change has been pulled into RubyAmp and can be installed as follows:

cd ~/Library/Application\ Support/Textmate/Bundles
git clone https://github.com/timcharper/rubyamp.git RubyAMP.tmbundle
gem install rb-appscript
osascript -e 'tell app "TextMate" to reload bundles'


Original post:

This is a forked version of the bundle which supports the new RSpec.tmbundle which supports rails 3 and ruby 1.9.x. Once the pull request has been accepted, you should be able to use the main version.

cd ~/Library/Application\ Support/Textmate/Bundles
git clone git://github.com/lukaso/rubyamp.git RubyAMP.tmbundle 
gem install rb-appscript
osascript -e 'tell app "TextMate" to reload bundles'


If you need the RSpec.tmbundle, here are the installation instructions from: https://github.com/rspec/rspec-tmbundle
cd ~/Library/Application\ Support/TextMate/Bundles/
git clone git://github.com/rspec/rspec-tmbundle.git RSpec.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'

1 comment:

rubyhunt42 said...

Not works for me with Ruby 1.9.3.
"invalid multibyte char" error