diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-05-14 20:46:15 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-05-14 20:46:15 +0200 |
commit | 4dea5f74319a743a88f77f4efe0226054a955a25 (patch) | |
tree | ebe9358407dd5e4a4f4c0b90ef4b6c98c77da54d /rss2html.gemspec | |
parent | 9f1fd3290c2b38345c77eea814baf95c4002b19e (diff) | |
download | rss2html-4dea5f74319a743a88f77f4efe0226054a955a25.tar.gz rss2html-4dea5f74319a743a88f77f4efe0226054a955a25.tar.bz2 rss2html-4dea5f74319a743a88f77f4efe0226054a955a25.zip |
Separate lib and executable.
Add a separate executable, and move the rendering of the feeds into the feed class.
Diffstat (limited to 'rss2html.gemspec')
-rw-r--r-- | rss2html.gemspec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rss2html.gemspec b/rss2html.gemspec index f540feb..fd12b11 100644 --- a/rss2html.gemspec +++ b/rss2html.gemspec @@ -13,4 +13,7 @@ Gem::Specification.new do |s| lib/rss2html/views/feed_header.html.erb lib/rss2html/views/item.html.erb } + s.executables = %w{ + bin/rss2html + } end |