cracker/jekyll-theme-hacker.gemspec

18 lines
608 B
Ruby
Raw Normal View History

2016-10-06 19:01:49 -04:00
# encoding: utf-8
Gem::Specification.new do |s|
s.name = "jekyll-theme-hacker"
s.version = "0.0.1"
s.authors = ["Please come forward"]
2016-12-13 10:27:25 -05:00
s.email = ["opensource+jekyll-theme-hacker@github.com"]
2016-10-06 19:01:49 -04:00
s.homepage = "https://github.com/pages-themes/hacker"
s.summary = "Hacker is a 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)
end
s.platform = Gem::Platform::RUBY
s.add_runtime_dependency "jekyll", "~> 3.3"
end