release: v1.1.0
This commit is contained in:
parent
fc7e421ae2
commit
e3081ca386
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue