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