[arch-commits] Commit in ruby/trunk (ruby.install)

Anatol Pomozov anatolik at archlinux.org
Wed Jan 3 17:07:53 UTC 2018


    Date: Wednesday, January 3, 2018 @ 17:07:52
  Author: anatolik
Revision: 313991

ruby -rubygems flag has been deprecated long time ago and no-op now

Modified:
  ruby/trunk/ruby.install

--------------+
 ruby.install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: ruby.install
===================================================================
--- ruby.install	2018-01-03 15:50:22 UTC (rev 313990)
+++ ruby.install	2018-01-03 17:07:52 UTC (rev 313991)
@@ -3,7 +3,7 @@
 print_gem_default_target() {
   echo 'The default location of gem installs is $HOME/.gem/ruby'
   echo 'Add the following line to your PATH if you plan to install using gem'
-  echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin'
+  echo '$(ruby -e "puts Gem.user_dir")/bin'
   echo 'If you want to install to the system wide location, you must either:'
   echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
 }



More information about the arch-commits mailing list