Upgrading to Haml 2.0.0 on Mac OS X Leopard 10.5.2

From Sandoz

Jump to: navigation, search
  1. blow away old gem

git rm -r vendor/plugins/haml

  1. clone the official repo (seeing as we can't just "svn export" anymore)

git clone git://github.com/nex3/haml.git vendor/plugins/haml

  1. make sure we have the right commit checked out

(cd vendor/plugins/haml && git co 2.0.0)

  1. blow away unwanted metadata

rm -rf vendor/plugins/haml/.git

  1. take a snapshot

git add vendor/plugins/haml

Personal tools