forked from itrich/vsh-bleibt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
oinam-jekyll.gemspec
25 lines (19 loc) · 979 Bytes
/
oinam-jekyll.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
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "oinam-jekyll"
spec.version = "1.2.0"
spec.authors = ["Oinam"]
spec.summary = %q{A simple, clean, and minimal Jekyll Theme.}
spec.homepage = "https://github.com/oinam/oinam-jekyll"
spec.license = "MIT"
spec.metadata["plugin_type"] = "theme"
spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^(assets|_(data|includes|layouts|sass)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i)
end
spec.add_runtime_dependency "jekyll", ">= 3.9.0", "< 5.0"
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.1.0"
spec.add_runtime_dependency "jekyll-optional-front-matter", "~> 0.3.2"
spec.add_runtime_dependency "jekyll-titles-from-headings", "~> 0.5.3"
spec.add_runtime_dependency "jekyll-seo-tag"
spec.add_development_dependency "bundler"
end