-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathmillidocs.gemspec
More file actions
18 lines (14 loc) · 706 Bytes
/
millidocs.gemspec
File metadata and controls
18 lines (14 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.6", "< 5.0"
# spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 12.3"
end