devol.it/forty_jekyll_theme.gemspec

18 lines
650 B
Ruby
Raw Normal View History

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