diff --git a/bindler.gemspec b/bindler.gemspec index ff349ba..808085b 100644 --- a/bindler.gemspec +++ b/bindler.gemspec @@ -13,6 +13,11 @@ Gem::Specification.new do |spec| spec.homepage = "https://github.com/fgrehm/bindler" spec.license = "MIT" + spec.post_install_message = <<-eos.gsub(/^\s+\|/, '') + |Thanks for installing Bindler!", + |Run `vagrant bindler setup` to start managing your Vagrant plugins. + eos + spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) diff --git a/lib/bindler/version.rb b/lib/bindler/version.rb index 42fe2d5..8d8dfa8 100644 --- a/lib/bindler/version.rb +++ b/lib/bindler/version.rb @@ -1,3 +1,3 @@ module Bindler - VERSION = "0.1.3" + VERSION = "0.1.4" end