-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
__s.gemspec
24 lines (19 loc) · 972 Bytes
/
__s.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 = "dunders"
spec.version = "1.0.4"
spec.author = ["William Oliveira"]
spec.email = ["w.oliveira542@gmail.com"]
spec.summary = %q{A starter theme for Jekyll}
spec.description = "A starter theme for Jekyll, based on Underscores for WordPress"
spec.homepage = "https://github.com/woliveiras/__s"
spec.license = "MIT"
spec.metadata = { "issue_tracker" => "https://github.com/woliveiras/__s/issues" }
spec.metadata["plugin_type"] = "theme"
spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README|about|archive|categories|contact|index|tags|robots|screenshot)((\.(txt|md|markdown|html|png)|$)))}i)
end
spec.add_development_dependency "jekyll", "~> 3.2"
spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
end