Add the missing files to the gem

This commit is contained in:
Cotes Chung 2021-05-08 03:04:25 +08:00
parent cf7d8a45ba
commit 2cce0be8af
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select { |f|
f.match(%r!^((assets\/(css|img|js\/[a-z])|_(includes|layouts|sass|config|data|tabs|plugins))|README|LICENSE|index)!i)
f.match(%r!^((_(includes|layouts|sass|data|tabs|plugins)|assets)\/|_config|README|LICENSE|index)!i)
}
spec.metadata = {