Created
December 1, 2011 21:38
-
-
Save jch/1420069 to your computer and use it in GitHub Desktop.
number of gem dependencies in a project
This file contains hidden or 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 -ne 'next unless $_ =~ /\(/; puts $_.strip!.gsub(/ .*/, "")' < Gemfile.lock | sort | uniq | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment