summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-01 13:29:56 +0300
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-09 12:44:23 +0900
commit57ccea6232a76aec5711e5e583cffe0aa5221928 (patch)
treef42502d7b6970e0337a72af764b6647a9d775418 /lib
parent8f37629519ad330032a38ac0e871b2912ed38a1b (diff)
Revert to change for filelist of bundler gemspec.
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/bundler.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/bundler/bundler.gemspec b/lib/bundler/bundler.gemspec
index 6ce881e51a..6a91b69173 100644
--- a/lib/bundler/bundler.gemspec
+++ b/lib/bundler/bundler.gemspec
@@ -41,13 +41,13 @@ Gem::Specification.new do |s|
s.add_development_dependency "rubocop", "= 0.68.1"
s.add_development_dependency "rubocop-performance", "~> 1.1"
- s.files = Dir.glob("{lib,exe}/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) }
+ # s.files = Dir.glob("{lib,exe}/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) }
# we don't check in man pages, but we need to ship them because
# we use them to generate the long-form help for each command.
- s.files += Dir.glob("man/**/*")
+ # s.files += Dir.glob("man/**/*")
# Include the CHANGELOG.md, LICENSE.md, README.md manually
- s.files += %w[CHANGELOG.md LICENSE.md README.md]
+ # s.files += %w[CHANGELOG.md LICENSE.md README.md]
# include the gemspec itself because warbler breaks w/o it
s.files += %w[bundler.gemspec]