summaryrefslogtreecommitdiffstats
path: root/lib/zorglub.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-05-26 18:22:10 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-05-26 18:22:10 +0200
commitd23181c138e8f0258641308ffd34370d3b132e8e (patch)
treef0e28aa0fed6b3093f091d12260637fbcc551c47 /lib/zorglub.rb
downloadzorglub-d23181c138e8f0258641308ffd34370d3b132e8e.zip
zorglub-d23181c138e8f0258641308ffd34370d3b132e8e.tar.gz
initial commit
Diffstat (limited to 'lib/zorglub.rb')
-rw-r--r--lib/zorglub.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/zorglub.rb b/lib/zorglub.rb
new file mode 100644
index 0000000..f93b4c1
--- /dev/null
+++ b/lib/zorglub.rb
@@ -0,0 +1,12 @@
+#! /usr/bin/env ruby
+# -*- coding: UTF-8 -*-
+#
+module Zorglub
+ #
+ VERSION = '0.0.1'
+ #
+ autoload :App, './lib/zorglub/app.rb'
+ autoload :Node, './lib/zorglub/node.rb'
+ #
+end
+#