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