Commit 4963f728 authored by Eloy Duran's avatar Eloy Duran

Sort specs by name.

parent 69796538
......@@ -7,7 +7,7 @@ module Pod
def resolve
@sets, @loaded_spec_names, @specs = [], [], []
find_dependency_sets(@specification, @dependencies)
@specs
@specs.sort_by(&:name)
end
def find_dependency_sets(specification, dependencies = nil)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment