summaryrefslogtreecommitdiffstats
path: root/lib/hcl.rb
diff options
context:
space:
mode:
authorZack Hobson2013-11-20 09:19:41 -0800
committerZack Hobson2013-11-20 09:19:41 -0800
commit23c799e111fe8abafde55c8b60d314e1b77a7128 (patch)
treeb3b78ea6a57d720888805592f713e71c4f2a6e26 /lib/hcl.rb
parent9b962a50218cac283c9b8075d238b391f6555fad (diff)
downloadhcl-23c799e111fe8abafde55c8b60d314e1b77a7128.tar.bz2
remove jeweler
Diffstat (limited to 'lib/hcl.rb')
-rw-r--r--lib/hcl.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/hcl.rb b/lib/hcl.rb
new file mode 100644
index 0000000..8f7be26
--- /dev/null
+++ b/lib/hcl.rb
@@ -0,0 +1,10 @@
+module HCl
+ autoload :VERSION, 'hcl/version'
+ autoload :App, 'hcl/app'
+ 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'
+end