diff options
author | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2019-09-19 14:14:49 +0800 |
---|---|---|
committer | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2019-09-19 14:14:49 +0800 |
commit | e3081ca386f6c5e296c8dfbafd89e37738153601 (patch) | |
tree | 49091fa40acbd9c112ddeab99f37fb42ed2ac264 /jekyll-theme-yat.gemspec | |
parent | fc7e421ae280d7bb99d689d0ef740f3d0398ee26 (diff) |
release: v1.1.0
Diffstat (limited to 'jekyll-theme-yat.gemspec')
-rw-r--r-- | jekyll-theme-yat.gemspec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jekyll-theme-yat.gemspec b/jekyll-theme-yat.gemspec index de35ecf..e05e8fa 100644 --- a/jekyll-theme-yat.gemspec +++ b/jekyll-theme-yat.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-theme-yat" - spec.version = "1.0.1" + spec.version = "1.1.0" spec.authors = ["jeffreytse"] spec.email = ["jeffreytse.mail@gmail.com"] @@ -10,6 +10,8 @@ Gem::Specification.new do |spec| spec.homepage = "https://github.com/jeffreytse/jekyll-theme-yat" spec.license = "MIT" + spec.metadata["plugin_type"] = "theme" + spec.files = `git ls-files -z`.split("\x0").select do |f| f.match(%r!^(assets|_data|_layouts|_includes|_sass|LICENSE|README)!i) end |