From 50a0e81ebcc28ae8b712f266d1d90d2f8f310c0f Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 28 May 2015 22:55:51 +0200 Subject: Version.rb was missing... --- lib/rss2html/version.rb | 2 +- rss2html.gemspec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/rss2html/version.rb b/lib/rss2html/version.rb index ee5a1d4..977fab5 100644 --- a/lib/rss2html/version.rb +++ b/lib/rss2html/version.rb @@ -15,5 +15,5 @@ # along with this program. If not, see . module Rss2Html - VERSION = "0.1.1" + VERSION = "0.1.2" end \ No newline at end of file diff --git a/rss2html.gemspec b/rss2html.gemspec index 02b4ceb..1dcb69a 100644 --- a/rss2html.gemspec +++ b/rss2html.gemspec @@ -35,6 +35,7 @@ Gem::Specification.new do |s| lib/rss2html.rb lib/rss2html/feed.rb lib/rss2html/feed_item.rb + lib/rss2html/version.rb lib/rss2html/views/feed_footer.html.erb lib/rss2html/views/feed_header.html.erb lib/rss2html/views/item.html.erb -- cgit v1.2.3