We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08d6ba commit 95e1fbdCopy full SHA for 95e1fbd
lib/rubygems_plugin.rb
@@ -0,0 +1,5 @@
1
+Gem.pre_uninstall do |uninstaller|
2
+ bin_dir = uninstaller.spec.bin_dir
3
+ git_remove_alias_tree = File.join(bin_dir, 'git_remove_alias_tree')
4
+ puts `#{git_remove_alias_tree}`
5
+end
0 commit comments