Remove git command since .git is not always there

This commit is contained in:
Luke Murphy 2020-03-31 13:05:30 +02:00
parent 476df063b4
commit 544cd47114
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.description = ""
spec.authors = ['autonomic co-operative']
spec.email = 'autonomic.posteo.net'
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
spec.files = 'README.md'
spec.add_development_dependency "jekyll", ">= 4"
spec.add_development_dependency "bundler", ">= 2.1.4"