lib/herodot.rb in herodot-0.1.5 vs lib/herodot.rb in herodot-0.1.6
- old
+ new
@@ -1,12 +1,12 @@
-require 'bundler/setup'
+require 'commander'
+require 'rainbow'
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