Created
August 19, 2009 21:00
-
-
Save ddollar/170647 to your computer and use it in GitHub Desktop.
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
| [ddollar@uranium.local] [00:15] [dependency-types] | |
| [~/Code/gemcutter] rake gemcutter:import:process server/gems | |
| (in /Users/ddollar/Code/gemcutter) | |
| Processing 7 gems... | |
| Processing server/gems/test-1.0.0.gem | |
| Processing server/gems/test-0.0.0.gem | |
| Processing server/gems/gem-github-0.4.2.gem | |
| Processing server/gems/RGem-1.2.3.gem | |
| Processing server/gems/PGem-1.0.0.gem | |
| Processing server/gems/BGem-3.0.0.gem | |
| Processing server/gems/BGem-2.0.0.gem | |
| [ddollar@uranium.local] [00:28] [dependency-types] | |
| [~/Code/gemcutter] script/console | |
| Loading development environment (Rails 2.3.3) | |
| gemcutter> Dependency.find(:all, :include => :rubygem).each { |d| puts "#{d.dependency_type} #{d.rubygem.name}" } | |
| Dependency Load (0.5ms) SELECT * FROM "dependencies" | |
| Rubygem Load (0.4ms) SELECT * FROM "rubygems" WHERE ("rubygems"."id" IN (15,16)) | |
| runtime fcoury-octopi | |
| development thoughtbot-shoulda | |
| development thoughtbot-shoulda | |
| development thoughtbot-shoulda | |
| development thoughtbot-shoulda | |
| development thoughtbot-shoulda |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment