app/boot.rb in skippy-0.1.1.a vs app/boot.rb in skippy-0.2.0.a

- old
+ new

@@ -19,10 +19,10 @@ original_verbose = $VERBOSE $VERBOSE = nil require 'thor' # The Thor::Runner also needs to be loaded, as Skippy::CLI will call many of # of the same methods - in many cases emulating what it do. - require "thor/runner" + require 'thor/runner' # This is also needed to be set in order for Thor's utilities to output # command names correctly. $thor_runner = true ensure $VERBOSE = original_verbose