From a31f3f5a8d4798ed6ac91d8fac60ca399e0e2508 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 14 May 2015 20:58:38 +0200 Subject: Include version by default. --- lib/rss2html.rb | 1 + lib/rss2html/views/feed_footer.html.erb | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/rss2html.rb b/lib/rss2html.rb index 6d95382..ebcc3e7 100644 --- a/lib/rss2html.rb +++ b/lib/rss2html.rb @@ -14,5 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +require 'rss2html/version' require 'rss2html/feed' require 'rss2html/feed_item' diff --git a/lib/rss2html/views/feed_footer.html.erb b/lib/rss2html/views/feed_footer.html.erb index c63a94a..344b808 100644 --- a/lib/rss2html/views/feed_footer.html.erb +++ b/lib/rss2html/views/feed_footer.html.erb @@ -1 +1,4 @@ - \ No newline at end of file + + \ No newline at end of file -- cgit v1.2.3