v0.6.0
This commit is contained in:
parent
59c5a1e144
commit
4eb066a076
3 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
||||||
## [0.5.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.5.0...master) (unreleased)
|
## [0.6.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.5.0...v0.6.0) (Sep 12, 2013)
|
||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
|
14
Gemfile.lock
14
Gemfile.lock
|
@ -1,8 +1,8 @@
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/fgrehm/vagrant-cachier.git
|
remote: git://github.com/fgrehm/vagrant-cachier.git
|
||||||
revision: 246ab523807199eded8599a6f93c9ff808aeb1fd
|
revision: 11defb0b290a34d069f3ec014fb30d4461aab04b
|
||||||
specs:
|
specs:
|
||||||
vagrant-cachier (0.3.3.dev)
|
vagrant-cachier (0.3.3)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/fgrehm/vagrant-pristine.git
|
remote: git://github.com/fgrehm/vagrant-pristine.git
|
||||||
|
@ -25,7 +25,7 @@ GIT
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
vagrant-lxc (0.5.1.dev)
|
vagrant-lxc (0.6.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
|
@ -50,11 +50,11 @@ GEM
|
||||||
lumberjack (>= 1.0.2)
|
lumberjack (>= 1.0.2)
|
||||||
pry (>= 0.9.10)
|
pry (>= 0.9.10)
|
||||||
thor (>= 0.14.6)
|
thor (>= 0.14.6)
|
||||||
guard-rspec (3.0.2)
|
guard-rspec (3.0.3)
|
||||||
guard (>= 1.8)
|
guard (>= 1.8)
|
||||||
rspec (~> 2.13)
|
rspec (~> 2.13)
|
||||||
i18n (0.6.5)
|
i18n (0.6.5)
|
||||||
listen (1.3.0)
|
listen (1.3.1)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
rb-kqueue (>= 0.2)
|
rb-kqueue (>= 0.2)
|
||||||
|
@ -62,7 +62,7 @@ GEM
|
||||||
lumberjack (1.0.4)
|
lumberjack (1.0.4)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (1.25)
|
mime-types (1.25)
|
||||||
multi_json (1.7.9)
|
multi_json (1.8.0)
|
||||||
net-scp (1.1.2)
|
net-scp (1.1.2)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-ssh (2.6.8)
|
net-ssh (2.6.8)
|
||||||
|
@ -96,7 +96,7 @@ GEM
|
||||||
simplecov-html (0.7.1)
|
simplecov-html (0.7.1)
|
||||||
slop (3.4.6)
|
slop (3.4.6)
|
||||||
thor (0.18.1)
|
thor (0.18.1)
|
||||||
vagrant-omnibus (1.1.0)
|
vagrant-omnibus (1.1.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module Vagrant
|
module Vagrant
|
||||||
module LXC
|
module LXC
|
||||||
VERSION = "0.5.1.dev"
|
VERSION = "0.6.0"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue