summaryrefslogtreecommitdiff
path: root/lib/ohai.rb
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2008-11-26 14:36:58 -0800
committerAdam Jacob <adam@hjksolutions.com>2008-11-26 14:36:58 -0800
commit6c767fcc5a3fd9ea3a210b83c672a23bf19c5b9d (patch)
tree5ab50e7c4b9c16d449c64bed0a4f712557c48905 /lib/ohai.rb
downloadohai-6c767fcc5a3fd9ea3a210b83c672a23bf19c5b9d.tar.gz
First commit of ohai
Diffstat (limited to 'lib/ohai.rb')
-rw-r--r--lib/ohai.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ohai.rb b/lib/ohai.rb
new file mode 100644
index 00000000..5f3fcada
--- /dev/null
+++ b/lib/ohai.rb
@@ -0,0 +1,6 @@
+$:.unshift(File.dirname(__FILE__)) unless
+ $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
+
+module Ohai
+ VERSION = '0.0.1'
+end \ No newline at end of file