From fdf2d13e0d2c0267b13b904c2ff1ade7aea057a9 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 28 May 2015 22:29:47 +0200 Subject: Update version and description in gemspec. --- lib/rss2html/version.rb | 2 +- rss2html.gemspec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/rss2html/version.rb b/lib/rss2html/version.rb index 1482ffa..d1902d1 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.0.3" + VERSION = "0.1.0" end \ No newline at end of file diff --git a/rss2html.gemspec b/rss2html.gemspec index 9864421..666c411 100644 --- a/rss2html.gemspec +++ b/rss2html.gemspec @@ -21,7 +21,8 @@ Gem::Specification.new do |s| s.version = Rss2Html::VERSION s.date = '2015-05-06' s.summary = 'RSS to HTML converter.' - s.description = 'Generate html from one or more RSS feeds.' + s.description = 'Convert one or more RSS feeds to HTML. Great for '+ + 'including in a blog or other website.' s.authors = ['Harald Eilertsen'] s.email = 'haraldei@anduin.net' s.homepage = 'https://github.com/snake66/rss2html' -- cgit v1.2.3