cracker/jekyll-theme-hacker.gemspec

19 lines
656 B
Ruby
Raw Normal View History

2016-10-06 23:01:49 +00:00
# encoding: utf-8
Gem::Specification.new do |s|
s.name = "jekyll-theme-hacker"
2016-12-14 19:57:48 +00:00
s.version = "0.0.3"
2016-12-14 18:44:19 +00:00
s.license = "CC0-1.0"
2016-12-14 16:04:12 +00:00
s.authors = ["Jason Costello", "GitHub, Inc."]
2016-12-13 15:27:25 +00:00
s.email = ["opensource+jekyll-theme-hacker@github.com"]
2016-10-06 23:01:49 +00:00
s.homepage = "https://github.com/pages-themes/hacker"
2016-12-14 16:04:12 +00:00
s.summary = "Hacker is a Jekyll theme for GitHub Pages"
2016-10-06 23:01:49 +00:00
s.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
end
s.platform = Gem::Platform::RUBY
s.add_runtime_dependency "jekyll", "~> 3.3"
end