mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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
This commit is contained in:
parent
cd15d27d10
commit
8f28ae65a8
Notes:
git
2019-08-31 04:40:14 +09:00
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue