bin/cukedep in cukedep-0.1.11 vs bin/cukedep in cukedep-0.2.00

- old
+ new

@@ -1,15 +1,15 @@ -#!/usr/bin/env ruby -# File: cukedep -# The 'executable' of the Cukedep utility. - -mydir = File.dirname(__FILE__) -lib_dir = mydir + '/../lib' -$LOAD_PATH.unshift lib_dir unless $LOAD_PATH.include?(lib_dir) - -require 'cukedep' # Load the Cukedep::Application class - -# The application's entry point -app = Cukedep::Application.new -app.run!(ARGV) - -# End of file +#!/usr/bin/env ruby +# File: cukedep +# The 'executable' of the Cukedep utility. + +mydir = File.dirname(__FILE__) +lib_dir = mydir + '/../lib' +$LOAD_PATH.unshift lib_dir unless $LOAD_PATH.include?(lib_dir) + +require 'cukedep' # Load the Cukedep::Application class + +# The application's entry point +app = Cukedep::Application.new +app.run!(ARGV) + +# End of file