From b68eb81c4a69940423d885b3d3cb4d10e08b2d56 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Wed, 14 Dec 2016 11:04:12 -0500 Subject: [PATCH] Update attribution in Gemspec --- jekyll-theme-hacker.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jekyll-theme-hacker.gemspec b/jekyll-theme-hacker.gemspec index c4e8c7e..aca932d 100644 --- a/jekyll-theme-hacker.gemspec +++ b/jekyll-theme-hacker.gemspec @@ -3,10 +3,10 @@ Gem::Specification.new do |s| s.name = "jekyll-theme-hacker" s.version = "0.0.1" - s.authors = ["Please come forward"] + s.authors = ["Jason Costello", "GitHub, Inc."] s.email = ["opensource+jekyll-theme-hacker@github.com"] s.homepage = "https://github.com/pages-themes/hacker" - s.summary = "Hacker is a theme for GitHub Pages" + s.summary = "Hacker 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)