generated from woodcox/primitive-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcity-jekyll-theme.gemspec
28 lines (22 loc) · 1.13 KB
/
city-jekyll-theme.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
28
# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.name = "city-jekyll-theme"
spec.version = "1.0.0"
spec.authors = ["woodcox"]
spec.email = ["[email protected]"]
spec.summary = "City-Jekyll theme and style guide for a fast, sass-y responsive website with postcss superpowers."
spec.homepage = "https://woodcox.github.io/city-jekyll/"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|404|_data|index|robot|sitemap)}i) }
spec.metadata = {
"changelog_uri" => "https://woodcox.github.io/city-jekyll/updates/",
"documentation_uri" => "https://github.com/woodcox/city-jekyll#readme"
}
spec.add_runtime_dependency "jekyll", "~> 4.2"
spec.add_runtime_dependency "jekyll-remote-theme"
spec.add_runtime_dependency "jekyll-get-json"
spec.add_runtime_dependency "jekyll-liquify"
spec.add_runtime_dependency "jekyll-redirect-from"
spec.add_runtime_dependency "jekyll-postcss-v2"
spec.add_development_dependency "bundler", ">= 1.16"
end