generated from abhinavs/moonwalk
-
-
Notifications
You must be signed in to change notification settings - Fork 50
/
moonwalk.gemspec
20 lines (16 loc) · 819 Bytes
/
moonwalk.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.name = "moonwalk"
spec.version = "0.1.3"
spec.authors = ["Abhinav Saxena"]
spec.email = ["[email protected]"]
spec.summary = "A fast and minimalist Jekyll theme with clean dark mode."
spec.homepage = "https://github.com/abhinavs/moonwalk"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) }
spec.add_runtime_dependency "jekyll", "~> 4.2.0"
spec.add_runtime_dependency "jekyll-feed", "~> 0.15.0"
spec.add_runtime_dependency "jekyll-soopr-seo-tag", "~> 2.7.3"
spec.add_runtime_dependency "rouge", "~> 3.23.0"
spec.add_runtime_dependency "webrick", "~> 1.7"
end