summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2017-04-22 10:04:34 +0100
committerGitHub <noreply@github.com>2017-04-22 10:04:34 +0100
commiteb75759e2662882d103b8d0f0e9b4581540e0367 (patch)
tree94379080906c7b85d341e536df5e35e8ef47913c
parent873ecbea8deac9a26f99ec3e715bb91e51155f73 (diff)
parenta3352806830df33dcb627f24f86f293a7ecfe700 (diff)
downloadchef-eb75759e2662882d103b8d0f0e9b4581540e0367.tar.gz
Merge pull request #6081 from anatol/patch-2
Remove lib-backcompat dir from require_path
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 93bfd26ea6..eb187df38f 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -57,6 +57,6 @@ Gem::Specification.new do |s|
s.bindir = "bin"
s.executables = %w{ chef-client chef-solo knife chef-shell chef-apply }
- s.require_paths = %w{ lib lib-backcompat }
+ s.require_paths = %w{ lib }
s.files = %w{Gemfile Rakefile LICENSE README.md CONTRIBUTING.md VERSION} + Dir.glob("{distro,lib,lib-backcompat,tasks,acceptance,spec}/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) } + Dir.glob("*.gemspec")
end