lib/middleman-cli.rb in middleman-cli-4.5.1 vs lib/middleman-cli.rb in middleman-cli-5.0.0.rc.1

- old
+ new

@@ -1,8 +1,6 @@ -# rubocop:disable FileName - # Setup our load paths -libdir = File.expand_path(File.dirname(__FILE__)) +libdir = __dir__ $LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir) # Require Thor since that's what the whole CLI is built around require 'thor'