lib/nitro/dispatcher.rb in nitro-0.17.0 vs lib/nitro/dispatcher.rb in nitro-0.18.0
- old
+ new
@@ -1,9 +1,5 @@
-# * George Moschovitis <gm@navel.gr>
-# (c) 2004-2005 Navel, all rights reserved.
-# $Id: dispatcher.rb 30 2005-04-25 12:28:02Z gmosx $
-
module Nitro
require 'nitro/controller'
require 'nitro/routing'
require 'nitro/simple'
@@ -185,5 +181,7 @@
end
end
end
+
+# * George Moschovitis <gm@navel.gr>