forked from blankon-malang/blankon-malang.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtype-on-strap.gemspec
24 lines (18 loc) · 917 Bytes
/
type-on-strap.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "type-on-strap"
spec.version = "0.0.2"
spec.authors = ["Sylhare","Rohan Chandra"]
spec.email = ["[email protected]", "[email protected]"]
spec.summary = %q{A custom type-theme template (a free and open-source Jekyll theme. Great for blogs and easy to customize.)}
spec.homepage = "https://github.com/sylhare/Type-on-Strap"
spec.license = "MIT"
spec.files = Dir.glob("**/{*,.*}").select do |f|
f.match(%r{^(assets|_(includes|layouts|sass)/|(LICENSE|README.md)((\.(txt|md|markdown)|$)))}i)
end
spec.add_runtime_dependency "jekyll", "~> 3.3"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.3"
spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
end