Skip to content

Commit 528b35b

Browse files
author
Peter Degen-Portnoy
committed
Update gemspec to build gem correctly
1 parent 9da1b85 commit 528b35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ohloh_scm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
1212
gem.homepage = %[https://github.com/blackducksw/ohloh_scm/]
1313
gem.license = %[GPL v2.0]
1414

15-
gem.files = `git ls-files`.split("\n")
15+
gem.files = `git ls-files -z`.split("\x0")
1616
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
1717
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
1818
gem.require_paths = %w(lib)

0 commit comments

Comments
 (0)