[rubygems/rubygems] Add build warning when rake based extension is present, but rake is not specified as dependency.

75fe5475b6
This commit is contained in:
Josef Šimánek 2020-05-01 00:55:07 +02:00 committed by Hiroshi SHIBATA
parent f61ee674d8
commit b7adb10e39
Notes: git 2020-06-05 07:33:44 +09:00
3 changed files with 47 additions and 0 deletions

View file

@ -2,5 +2,7 @@
##
# Raised when there is an error while building extensions.
require 'rubygems/exceptions'
class Gem::Ext::BuildError < Gem::InstallError
end