[macruby-changes] [618] MacRuby/trunk/sample-macruby/GrowlNotifier

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 24 00:28:36 PDT 2008


Revision: 618
          http://trac.macosforge.org/projects/ruby/changeset/618
Author:   psychs at limechat.net
Date:     2008-09-24 00:28:33 -0700 (Wed, 24 Sep 2008)
Log Message:
-----------
Don't need to require rubygems

Modified Paths:
--------------
    MacRuby/trunk/sample-macruby/GrowlNotifier/growl_block_sample.rb
    MacRuby/trunk/sample-macruby/GrowlNotifier/growl_delegate_sample.rb

Modified: MacRuby/trunk/sample-macruby/GrowlNotifier/growl_block_sample.rb
===================================================================
--- MacRuby/trunk/sample-macruby/GrowlNotifier/growl_block_sample.rb	2008-09-23 23:38:18 UTC (rev 617)
+++ MacRuby/trunk/sample-macruby/GrowlNotifier/growl_block_sample.rb	2008-09-24 07:28:33 UTC (rev 618)
@@ -1,4 +1,3 @@
-require 'rubygems'
 require 'growl_helpers'
 
 class GrowlController < NSObject

Modified: MacRuby/trunk/sample-macruby/GrowlNotifier/growl_delegate_sample.rb
===================================================================
--- MacRuby/trunk/sample-macruby/GrowlNotifier/growl_delegate_sample.rb	2008-09-23 23:38:18 UTC (rev 617)
+++ MacRuby/trunk/sample-macruby/GrowlNotifier/growl_delegate_sample.rb	2008-09-24 07:28:33 UTC (rev 618)
@@ -1,4 +1,3 @@
-require 'rubygems'
 require 'growl'
 
 class GrowlController < NSObject
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080924/fa239c2e/attachment-0001.html 


More information about the macruby-changes mailing list