pwn.gemspec in pwn-0.4.625 vs pwn.gemspec in pwn-0.4.626
- old
+ new
@@ -15,10 +15,10 @@
spec.description = 'https://github.com/0dayinc/pwn/README.md'
spec.homepage = 'https://github.com/0dayinc/pwn'
spec.license = 'MIT'
spec.metadata['rubygems_mfa_required'] = 'true'
- spec.files = `git ls-files -z`.split("\x0")
+ spec.files = `git ls-files -z`.split("\x00")
spec.executables = spec.files.grep(%r{^bin/}) do |f|
File.basename(f)
end
spec.require_paths = ['lib']