Skip to content

Commit

Permalink
Merge d04ad70 into 4411b66
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn committed Apr 20, 2016
2 parents 4411b66 + d04ad70 commit d0229e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbnacl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.homepage = "https://github.com/cryptosphere/rbnacl"
gem.licenses = ["MIT"]

gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
gem.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec|images)/}) }
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
Expand Down

0 comments on commit d0229e2

Please sign in to comment.