From 3249a3a131ae5d28b42ba70b85839314ed7c227c Mon Sep 17 00:00:00 2001 From: realtradam Date: Thu, 21 Apr 2022 08:51:32 -0400 Subject: prettified --- Justicar.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Justicar.gemspec') 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" -- cgit v1.2.3