summaryrefslogtreecommitdiffhomepage
path: root/Justicar.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'Justicar.gemspec')
-rw-r--r--Justicar.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/Justicar.gemspec b/Justicar.gemspec
index b33f7d0..8b690af 100644
--- a/Justicar.gemspec
+++ b/Justicar.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(__dir__) do
`git ls-files -z`.split("\x0").reject do |f|
- (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
+ (f == __FILE__) || f.match(%r{\A(?:(?:bin|logo|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
end
end
spec.bindir = "exe"