From 240dccd6d2aa6a998717fc97c7bda39754fd5938 Mon Sep 17 00:00:00 2001 From: David Darnes Date: Sun, 2 Oct 2016 12:34:13 +0100 Subject: [PATCH] Fixes gemspec errors --- garth-jekyll-theme.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garth-jekyll-theme.gemspec b/garth-jekyll-theme.gemspec index 121f4cb..1d2cfae 100644 --- a/garth-jekyll-theme.gemspec +++ b/garth-jekyll-theme.gemspec @@ -7,6 +7,7 @@ Gem::Specification.new do |spec| spec.email = ["me@daviddarnes.com"] spec.summary = "A stupidly simple theme for Jekyll (3.2)" + spec.description = 'A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementation' spec.homepage = "https://github.com/daviddarnes/garth-jekyll-theme" spec.license = "MIT" @@ -14,6 +15,5 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "jekyll", "~> 3.2" - spec.add_development_dependency "jekyll", "~> 3.2" spec.add_development_dependency "bundler", "~> 1.12" end