2016-11-22 04:00:20 +00:00
|
|
|
# coding: utf-8
|
|
|
|
|
|
|
|
Gem::Specification.new do |spec|
|
|
|
|
spec.name = "forty_jekyll_theme"
|
2017-02-05 20:25:48 +00:00
|
|
|
spec.version = "1.2"
|
2016-11-22 04:00:20 +00:00
|
|
|
spec.authors = ["Andrew Banchich"]
|
|
|
|
spec.email = ["andrewbanchich@gmail.com"]
|
|
|
|
|
|
|
|
spec.summary = %q{A Jekyll version of the "Forty" theme by HTML5 UP.}
|
|
|
|
spec.homepage = "https://gitlab.com/andrewbanchich/forty-jekyll-theme"
|
|
|
|
spec.license = "MIT"
|
|
|
|
|
2016-11-22 05:24:19 +00:00
|
|
|
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
|
2016-11-22 04:00:20 +00:00
|
|
|
|
2019-09-15 18:52:07 +00:00
|
|
|
spec.add_development_dependency "jekyll", "~> 4.0"
|
2020-01-13 01:46:04 +00:00
|
|
|
spec.add_development_dependency "bundler", "~> 2.1"
|
2016-11-22 04:00:20 +00:00
|
|
|
end
|