Skip to content

Commit 62dccd5

Browse files
sdsShane da Silva
authored and
Shane da Silva
committed
Add post_install_message to gemspec
This will remind users to install Overcommit in their git repository after they have installed the gem. Change-Id: Ife948c194c1acdc4ae9361ef75d19e4988c5aadc Reviewed-on: http://gerrit.causes.com/35616 Reviewed-by: Shane da Silva <shane@causes.com> Tested-by: Shane da Silva <shane@causes.com>
1 parent 7e0d138 commit 62dccd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

overcommit.gemspec

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Gem::Specification.new do |s|
1010
s.authors = ['Causes Engineering']
1111
s.email = 'eng@causes.com'
1212
s.homepage = 'http://github.com/causes/overcommit'
13+
s.post_install_message =
14+
'Install hooks by running `overcommit --install` in your Git repository'
1315

1416
s.require_paths = %w[lib]
1517

0 commit comments

Comments
 (0)