Skip to content

Commit

Permalink
Add example for tweaking Gem options
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Rosenfeld Rosas committed May 3, 2011
1 parent c701248 commit 72d67c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/rvmrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
# interpreter/version%gemset
#export rvm_gems_path="$rvm_path/gems"

# Gem Options
# These options are passed to the 'gem' command in a RVM environment.
#export rvm_gem_options="--no-rdoc --no-ri"

# Temp Path
# This is where rvm stores all of its temporary files.
#export rvm_tmp_path="${rvm_tmp_path:-"$rvm_path/tmp"}"
Expand Down

0 comments on commit 72d67c4

Please sign in to comment.