Adding lib, just defining LXC::VERSION
This commit is contained in:
parent
23321614d2
commit
adc97bb5d0
1
lib/lxc.rb
Normal file
1
lib/lxc.rb
Normal file
|
@ -0,0 +1 @@
|
||||||
|
require 'lxc/version'
|
3
lib/lxc/version.rb
Normal file
3
lib/lxc/version.rb
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
module LXC
|
||||||
|
VERSION = '0.1.0'
|
||||||
|
end
|
Loading…
Reference in a new issue