Skip to content

Instantly share code, notes, and snippets.

@ptzn
Created December 25, 2009 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptzn/263692 to your computer and use it in GitHub Desktop.
Save ptzn/263692 to your computer and use it in GitHub Desktop.
wrapper for gem1.9 command
#!/bin/sh
RUBY19_HOME=/opt/ruby-1.9
$RUBY19_HOME/bin/gem1.9.original --config-file ~/.gemrc1.9 $@
exit $?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment