forked from minicomp/ed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathed..gemspec
More file actions
19 lines (14 loc) · 708 Bytes
/
ed..gemspec
File metadata and controls
19 lines (14 loc) · 708 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 = "ed."
spec.version = "1.0.2"
spec.authors = ["Alex Gil"]
spec.email = ["colibri.alex@gmail.com"]
spec.summary = "A Jekyll theme for minimal editions"
spec.homepage = "http://minicomp.github.io/ed/"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|optional|_layouts|_includes|_sass|_texts|index|search|about|credits|documentation|atom|Gemfile|LICENSE|README)}i) }
spec.add_runtime_dependency "jekyll", "~> 3.6"
spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 10.4"
end