Skip to content

Commit

Permalink
Printing out everything without remorse
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Aug 4, 2009
1 parent c1df92a commit 42b7d93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/tasks/gemcutter.rake
Expand Up @@ -224,10 +224,9 @@ namespace :gemcutter do
downloads << "#{name}-#{version}.gem"
end
end
print downloads
puts downloads.size
downloads.each { |d| puts d }
# cutter = Gemcutter.new(nil, StringIO.new(File.open(path).read))

# cutter.pull_spec and cutter.find and cutter.save
end
end
Expand Down

0 comments on commit 42b7d93

Please sign in to comment.