Created
September 22, 2014 09:34
-
-
Save zhangshine/345cffa9aefd2eab35f1 to your computer and use it in GitHub Desktop.
gems index
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
m = Marshal.load(Gem.gunzip(File.read("latest_specs.4.8.gz"))) | |
m.each do |specs| | |
#specs = m[2] | |
print specs[0] | |
print '(' | |
print specs[1].version | |
print ')' | |
puts | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment