We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee57c71 + b05fa9c commit 43ac76eCopy full SHA for 43ac76e
metasploit-framework.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
spec.homepage = 'https://www.metasploit.com'
25
spec.license = 'BSD-3-clause'
26
27
- if File.directory?(File.join(__FILE__, ".git"))
+ if File.directory?(File.join(File.dirname(__FILE__), ".git"))
28
spec.files = `git ls-files`.split($/).reject { |file|
29
file =~ /^documentation|^external/
30
}
0 commit comments