Skip to content

Commit

Permalink
Add gemspec metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Jan 1, 2021
1 parent dd7da9a commit 096bbaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions syslogger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 096bbaa

Please sign in to comment.