Hi!
How about ruby-growl?
I use ruby-growl on ruby1.9 with following patch.
require 'digest/md5'
module MD5
def self.new(packet)
Digest::MD5.new.update packet
end
end
On Fri, May 21, 2010 at 5:58 PM, Dimitri Df <ddefrenne / gmail.com> wrote:
> I'm looking for a gem that's able to send Growl notifications and
> receive a click-event on the notification. There are some gems available
> but the problem is none of them seem to be compatible with Ruby 1.9. Any
> suggestions?
> --
> Posted via http://www.ruby-forum.com/.
>
>