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

- old
+ new

@@ -22,10 +22,10 @@ # 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' # This is also needed to be set in order for Thor's utilities to output # command names correctly. - $thor_runner = true + $thor_runner = true # rubocop:disable Style/GlobalVars ensure $VERBOSE = original_verbose end # Load skippy components the bootstrapper needs.