diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index 2d0c4f320b..663717aa74 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -820,6 +820,11 @@ module RbInstall super unless $dryrun $installed_list.puts(without_destdir(spec_file)) if $installed_list end + + def write_default_spec + super unless $dryrun + $installed_list.puts(without_destdir(default_spec_file)) if $installed_list + end end class GemInstaller