Revision: 618 http://trac.macosforge.org/projects/ruby/changeset/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: -------------- 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
participants (1)
-
source_changes@macosforge.org