From 8f28ae65a861ba714be824ea3122817abe9f862d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 10 Jul 2019 17:23:29 +0200 Subject: [PATCH] [bundler/bundler] Remove misleading comment in Gemfile Since we no longer use `git` to find out the list of files, the comment is misleading. https://github.com/bundler/bundler/commit/54d85d5349 --- lib/bundler/bundler.gemspec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/bundler/bundler.gemspec b/lib/bundler/bundler.gemspec index 5ffd717ea6..50be960cab 100644 --- a/lib/bundler/bundler.gemspec +++ b/lib/bundler/bundler.gemspec @@ -34,11 +34,8 @@ Gem::Specification.new do |s| s.required_ruby_version = ">= 2.3.0" s.required_rubygems_version = ">= 2.5.2" - # s.files = Dir.glob("{lib,exe}/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) } + # s.files = Dir.glob("{lib,man,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/**/*") # Include the CHANGELOG.md, LICENSE.md, README.md manually # s.files += %w[CHANGELOG.md LICENSE.md README.md] # include the gemspec itself because warbler breaks w/o it