lib/thumbs.rb in thumbs-0.0.4 vs lib/thumbs.rb in thumbs-0.0.5
- old
+ new
@@ -1,7 +1,7 @@
require "rubygems"
require "rack"
-require "rack-contrib"
+require "rack/contrib"
module Thumbs
autoload :Server, 'thumbs/server'
autoload :Image, 'thumbs/image'
autoload :NotFound, 'thumbs/middleware/not_found'