mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
rbinstall.rb: record default gem files
This commit is contained in:
parent
af8ac97fcc
commit
6c7d39aabe
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue