lib/thumbs.rb in thumbs-0.0.3 vs lib/thumbs.rb in thumbs-0.0.4

- old
+ new

@@ -1,6 +1,7 @@ require "rubygems" -require "bundler/setup" +require "rack" +require "rack-contrib" module Thumbs autoload :Server, 'thumbs/server' autoload :Image, 'thumbs/image' autoload :NotFound, 'thumbs/middleware/not_found'