-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathamethyst.gemspec
More file actions
23 lines (20 loc) · 922 Bytes
/
amethyst.gemspec
File metadata and controls
23 lines (20 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Gem::Specification.new do |spec|
spec.name = "jekyll-theme-amethyst"
spec.version = "2.12.0"
spec.summary = "https://github.com/qunitjs/jekyll-theme-amethyst"
spec.authors = ["Timo Tijhof", "Trent Willis"]
spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^(_includes/|_layouts/|_sass/|assets/|lib/|LICENSE)}i)
end
spec.license = "MIT"
spec.homepage = "https://github.com/qunitjs/jekyll-theme-amethyst"
spec.metadata["plugin_type"] = "theme"
spec.require_paths = ["lib"]
spec.add_runtime_dependency "jekyll", ">= 4.3", "< 5.0"
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.1.0"
spec.add_runtime_dependency "jekyll-redirect-from", "~> 0.16.0"
spec.add_runtime_dependency "jekyll-relative-links", "~> 0.7.0"
# For blog
spec.add_runtime_dependency "jekyll-feed", "~> 0.17.0"
spec.add_runtime_dependency "jekyll-archives", "~> 2.2.1"
end