Last Updated: February 25, 2016
·
566
· ivanoats

List of Gems in textfile without versions

I'll occasionally need a list of gems without the version numbers to pipe back into an rvm re-install:

gem list | sed 's/ (.*)//' > gemlist.txt
OSZAR »