From 78bb521bf391796762f9a368dd6300878623f137 Mon Sep 17 00:00:00 2001 From: David Darnes Date: Sun, 19 Jun 2016 19:20:09 +0100 Subject: [PATCH] Updates gemspec file --- garth-jekyll-theme.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/garth-jekyll-theme.gemspec b/garth-jekyll-theme.gemspec index cb9a73b..d4ca602 100644 --- a/garth-jekyll-theme.gemspec +++ b/garth-jekyll-theme.gemspec @@ -1,9 +1,9 @@ Gem::Specification.new do |s| s.name = 'garth-jekyll-theme' - s.version = '0.2.2' + s.version = '0.2.3' s.license = 'MIT' - s.summary = 'An experimental theme for Jekyll' - s.description = 'An experimental theme for Jekyll, just to test this out' + s.summary = 'A stupidly simple theme for Jekyll (3.2)' + s.description = 'A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementation' s.author = 'David Darnes' s.email = 'me@daviddarnes.com' s.homepage = 'https://github.com/daviddarnes/garth-jekyll-theme'