lib/gator.rb in gator-0.0.8.pre vs lib/gator.rb in gator-0.0.9.pre
- old
+ new
@@ -1,3 +1,5 @@
+require File.dirname(__FILE__) + '/gator/config'
+require File.dirname(__FILE__) + '/gator/util'
require File.dirname(__FILE__) + '/gator/runner'
require File.dirname(__FILE__) + '/gator/commands/command'
-require File.dirname(__FILE__) + '/gator/commands/project_command'
+require File.dirname(__FILE__) + '/gator/commands/project_command'
\ No newline at end of file