diff options
-rw-r--r-- | rss2html.gemspec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rss2html.gemspec b/rss2html.gemspec index bee7993..0f1a935 100644 --- a/rss2html.gemspec +++ b/rss2html.gemspec @@ -23,6 +23,10 @@ Gem::Specification.new do |s| s.summary = 'RSS to HTML converter.' s.description = 'Generate html from one or more RSS feeds.' s.authors = ['Harald Eilertsen'] + s.email = 'haraldei@anduin.net' + s.homepage = 'https://github.com/snake66/rss2html' + s.license = 'AGPL-3.0' + s.files = %w{ lib/rss2html.rb lib/rss2html/feed.rb |