Revision
618
Author
psychs@limechat.net
Date
2008-09-24 00:28:33 -0700 (Wed, 24 Sep 2008)

Log Message

Don't need to require rubygems

Modified Paths

Diff

Modified: MacRuby/trunk/sample-macruby/GrowlNotifier/growl_block_sample.rb (617 => 618)


--- 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 (617 => 618)


--- 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