-
-
Notifications
You must be signed in to change notification settings - Fork 636
Expand file tree
/
Copy pathmillidocs.gemspec
More file actions
19 lines (14 loc) · 698 Bytes
/
millidocs.gemspec
File metadata and controls
19 lines (14 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "millidocs"
spec.version = "0.2.5"
spec.authors = ["Alexander Heimbuch"]
spec.email = ["github@heimbu.ch"]
spec.summary = %q{Minimal Jekyll documentation theme based on Milligram and Prism}
spec.homepage = "https://github.com/alexander-heimbuch/millidocs"
spec.license = "MIT"
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.4"
spec.add_development_dependency "bundler", ">= 1.12"
spec.add_development_dependency "rake", ">= 12.3.3"
end