summaryrefslogtreecommitdiff
path: root/jekyll-theme-yat.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'jekyll-theme-yat.gemspec')
-rw-r--r--jekyll-theme-yat.gemspec5
1 files changed, 3 insertions, 2 deletions
diff --git a/jekyll-theme-yat.gemspec b/jekyll-theme-yat.gemspec
index 6e89827..5fc7b08 100644
--- a/jekyll-theme-yat.gemspec
+++ b/jekyll-theme-yat.gemspec
@@ -6,12 +6,12 @@ Gem::Specification.new do |spec|
spec.authors = ["jeffreytse"]
spec.email = ["jeffreytse.mail@gmail.com"]
- spec.summary = "Yet another theme."
+ spec.summary = "Yet another theme for personal writers."
spec.homepage = "https://github.com/jeffreytse/jekyll-theme-yat"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select do |f|
- f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README)!i)
+ f.match(%r!^(assets|_data|_layouts|_includes|_sass|LICENSE|README)!i)
end
spec.add_development_dependency "bundler", "~> 1.16"
@@ -20,4 +20,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jekyll", "~> 3.8"
spec.add_runtime_dependency "jekyll-feed", "~> 0.9"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1"
+ spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
end