Skip to content

Commit 2f395b7

Browse files
nobuXrXr
authored andcommitted
rbinstall.rb: record default gem files
1 parent c5ffc18 commit 2f395b7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tool/rbinstall.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,11 @@ def write_spec
820820
super unless $dryrun
821821
$installed_list.puts(without_destdir(spec_file)) if $installed_list
822822
end
823+
824+
def write_default_spec
825+
super unless $dryrun
826+
$installed_list.puts(without_destdir(default_spec_file)) if $installed_list
827+
end
823828
end
824829

825830
class GemInstaller

0 commit comments

Comments
 (0)