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