diff options
-rw-r--r-- | lib/rubygems/test_case.rb | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1097,7 +1097,11 @@ Also, a list: class StaticSet def initialize(specs) - @specs = specs.sort_by { |s| s.full_name } end def find_spec(dep) @@ -1110,6 +1114,15 @@ Also, a list: @specs.find_all { |s| dep.matches_spec? s } end def prefetch(reqs) end end |