Skip to content

Commit

Permalink
Add missing require lines to get hotconsole to work with MacRuby 0.6 …
Browse files Browse the repository at this point in the history
…and hotcocoa gem
  • Loading branch information
Michael Taylor authored and Michael Taylor committed Apr 28, 2010
1 parent c60ac3e commit cc4d543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
@@ -1,3 +1,4 @@
require 'rubygems'
require 'hotcocoa/application_builder' require 'hotcocoa/application_builder'
require 'hotcocoa/standard_rake_tasks' require 'hotcocoa/standard_rake_tasks'


Expand Down
1 change: 1 addition & 0 deletions lib/application.rb
@@ -1,4 +1,5 @@
require 'lib/eval_thread' # for EvalThread and standard output redirection require 'lib/eval_thread' # for EvalThread and standard output redirection
require 'rubygems'
require 'hotcocoa' require 'hotcocoa'
framework 'WebKit' framework 'WebKit'
include HotCocoa include HotCocoa
Expand Down

0 comments on commit cc4d543

Please sign in to comment.