Sha256: b61e69d6d0b044814a6be197923c4bda819e4c24a414f750f000843e521ca2af

Contents?: true

Size: 253 Bytes

Versions: 11

Compression:

Stored size: 253 Bytes

Contents

require 'ruby-growl'
class Growler
  def self.growl msg
    g = Growl.new "localhost", "ruby-growl",
                  ["ruby-growl Notification"]
    g.notify "ruby-growl Notification", ":::: From Rails ::::::::",
             "#{msg}",1,true
  end
end

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
progressions-postly-0.2.2 test/growler.rb
grip-0.6.7 test/growler.rb
postly-0.2.2 test/growler.rb
postly-0.2.1 test/growler.rb
grip-0.6.6 test/growler.rb
grip-0.6.5 test/growler.rb
grip-0.6.4 test/growler.rb
grip-0.6.3 test/growler.rb
grip-0.6.2 test/growler.rb
grip-0.6.1 test/growler.rb
grip-0.6.0 test/growler.rb