bin/ore in ore-0.9.4 vs bin/ore in ore-0.10.0

- old
+ new

@@ -3,10 +3,9 @@ require 'rubygems' begin require 'ore/cli' rescue LoadError => e - warn 'Could not load "ore/cli"' - exit -1 + abort 'Could not load "ore/cli"' end Ore::CLI.start