Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Add a "setup" post install message
Browse files Browse the repository at this point in the history
  • Loading branch information
erran committed Aug 11, 2013
1 parent e1e78b2 commit 2d63ec8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bindler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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)/})
Expand Down

0 comments on commit 2d63ec8

Please sign in to comment.