foundation 5 を使うために compass w をしても以下のメッセージが出てコンパイル(?)してくれない。

error scss/app.scss (/usr/local/lib/ruby/gems/2.1.0/gems/sass-3.4.6/lib/sass/selector/abstract_sequence.rb:96:in block in _specificity': undefined method specificity’ for [:not(.button)]:Array)

なので sass をアップデートする。

sudo gem update sass

後に compass w して app.scss を保存すると無事にコンパイルしてくれた。