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

Sort specs by name.

parent 69796538
...@@ -7,7 +7,7 @@ module Pod ...@@ -7,7 +7,7 @@ module Pod
def resolve def resolve
@sets, @loaded_spec_names, @specs = [], [], [] @sets, @loaded_spec_names, @specs = [], [], []
find_dependency_sets(@specification, @dependencies) find_dependency_sets(@specification, @dependencies)
@specs @specs.sort_by(&:name)
end end
def find_dependency_sets(specification, dependencies = nil) 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