summaryrefslogtreecommitdiffhomepage
path: root/Justicar.gemspec
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-04-21 08:51:32 -0400
committerrealtradam <[email protected]>2022-04-21 08:51:32 -0400
commit3249a3a131ae5d28b42ba70b85839314ed7c227c (patch)
treea9094a63f2a6e1b89c7c87b1ff0dbf8e01b2cef8 /Justicar.gemspec
parent8c0569bf34405dfdf0968b26f33dd70976866943 (diff)
downloadJusticar-3249a3a131ae5d28b42ba70b85839314ed7c227c.tar.gz
Justicar-3249a3a131ae5d28b42ba70b85839314ed7c227c.zip
prettifiedv0.1.1
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"