-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjekyll-theme-schatten.gemspec
25 lines (20 loc) · 1.05 KB
/
jekyll-theme-schatten.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.name = "jekyll-theme-schatten"
spec.version = "1.1.5"
spec.authors = ["Fabian Stadler"]
spec.email = ["[email protected]"]
spec.summary = "A modern Jekyll theme with dark mode."
spec.homepage = "https://github.com/stfab/Schatten"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|CHANGELOG)!i) }
spec.add_runtime_dependency "jekyll", ">= 4.0", "< 5.0"
spec.add_runtime_dependency "jekyll-feed", ">= 0.12.1"
spec.add_runtime_dependency "jekyll-sitemap", ">= 1.4.0"
spec.add_runtime_dependency "jekyll-seo-tag", ">= 2.6.1"
spec.add_runtime_dependency "jekyll-toc", ">= 0.18.0"
spec.add_runtime_dependency "jekyll-archives", ">= 2.2.1"
spec.add_runtime_dependency "jekyll-loading-lazy", ">= 0.1.1"
spec.add_runtime_dependency "kramdown-parser-gfm", ">= 1.1.0"
spec.add_runtime_dependency "jekyll-scholar", ">= 7.1.3"
end