Remove git command since .git is not always there
This commit is contained in:
parent
476df063b4
commit
544cd47114
@ -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"
|
||||
|
Reference in New Issue
Block a user