diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-05-28 22:29:47 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-05-28 22:29:47 +0200 |
commit | fdf2d13e0d2c0267b13b904c2ff1ade7aea057a9 (patch) | |
tree | af4e88a2d95899f83a918cd4e7530696a8e6e0ba | |
parent | 5ff8ffdb0f1ec733d8e3e663f6aef0f8d3dbc424 (diff) | |
download | rss2html-fdf2d13e0d2c0267b13b904c2ff1ade7aea057a9.tar.gz rss2html-fdf2d13e0d2c0267b13b904c2ff1ade7aea057a9.tar.bz2 rss2html-fdf2d13e0d2c0267b13b904c2ff1ade7aea057a9.zip |
Update version and description in gemspec.v0.1.0
-rw-r--r-- | lib/rss2html/version.rb | 2 | ||||
-rw-r--r-- | 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 <http://www.gnu.org/licenses/>. 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' |