Upgrading to Haml 2.0.0 on Mac OS X Leopard 10.5.2
From Sandoz
- blow away old gem
git rm -r vendor/plugins/haml
- clone the official repo (seeing as we can't just "svn export" anymore)
git clone git://github.com/nex3/haml.git vendor/plugins/haml
- make sure we have the right commit checked out
(cd vendor/plugins/haml && git co 2.0.0)
- blow away unwanted metadata
rm -rf vendor/plugins/haml/.git
- take a snapshot
git add vendor/plugins/haml