summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-06-21 23:25:33 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-06-21 23:25:33 +0200
commitf8bfa06c628873c7b8ba6c7442b808063dd36cdc (patch)
treeec87b9451129d9f3be21104278675a8f385fa0d2 /lib
parent6e296fe91c94c87a4bee73e1c866329cdae136f0 (diff)
downloadzorglub-f8bfa06c628873c7b8ba6c7442b808063dd36cdc.zip
zorglub-f8bfa06c628873c7b8ba6c7442b808063dd36cdc.tar.gz
use bundler
Diffstat (limited to 'lib')
-rw-r--r--lib/version.rb10
-rw-r--r--lib/zorglub.rb7
2 files changed, 11 insertions, 6 deletions
diff --git a/lib/version.rb b/lib/version.rb
new file mode 100644
index 0000000..0dc7d46
--- /dev/null
+++ b/lib/version.rb
@@ -0,0 +1,10 @@
+#! /usr/bin/env ruby
+# -*- coding: UTF-8 -*-
+#
+module Zorglub
+ #
+ VERSION = '0.0.5'
+ #
+end
+#
+# EOF
diff --git a/lib/zorglub.rb b/lib/zorglub.rb
index db58af4..4d1cd9c 100644
--- a/lib/zorglub.rb
+++ b/lib/zorglub.rb
@@ -1,13 +1,8 @@
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-
#
+require 'version'
require 'zorglub/node'
require 'zorglub/app'
#
-module Zorglub
- #
- VERSION = '0.0.5'
- #
-end
-#
# EOF