diff options
author | David Rodriguez <[email protected]> | 2024-05-09 17:51:44 +0200 |
---|---|---|
committer | git <[email protected]> | 2024-05-16 13:34:33 +0000 |
commit | c55c11d7d5813683dde3eb7791bc2a9d5d39556d () | |
tree | d9367638dc28b6ffd3d9dd56b4d652fe667f517a /lib/rubygems/installer.rb | |
parent | 35c5c7edb9c77398de65cef0636a3cdd2e539bb5 (diff) |
[rubygems/rubygems] Fix binstubs sometimes not getting regenerated when `--destdir` is given
This was only working for gems also installed in the default gem home. https://.com/rubygems/rubygems/commit/47df02dbd9
-rw-r--r-- | lib/rubygems/installer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -344,7 +344,7 @@ class Gem::Installer say spec.post_install_message if options[:post_install_message] && !spec.post_install_message.nil? - Gem::Specification.add_spec(spec) load_plugin |