Fix homepage url.
This commit is contained in:
parent
97a8527b46
commit
260e47dc36
|
@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
|
||||||
gem.email = `git log --raw | grep Author: | awk -F ': | <|>' '{ print $3 }' | sort | uniq`.split("\n")
|
gem.email = `git log --raw | grep Author: | awk -F ': | <|>' '{ print $3 }' | sort | uniq`.split("\n")
|
||||||
gem.description = %q{Send passive notifications to Nagios Service Check Acceptor (NSCA).}
|
gem.description = %q{Send passive notifications to Nagios Service Check Acceptor (NSCA).}
|
||||||
gem.summary = %q{NSCA Client}
|
gem.summary = %q{NSCA Client}
|
||||||
gem.homepage = "http://felipecvo.github.com/nsca-client"
|
gem.homepage = "https://github.com/felipecvo/nsca-client"
|
||||||
|
|
||||||
gem.files = `git ls-files`.split($\)
|
gem.files = `git ls-files`.split($\)
|
||||||
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
||||||
|
|
Loading…
Reference in a new issue