Bump version to 1.0.1

This commit is contained in:
Andre Nathan 2014-03-06 10:28:00 -03:00
parent fd75ebc9a2
commit 0b4aa13121
2 changed files with 2 additions and 7 deletions

View file

@ -7,18 +7,13 @@ of Linux Containers from Ruby scripts.
## Build and installation ## Build and installation
Ruby-LXC is currently under ongoing development following the code in
[lxc's master branch](https://github.com/lxc/lxc/tree/master). Once LXC
officially hits version 1.0.0, we will start providing and maintaing stable
releases.
Assuming a current installation of LXC is available, to install Ruby-LXC Assuming a current installation of LXC is available, to install Ruby-LXC
simply run the commands below simply run the commands below
```sh ```sh
bundle install bundle install
bundle exec rake compile bundle exec rake compile
gem install pkg/ruby-lxc-1.0.0.gem gem install pkg/ruby-lxc-1.0.1.gem
``` ```
or just add this to your ```Gemfile``` or just add this to your ```Gemfile```
```ruby ```ruby

View file

@ -1,3 +1,3 @@
module LXC module LXC
VERSION = '1.0.0' VERSION = '1.0.1'
end end