ruby_gntp icon indicating copy to clipboard operation
ruby_gntp copied to clipboard

Ruby library for GNTP(Growl Notification Transport Protocol) client

Results 14 ruby_gntp issues
Sort by recently updated
recently updated
newest added

Can I send notifications to hosts other than localhost over my LAN? Do you have a working example if so?

if Config::CONFIG['host_os'] =~ /mswin/ should be replaced with if Config::CONFIG['host_os'] =~ /mswin|mingw/ verified with Ruby 1.9.1 One-click installer, works fine after this change Also calling ver/uname to get the OS...

Implement timeout logic.

feature

Implement encryption

feature