2010-05-27から1日間の記事一覧

いつの間にかautotest-growlがlibnotifyにも対応していた

Ubuntu 10.04 Ruby 1.8.7-p249 libnotifyとgemをインストール % sudo aptitude install libnotify-bin % sudo gem i autotest-growl 設定はこんだけで # .autotest require 'autotest/growl' あとは適当に # lib/hoge.rb class Hoge def bar 'Hello' end end…