mirror of
https://github.com/lxc/ruby-lxc.git
synced 2026-02-05 15:45:39 +01:00
Version 1.0.0
This commit is contained in:
@@ -18,7 +18,7 @@ simply run the commands below
|
||||
```sh
|
||||
bundle install
|
||||
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```
|
||||
```ruby
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module LXC
|
||||
VERSION = '0.1.0'
|
||||
VERSION = '1.0.0'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user