lib/herodot.rb in herodot-0.1.3 vs lib/herodot.rb in herodot-0.1.4

- old
+ new

@@ -1,11 +1,11 @@ require 'bundler/setup' -require 'herodot/version' -require 'herodot/configuration' -require 'herodot/worklog' -require 'herodot/parser' -require 'herodot/commands' -require 'herodot/table' +require_relative 'herodot/version' +require_relative 'herodot/configuration' +require_relative 'herodot/worklog' +require_relative 'herodot/parser' +require_relative 'herodot/commands' +require_relative 'herodot/table' require 'commander' class Herodot::Application include Commander::Methods USER_HOME = File.expand_path('~').to_s