- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtexture.gemspec
More file actions
Latest commit
20 lines (15 loc) · 746 Bytes
/
Copy pathtexture.gemspec
File metadata and controls
20 lines (15 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# frozen_string_literal: true
Gem::Specification.newdo |spec|
spec.name="texture"
spec.version="0.4"
spec.authors=["Samarjeet"]
spec.email=["thelehhman@gmail.com"]
spec.summary="A configurable jekyll theme for simply beautiful blogs."
spec.homepage="https://github.com/thelehhman/texture"
spec.license="MIT"
spec.files=`git ls-files -z`.split("\x0").select{ |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|404.html)!i)}
spec.add_runtime_dependency"jekyll",">= 3.7"
spec.add_runtime_dependency"jekyll-seo-tag",">= 2.1"
spec.add_development_dependency"bundler","> 1.16"
spec.add_development_dependency"rake","~> 12.0"
end