From e479d53ca29c1f2ea9a43d729ae69d947fa4cf7b Mon Sep 17 00:00:00 2001 From: David Darnes Date: Mon, 13 Jun 2016 08:40:18 +0100 Subject: [PATCH] Changes name of gem --- garth-jekyll-theme.gemspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/garth-jekyll-theme.gemspec b/garth-jekyll-theme.gemspec index 47ebd4b..d05d8a8 100644 --- a/garth-jekyll-theme.gemspec +++ b/garth-jekyll-theme.gemspec @@ -1,8 +1,9 @@ Gem::Specification.new do |s| - s.name = 'Garth Jekyll Theme' - s.version = '0.1.0' + s.name = 'garth' + s.version = '0.1.1' s.license = 'MIT' s.summary = 'An experimental theme for Jekyll' + s.description = 'An experimental theme for Jekyll, just to test this out' s.author = 'David Darnes' s.email = 'me@daviddarnes.com' s.homepage = 'https://github.com/daviddarnes/garth-jekyll-theme'