diff --git a/jekyll-theme-slate.gemspec b/jekyll-theme-slate.gemspec index 4cc1a33f..90bac2c4 100644 --- a/jekyll-theme-slate.gemspec +++ b/jekyll-theme-slate.gemspec @@ -3,10 +3,10 @@ Gem::Specification.new do |s| s.name = "jekyll-theme-slate" s.version = "0.0.1" - s.authors = ["Please come forward"] + s.authors = ["Jason Costello", "GitHub, Inc."] s.email = ["opensource+jekyll-theme-slate@github.com"] s.homepage = "https://github.com/pages-themes/slate" - s.summary = "Slate is a theme for GitHub Pages" + s.summary = "Slate is a Jekyll theme for GitHub Pages" s.files = `git ls-files -z`.split("\x0").select do |f| f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)