From 8625c994135be157a5e4dfc3a435598de168b33b Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 14 May 2015 21:08:06 +0200 Subject: Add more stuff to gemspec. --- rss2html.gemspec | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3