ruby-growl
- URL
- http://segment7.net/projects/ruby/growl/
- Author(s)
- Eric Hodel
- Summary
- ruby-growl allows you to perform Growl notification via UDP from machines without growl installed (for example, non-OSX machines). What's Growl? Growl is a really cool "global notification system for Mac OS X". See http://growl.info/ See also the Ruby
Comments
ruby-growl
(1.0.1)
is Failing
for Efrén Fuentes (Mac OSX, over 2 years ago)
Error message:
`require': no such file to load -- md5 (LoadError)
ruby-growl
(1.0.1)
is Failing
for Myron Marston (Mac OSX, over 2 years ago)
There are md5 changes between ruby 1.8 and 1.9. "require 'md5'" works on 1.8 but not 1.9--it needs to be "require 'digest/md5'".

ruby-growl (1.0.1) is Failing
for maurizio de magnis (Mac OSX, over 2 years ago)