I installed rvm, then, with rvm, installed ruby 1.8.6. when i do : gem list -d /home/user/.rvm/gems/ruby-1.8.6-p420@global/gems/executable-hooks-1.2.6/lib/executable-hooks/regenerate_binstubs_command.rb:47: warning: parenthesize argument(s) for future version *** LOCAL GEMS *** bundler-unload (1.0.2) Author: Michal Papis Homepage: https://github.com/mpapis/bundler-unload License: Apache 2.0 Installed at: /home/user/.rvm/gems/ruby-1.8.6-p420@global Allow unloading bundler after Bundler.load executable-hooks (1.2.6) Author: Michal Papis Homepage: https://github.com/mpapis/executable-hooks License: Apache 2.0 Installed at: /home/user/.rvm/gems/ruby-1.8.6-p420@global Hook into rubygems executables allowing extra actions to be taken before executable is run. rake (10.1.0) Author: Jim Weirich Rubyforge: http://rubyforge.org/projects/rake Homepage: http://rake.rubyforge.org License: MIT Installed at: /home/user/.rvm/gems/ruby-1.8.6-p420@global Ruby based make-like utility. rubygems-bundler (1.4.1) Authors: Josh Hull, Michal Papis Homepage: http://mpapis.github.com/rubygems-bundler License: Apache 2.0 Installed at: /home/user/.rvm/gems/ruby-1.8.6-p420@global Stop using bundle exec rvm (1.11.3.8) Authors: Wayne E. Seguin, Michal Papis Homepage: https://rvm.beginrescueend.com/ License: MIT Installed at: /home/user/.rvm/gems/ruby-1.8.6-p420@global RVM Ruby Gem Library I want to get rid of exectuable-hooks. So I do:>rvm remove executable-hooks/home/user/.rvm/src/-hooks has already been removed. /home/user/.rvm/rubies/-hooks has already been removed. Removing -hooks aliases... Removing -hooks wrappers... Removing -hooks environments... Removing -hooks binaries... but when I subsequently do: gem list -d the results show the damn thing still in there: /home/user/.rvm/gems/ruby-1.8.6-p420@global/gems/executable-hooks-1.2.6/lib/executable-hooks/regenerate_binstubs_command.rb:47: warning: parenthesize argument(s) for future version *** LOCAL GEMS *** bundler-unload (1.0.2) Author: Michal Papis Homepage: https://github.com/mpapis/bundler-unload License: Apache 2.0 Installed at: /home/user/.rvm/gems/ruby-1.8.6-p420@global Allow unloading bundler after Bundler.load executable-hooks (1.2.6) Author: Michal Papis Homepage: https://github.com/mpapis/executable-hooks License: Apache 2.0 Installed at: /home/user/.rvm/gems/ruby-1.8.6-p420@global Hook into rubygems executables allowing extra actions to be taken before executable is run. How do I get rid of executable-hooks, which is installed under rvm, once and for all? Thanks. RVic -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/7f924f5c-1e98-47dd-9258-d116bd4bcc7b%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
1) to uninstall run: executable-hooks-uninstaller rvm @global do gem uninstall -ax rubygems-bundler executable-hooks bundler-unload 2) this gems should not be installed in ruby-1.8.6 report a bug here => https://github.com/wayneeseguin/rvm/issues On Monday, October 28, 2013 3:30:29 AM UTC+1, RVic wrote:> > I installed rvm, then, with rvm, installed ruby 1.8.6. > > when i do : > gem list -d > /home/user/.rvm/gems/ruby-1.8.6-p420@global/gems/executable-hooks-1.2.6/lib/executable-hooks/regenerate_binstubs_command.rb:47: > warning: parenthesize argument(s) for future version > > *** LOCAL GEMS *** > > bundler-unload (1.0.2) > Author: Michal Papis > Homepage: https://github.com/mpapis/bundler-unload > License: Apache 2.0 > Installed at: /home/user/.rvm/gems/ruby-1.8.6-p420@global > > Allow unloading bundler after Bundler.load > > executable-hooks (1.2.6) > Author: Michal Papis > Homepage: https://github.com/mpapis/executable-hooks > License: Apache 2.0 > Installed at: /home/user/.rvm/gems/ruby-1.8.6-p420@global > > Hook into rubygems executables allowing extra actions to be taken > before executable is run. > > rake (10.1.0) > Author: Jim Weirich > Rubyforge: http://rubyforge.org/projects/rake > Homepage: http://rake.rubyforge.org > License: MIT > Installed at: /home/user/.rvm/gems/ruby-1.8.6-p420@global > > Ruby based make-like utility. > > rubygems-bundler (1.4.1) > Authors: Josh Hull, Michal Papis > Homepage: http://mpapis.github.com/rubygems-bundler > License: Apache 2.0 > Installed at: /home/user/.rvm/gems/ruby-1.8.6-p420@global > > Stop using bundle exec > > rvm (1.11.3.8) > Authors: Wayne E. Seguin, Michal Papis > Homepage: https://rvm.beginrescueend.com/ > License: MIT > Installed at: /home/user/.rvm/gems/ruby-1.8.6-p420@global > > RVM Ruby Gem Library > > I want to get rid of exectuable-hooks. So I do: > > >rvm remove executable-hooks > /home/user/.rvm/src/-hooks has already been removed. > /home/user/.rvm/rubies/-hooks has already been removed. > Removing -hooks aliases... > Removing -hooks wrappers... > Removing -hooks environments... > Removing -hooks binaries... > > but when I subsequently do: > gem list -d > > the results show the damn thing still in there: > > /home/user/.rvm/gems/ruby-1.8.6-p420@global/gems/executable-hooks-1.2.6/lib/executable-hooks/regenerate_binstubs_command.rb:47: > warning: parenthesize argument(s) for future version > > *** LOCAL GEMS *** > > bundler-unload (1.0.2) > Author: Michal Papis > Homepage: https://github.com/mpapis/bundler-unload > License: Apache 2.0 > Installed at: /home/user/.rvm/gems/ruby-1.8.6-p420@global > > Allow unloading bundler after Bundler.load > > executable-hooks (1.2.6) > Author: Michal Papis > Homepage: https://github.com/mpapis/executable-hooks > License: Apache 2.0 > Installed at: /home/user/.rvm/gems/ruby-1.8.6-p420@global > > Hook into rubygems executables allowing extra actions to be taken > before executable is run. > > How do I get rid of executable-hooks, which is installed under rvm, once > and for all? Thanks. RVic > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/a35ddf46-c947-45c6-815d-7c74229b080b%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
On Sunday, October 27, 2013 10:30:29 PM UTC-4, RVic wrote:> > I installed rvm, then, with rvm, installed ruby 1.8.6. > > Michael,Perhaps it got installed when I did: rvm requirements ? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/3652a36c-bbf1-49d9-896b-dea65b627909%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
No matter where it was installed you should still file a bug because it is a bug and it''s not meant to be installed on unsupported Rubies. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAM5XQnzjFBdnfEdxPZeX92JEZ4CDXN0kNs9HX6M262XWJ3H6mA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
Ok guys, I filed it. Thanks for your help here: https://github.com/wayneeseguin/rvm/issues/2325 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/5081c454-4c5b-44c9-90fb-237bbb76ec94%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.