Skip to content

Commit

Permalink
Merge b084314 into b29661a
Browse files Browse the repository at this point in the history
  • Loading branch information
keithrbennett committed Feb 8, 2020
2 parents b29661a + b084314 commit 8cd580a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wisper.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
gem.cert_chain = ['gem-public_cert.pem']
end

gem.files = `git ls-files`.split($/)
gem.files = `git ls-files`.split($/).reject { |f| f.split('/').first == 'bin' }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
end

0 comments on commit 8cd580a

Please sign in to comment.