-
Notifications
You must be signed in to change notification settings - Fork 314
/
hanuman.gemspec
23 lines (18 loc) · 924 Bytes
/
hanuman.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "hanuman"
spec.version = "0.4.0"
spec.authors = ["Samanyou Garg"]
spec.email = ["[email protected]"]
spec.summary = %q{A responsive, lightning-fast Jekyll theme built using AMP (Accelerated Mobile Pages) to speed up your blogs and websites.}
spec.homepage = "https://github.com/samanyougarg/hanuman"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^(assets|_(data|includes|layouts|sass)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i)
end
spec.add_runtime_dependency "jekyll", "~> 3.8.5"
spec.add_runtime_dependency "jekyll-paginate-v2", "~> 1.9.4"
spec.add_runtime_dependency "jekyll-compose", "~> 0.11.0"
spec.add_development_dependency "bundler", "~> 2.0.2"
spec.add_development_dependency "rake", "~> 12.3.2"
end