Skip to content

Commit

Permalink
[bundler/bundler] Remove misleading comment in Gemfile
Browse files Browse the repository at this point in the history
Since we no longer use `git` to find out the list of files, the comment
is misleading.

rubygems/bundler@54d85d5349
  • Loading branch information
deivid-rodriguez authored and hsbt committed Aug 16, 2019
1 parent cd15d27 commit 8f28ae6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/bundler/bundler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f28ae6

Please sign in to comment.