Created
January 18, 2011 14:07
-
-
Save bosko/784472 to your computer and use it in GitHub Desktop.
List all installed gems without versions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby -e "%x[gem list].split(\"\n\").each{|l| puts l.split(' ')[0]}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment