Fixes gemspec errors

This commit is contained in:
David Darnes 2016-10-02 12:34:13 +01:00
parent d3bee81035
commit 240dccd6d2
1 changed files with 1 additions and 1 deletions

View File

@ -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