💣 post install message

This commit is contained in:
Fabio Rehm 2014-09-22 23:07:56 -03:00
parent dd5a8d16d0
commit 5e155ec02e

View file

@ -17,11 +17,4 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.post_install_message = %Q{
Thanks for giving vagrant-lxc #{Vagrant::LXC::VERSION} a try!
This version introduces many changes and includes some deprecations,
please see the project's CHANGELOG:
https://github.com/fgrehm/vagrant-lxc/blob/master/CHANGELOG.md
}
end