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

Add a post install message to Bindler #14

Merged
merged 2 commits into from
Aug 11, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion lib/bindler/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bindler
VERSION = "0.1.3"
VERSION = "0.1.4"
end