Skip to content

Commit

Permalink
change gemspec file pattern to be opt-in
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-makarov committed Dec 30, 2018
1 parent 0167296 commit 2e7116b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
spec.homepage = 'https://github.com/igor-makarov/xcake/'
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|example|docs|gemfiles)/}) }
spec.files = `git ls-files lib bin -z`.split("\x0")
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.executables = %w(xcake)
spec.require_paths = ['lib']
Expand Down

0 comments on commit 2e7116b

Please sign in to comment.