bin/orats in orats-0.9.7 vs bin/orats in orats-5.0.0

- old
+ new

@@ -1,9 +1,9 @@ #!/usr/bin/env ruby # inject ../../lib into the $LOAD_PATH, this is useful because -# when developing locally on a gem the require paths will be +# when developing locally on a gem the, require paths will be # different because the lib directory is not on the $LOAD_PATH # since git directories are not included in gem releases we can # determine if the gem is being actively developed by searching # for a git repo @@ -12,9 +12,6 @@ if File.exist?(git_path) $LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__)) end require 'orats/cli' -require 'orats/argv_adjust' - -argv = Orats::ARGVAdjust.new.init -Orats::CLI.start(argv) +Orats::CLI.start