You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cracker/jekyll-theme-hacker.gemspec

24 lines
877 B

7 years ago
# encoding: utf-8
Gem::Specification.new do |s|
s.name = "jekyll-theme-hacker"
6 years ago
s.version = "0.1.0"
s.license = "CC0-1.0"
s.authors = ["Jason Costello", "GitHub, Inc."]
s.email = ["opensource+jekyll-theme-hacker@github.com"]
7 years ago
s.homepage = "https://github.com/pages-themes/hacker"
s.summary = "Hacker is a Jekyll theme for GitHub Pages"
7 years ago
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.5"
s.add_runtime_dependency "jekyll-seo-tag", "~> 2.0"
s.add_development_dependency 'w3c_validators', "~> 1.3"
s.add_development_dependency 'html-proofer', "~> 3.0"
s.add_development_dependency 'rubocop', "~> 0.50"
7 years ago
end