Skip to content

Commit

Permalink
skip .delivery in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
arlimus committed Nov 2, 2015
1 parent 01e5058 commit b328611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/chef/train/'
spec.license = 'Proprietary'

spec.files = `hash git 2>/dev/null && git ls-files -z`.split("\x0")
spec.files = `hash git 2>/dev/null && git ls-files -z`.split("\x0").find_all { |x| x !~ /^\.delivery/ }
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

1 comment on commit b328611

@chef-delivery
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delivery Status:

Verify Build
Unit Unit
Lint Lint
Syntax Syntax

Please sign in to comment.