Version 1.0.0
This commit is contained in:
parent
d74494e831
commit
7fcad3dba2
|
@ -18,7 +18,7 @@ simply run the commands below
|
||||||
```sh
|
```sh
|
||||||
bundle install
|
bundle install
|
||||||
bundle exec rake compile
|
bundle exec rake compile
|
||||||
gem install pkg/ruby-lxc-0.1.0.gem
|
gem install pkg/ruby-lxc-1.0.0.gem
|
||||||
```
|
```
|
||||||
or just add this to your ```Gemfile```
|
or just add this to your ```Gemfile```
|
||||||
```ruby
|
```ruby
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module LXC
|
module LXC
|
||||||
VERSION = '0.1.0'
|
VERSION = '1.0.0'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue