Skip to content

Commit

Permalink
Order legacy index by full name
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jul 25, 2011
1 parent f648b28 commit beadcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/gemcutter.rake
Expand Up @@ -13,7 +13,7 @@ namespace :gemcutter do
desc "Store legacy index"
task :store_legacy_index => :environment do
puts "Loading up versions..."
versions = Version.with_deps.indexed
versions = Version.with_deps.indexed.order("full_name")

puts "Mapping specs..."
index = versions.map do |version|
Expand Down

0 comments on commit beadcc0

Please sign in to comment.