Adding lib, just defining LXC::VERSION

This commit is contained in:
Andre Nathan 2013-12-06 14:20:50 -02:00
parent 23321614d2
commit adc97bb5d0
2 changed files with 4 additions and 0 deletions

1
lib/lxc.rb Normal file
View file

@ -0,0 +1 @@
require 'lxc/version'

3
lib/lxc/version.rb Normal file
View file

@ -0,0 +1,3 @@
module LXC
VERSION = '0.1.0'
end