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

Commit

Permalink
Merge pull request #14 from ipwnstuff/feature/post-install-message
Browse files Browse the repository at this point in the history
Add a post install message to Bindler
  • Loading branch information
erran committed Aug 11, 2013
2 parents e1e78b2 + c2479cc commit aba08c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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

0 comments on commit aba08c0

Please sign in to comment.