-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjekyll-theme-satellite.gemspec
More file actions
25 lines (21 loc) · 972 Bytes
/
jekyll-theme-satellite.gemspec
File metadata and controls
25 lines (21 loc) · 972 Bytes
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-satellite"
spec.version = "1.4.0"
spec.authors = ["Yankos"]
spec.email = ["byanko55@gmail.com"]
spec.summary = "Satellite - Jekyll blog theme"
spec.homepage = "https://github.com/byanko55/jekyll-theme-satellite"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select {
|f| f.match(%r!^(assets|_data|_layouts|_includes|_sass|LICENSE|README)!i)
}
spec.files += []
spec.add_runtime_dependency "jekyll", ">= 3.9", "< 5.0"
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.1.0"
spec.add_runtime_dependency "webrick", "~> 1.7.0"
spec.add_runtime_dependency "jekyll-feed", "~> 0.12"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.3"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.6"
spec.add_runtime_dependency "jekyll-loading-lazy", "~> 0.1.1"
end