From c69b1bd0148214128207d245ced1a620a24db998 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Thu, 13 Mar 2014 22:57:37 -0300 Subject: [PATCH] gemspec: Add post install message --- vagrant-lxc.gemspec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vagrant-lxc.gemspec b/vagrant-lxc.gemspec index e8bf566..c375382 100644 --- a/vagrant-lxc.gemspec +++ b/vagrant-lxc.gemspec @@ -17,4 +17,11 @@ 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