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.
1 parent 9da1b85 commit 528b35bCopy full SHA for 528b35b
ohloh_scm.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
12
gem.homepage = %[https://github.com/blackducksw/ohloh_scm/]
13
gem.license = %[GPL v2.0]
14
15
- gem.files = `git ls-files`.split("\n")
+ gem.files = `git ls-files -z`.split("\x0")
16
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
17
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
gem.require_paths = %w(lib)
0 commit comments