Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #43 from amdprophet/dir_glob
Browse files Browse the repository at this point in the history
Only include necessary gem files
  • Loading branch information
portertech authored Sep 12, 2016
2 parents 83b250a + 6950579 commit 05e8741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensu-settings.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/sensu/sensu-settings"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
spec.files = Dir.glob("lib/**/*") + %w[sensu-settings.gemspec README.md LICENSE.txt]
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 05e8741

Please sign in to comment.