From 096bbaab142a93582d418c23b79c6675a6e5e3dd Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Sat, 2 Jan 2021 00:09:46 +0100 Subject: [PATCH] Add gemspec metadata --- syslogger.gemspec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/syslogger.gemspec b/syslogger.gemspec index 328e6af..a9a840d 100644 --- a/syslogger.gemspec +++ b/syslogger.gemspec @@ -12,6 +12,12 @@ Gem::Specification.new do |s| s.summary = 'Dead simple Ruby Syslog logger' s.description = 'Same as SyslogLogger, but without the ridiculous number of dependencies and with the possibility to specify the syslog facility' s.license = 'MIT' + s.metadata = { + 'homepage_uri' => 'https://github.com/crohr/syslogger', + 'changelog_uri' => 'https://github.com/crohr/syslogger/blob/master/CHANGELOG.md', + 'source_code_uri' => 'https://github.com/crohr/syslogger', + 'bug_tracker_uri' => 'https://github.com/crohr/syslogger/issues' + } s.files = `git ls-files`.split("\n")