diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-05-14 19:58:47 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-05-14 20:42:17 +0200 |
commit | 9f1fd3290c2b38345c77eea814baf95c4002b19e (patch) | |
tree | c1d194bc7404693e89332d36f15eb63f72bb367a /rss2html.gemspec | |
parent | 53ae2252866c822d5e9b4f6effc1b3e75d50896e (diff) | |
download | rss2html-9f1fd3290c2b38345c77eea814baf95c4002b19e.tar.gz rss2html-9f1fd3290c2b38345c77eea814baf95c4002b19e.tar.bz2 rss2html-9f1fd3290c2b38345c77eea814baf95c4002b19e.zip |
Move files into subdirectory below lib.
Diffstat (limited to 'rss2html.gemspec')
-rw-r--r-- | rss2html.gemspec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/rss2html.gemspec b/rss2html.gemspec index 334aa73..f540feb 100644 --- a/rss2html.gemspec +++ b/rss2html.gemspec @@ -1,16 +1,16 @@ Gem::Specification.new do |s| s.name = 'rss2html' - s.version = "0.0.1" + s.version = "0.0.2" 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 + lib/rss2html.rb + lib/rss2html/feed.rb + lib/rss2html/feed_item.rb + lib/rss2html/views/feed_footer.html.erb + lib/rss2html/views/feed_header.html.erb + lib/rss2html/views/item.html.erb } end |