We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5929a5b commit 9605e41Copy full SHA for 9605e41
overcommit.gemspec
@@ -1,4 +1,5 @@
1
$LOAD_PATH << File.expand_path('../lib', __FILE__)
2
+require 'overcommit/constants'
3
require 'overcommit/version'
4
5
Gem::Specification.new do |s|
@@ -9,7 +10,7 @@ Gem::Specification.new do |s|
9
10
s.description = 'Utility to install, configure, and extend Git hooks'
11
s.authors = ['Causes Engineering', 'Shane da Silva']
12
s.email = ['eng@causes.com', 'shane@causes.com']
- s.homepage = 'http://github.com/causes/overcommit'
13
+ s.homepage = Overcommit::REPO_URL
14
s.post_install_message =
15
'Install hooks by running `overcommit --install` in your Git repository'
16
0 commit comments