diff options
Diffstat (limited to 'lib/hcl.rb')
| -rw-r--r-- | lib/hcl.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -1,10 +1,12 @@  module HCl    autoload :VERSION, 'hcl/version'    autoload :App, 'hcl/app' +  autoload :Net, 'hcl/net'    autoload :Commands, 'hcl/commands'    autoload :TimesheetResource, 'hcl/timesheet_resource'    autoload :Utility, 'hcl/utility'    autoload :Project, 'hcl/project'    autoload :Task, 'hcl/task'    autoload :DayEntry, 'hcl/day_entry' +  autoload :HarvestMiddleware, 'hcl/harvest_middleware'  end | 
