-
Notifications
You must be signed in to change notification settings - Fork 595
/
portfolyou-jekyll-theme.gemspec
23 lines (19 loc) · 1.07 KB
/
portfolyou-jekyll-theme.gemspec
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 = "portfolyou-jekyll-theme"
spec.version = "2.3.0"
spec.authors = ["Youssef Andrawes"]
spec.email = ["[email protected]"]
spec.summary = "A beautiful portfolio Jekyll theme."
spec.homepage = "https://github.com/yousinix/portfolYOU"
spec.license = "MIT"
spec.metadata["plugin_type"] = "theme"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README)!i) }
spec.add_runtime_dependency "jekyll", "~> 3.9"
spec.add_runtime_dependency "jekyll-default-layout", "~> 0.1.4"
spec.add_runtime_dependency "jekyll-gist", "~> 1.5"
spec.add_runtime_dependency "jekyll-github-metadata", "~> 2.13"
spec.add_runtime_dependency "jekyll-include-cache", "~> 0.2.1"
spec.add_runtime_dependency "jemoji", "~> 0.12"
spec.add_runtime_dependency "kramdown", "~> 2.3.1"
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.1.0"
end