Update attribution in Gemspec

This commit is contained in:
Ben Balter 2016-12-14 11:04:12 -05:00
parent ad45333b8b
commit b68eb81c4a
1 changed files with 2 additions and 2 deletions

View File

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