Little small update for my small, but loyal growl-glue user base. 1.0.3 released today, giving you the ability to use a different OS X voice for each status.
GrowlGlue::Autotest.initialize do |config| config.notification :use_network_notifications => true config.sound :success => "Glass.aiff" config.sound :pending => "Glass.aiff" config.say :failure => "PANIC PANIC PANIC" config.voice :failure => "Hysterical" config.sound :failure => "Basso.aiff" end
And of course, to update:
% sudo gem install growl-glue
