bin/tracksperanto in tracksperanto-3.5.9 vs bin/tracksperanto in tracksperanto-4.0.0
- old
+ new
@@ -12,10 +12,10 @@
# Show the message just in case
$stdout.puts "Starting Tracksperanto. For information and support please contact info#{64.chr}guerilla-di.org"
# Require the xperanto lib, which in turn requires Bundler and pulls in all the gems
-require File.dirname(__FILE__) + '/../lib/tracksperanto' unless defined?(Tracksperanto)
+require_relative '../lib/tracksperanto'
require 'update_hints'
require 'optparse'
require 'progressbar'
def disclaimer
\ No newline at end of file