1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Autorequire was used by old RubyGems, it is neither supported nor functional.

cadb66037d
This commit is contained in:
bronzdoc 2019-07-16 18:07:07 -06:00 committed by Hiroshi SHIBATA
parent a2f0331c4e
commit a34168f2ac
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
3 changed files with 0 additions and 29 deletions

View file

@ -369,9 +369,6 @@ http://spdx.org/licenses or '#{Gem::Licenses::NONSTANDARD}' for a nonstandard li
warning "description and summary are identical"
end
# TODO: raise at some given date
warning "deprecated autorequire specified" if autorequire
executables.each do |executable|
validate_shebang_line_in(executable)
end