mihari.gemspec in mihari-5.7.0 vs mihari.gemspec in mihari-5.7.1

- old
+ new

@@ -29,10 +29,10 @@ spec.metadata["rubygems_mfa_required"] = "true" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path(__dir__)) do - `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|images|docker|.github)/}) } + `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(.github|.vscode|docs|docker|frontend|images|spec|)/}) } end # Include frontend assets in lib/mihari/web/public spec.files += Dir.glob("lib/mihari/web/public/**/*") spec.bindir = "exe"