aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rss2html.gemspec16
1 files changed, 16 insertions, 0 deletions
diff --git a/rss2html.gemspec b/rss2html.gemspec
new file mode 100644
index 0000000..334aa73
--- /dev/null
+++ b/rss2html.gemspec
@@ -0,0 +1,16 @@
+Gem::Specification.new do |s|
+ s.name = 'rss2html'
+ s.version = "0.0.1"
+ s.date = '2015-05-06'
+ s.summary = 'Generate html from one or more RSS feeds.'
+ s.description = 'Generate html from one or more RSS feeds.'
+ s.authors = ['Harald Eilertsen']
+ s.files = %w{
+ rss.rb
+ lib/feed.rb
+ lib/feed_item.rb
+ lib/views/feed_footer.html.erb
+ lib/views/feed_header.html.erb
+ lib/views/item.html.erb
+ }
+end