Skip to content

Commit

Permalink
Make corregios_sigep ignore non required files for build
Browse files Browse the repository at this point in the history
  • Loading branch information
duduribeiro committed Jan 16, 2017
1 parent 4711167 commit 3fbc762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion correios_sigep.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = ''
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\x0")
spec.files = `git ls-files -z -- lib/* LICENSE.txt README.md correios_sigep.gemspec`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
Expand Down

0 comments on commit 3fbc762

Please sign in to comment.