bin/gator in gator-0.0.21.pre vs bin/gator in gator-0.0.22.pre
- old
+ new
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
-require "rubygems"
-require "gator"
+require File.dirname(__FILE__) + "/../lib/gator"
-Gator::Runner.start
+Gator::Application.start
\ No newline at end of file