class Middleman::Extensions::Gzip

def initialize(app, options_hash={})

def initialize(app, options_hash={})
  super
  require 'zlib'
  require 'stringio'
  require 'find'
  require 'thread'
end