From 328f0ef0aab861d9cc97eca9ab96335f9405d032 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Wed, 14 Dec 2016 11:04:25 -0500 Subject: [PATCH] Update attribution in Gemspec --- jekyll-theme-slate.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)