summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-04 10:59:22 -0800
committerGitHub <noreply@github.com>2018-12-04 10:59:22 -0800
commit95a7474a6aef65692d9b329eb45108d33215b653 (patch)
tree4cef64480051b6b39b729bbb723a952078d13a58
parent24cb1c777a31756259e6e593e761aed44fbbad42 (diff)
parentc257a79aff124c74499ee01f4177cd6b8d5cf5fc (diff)
downloadwmi-lite-95a7474a6aef65692d9b329eb45108d33215b653.tar.gz
Merge pull request #8 from chef/slim
Slim the files we ship in the gem
-rw-r--r--wmi-lite.gemspec4
1 files changed, 1 insertions, 3 deletions
diff --git a/wmi-lite.gemspec b/wmi-lite.gemspec
index 7c473c7..294e049 100644
--- a/wmi-lite.gemspec
+++ b/wmi-lite.gemspec
@@ -18,9 +18,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/chef/wmi-lite'
spec.license = 'Apache-2.0'
- spec.files = `git ls-files`.split($/)
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
+ spec.files = %w{LICENSE} + Dir.glob("lib/**/*")
spec.require_paths = ['lib']
spec.add_development_dependency 'bundler', '~> 1.3'