Update Padrino to 0.10.7 and Thor to 0.15.3. Closes #495

This commit is contained in:
Thomas Reynolds 2012-06-20 17:53:14 -07:00
parent 35ff2e0c48
commit 8912d3627d
4 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ module Middleman::Cli
require 'find'
@debugging = Middleman::Cli::Base.debugging
@debugging = Middleman::Cli::Base.respond_to?(:debugging) && Middleman::Cli::Base.debugging
@had_errors = false
self.class.shared_instance(options["verbose"])