Update attribution in Gemspec
This commit is contained in:
parent
ad45333b8b
commit
b68eb81c4a
@ -3,10 +3,10 @@
|
|||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "jekyll-theme-hacker"
|
s.name = "jekyll-theme-hacker"
|
||||||
s.version = "0.0.1"
|
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.email = ["opensource+jekyll-theme-hacker@github.com"]
|
||||||
s.homepage = "https://github.com/pages-themes/hacker"
|
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|
|
s.files = `git ls-files -z`.split("\x0").select do |f|
|
||||||
f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
|
f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
|
||||||
|
Loading…
Reference in New Issue
Block a user