[macruby-changes] [3064] MacRuby/trunk/sample-macruby/Scripts/growl

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 30 13:04:30 PST 2009


Revision: 3064
          http://trac.macosforge.org/projects/ruby/changeset/3064
Author:   eloy.de.enige at gmail.com
Date:     2009-11-30 13:04:26 -0800 (Mon, 30 Nov 2009)
Log Message:
-----------
Add at least the url to where the original growlnotifier code is.

Modified Paths:
--------------
    MacRuby/trunk/sample-macruby/Scripts/growl/growl.rb
    MacRuby/trunk/sample-macruby/Scripts/growl/growl_block_sample.rb
    MacRuby/trunk/sample-macruby/Scripts/growl/growl_delegate_sample.rb
    MacRuby/trunk/sample-macruby/Scripts/growl/growl_helpers.rb

Modified: MacRuby/trunk/sample-macruby/Scripts/growl/growl.rb
===================================================================
--- MacRuby/trunk/sample-macruby/Scripts/growl/growl.rb	2009-11-30 07:35:11 UTC (rev 3063)
+++ MacRuby/trunk/sample-macruby/Scripts/growl/growl.rb	2009-11-30 21:04:26 UTC (rev 3064)
@@ -1,3 +1,5 @@
+# Original code: http://github.com/psychs/growlnotifier
+
 framework 'Cocoa'
 
 module Growl

Modified: MacRuby/trunk/sample-macruby/Scripts/growl/growl_block_sample.rb
===================================================================
--- MacRuby/trunk/sample-macruby/Scripts/growl/growl_block_sample.rb	2009-11-30 07:35:11 UTC (rev 3063)
+++ MacRuby/trunk/sample-macruby/Scripts/growl/growl_block_sample.rb	2009-11-30 21:04:26 UTC (rev 3064)
@@ -1,3 +1,5 @@
+# Original code: http://github.com/psychs/growlnotifier
+
 require 'growl_helpers'
 
 class GrowlController

Modified: MacRuby/trunk/sample-macruby/Scripts/growl/growl_delegate_sample.rb
===================================================================
--- MacRuby/trunk/sample-macruby/Scripts/growl/growl_delegate_sample.rb	2009-11-30 07:35:11 UTC (rev 3063)
+++ MacRuby/trunk/sample-macruby/Scripts/growl/growl_delegate_sample.rb	2009-11-30 21:04:26 UTC (rev 3064)
@@ -1,3 +1,5 @@
+# Original code: http://github.com/psychs/growlnotifier
+
 require 'growl'
 
 class GrowlController

Modified: MacRuby/trunk/sample-macruby/Scripts/growl/growl_helpers.rb
===================================================================
--- MacRuby/trunk/sample-macruby/Scripts/growl/growl_helpers.rb	2009-11-30 07:35:11 UTC (rev 3063)
+++ MacRuby/trunk/sample-macruby/Scripts/growl/growl_helpers.rb	2009-11-30 21:04:26 UTC (rev 3064)
@@ -1,3 +1,5 @@
+# Original code: http://github.com/psychs/growlnotifier
+
 require File.expand_path('../growl', __FILE__)
 
 # Defines a few convenience methods that you can use in your class if you include the Growl module.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091130/1b1d5281/attachment.html>


More information about the macruby-changes mailing list