-
Notifications
You must be signed in to change notification settings - Fork 0
/
type-on-strap.gemspec
27 lines (20 loc) · 1.04 KB
/
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
25
26
27
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "type-on-strap"
spec.version = "1.0.1"
spec.authors = ["Sylhare","Rohan Chandra"]
spec.email = ["[email protected]", "[email protected]"]
spec.summary = "A simple and responsive jekyll theme template"
spec.description = %q{A custom Type Theme template (a free and open-source Jekyll theme). Great for blogs, easy to customize and responsive.}
spec.homepage = "https://github.com/sylhare/Type-on-Strap"
spec.license = "MIT"
spec.files = Dir.glob("**/{*,.*}").select do |f|
f.match(%r{^(assets/(js|css|fonts|data)|_(includes|layouts|sass)/|(LICENSE|README.md))}i)
end
spec.required_ruby_version = '~> 2.3'
spec.add_runtime_dependency "jekyll", "~> 3.7", ">= 3.7.3"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-seo-tag", "~>2.5"
#spec.add_development_dependency "bundler", "~> 2.0", ">= 2.0.1"
#spec.add_development_dependency "rake", "~> 10.0"
end