lib/bundler/source.rb in bundler-1.16.0.pre.2 vs lib/bundler/source.rb in bundler-1.16.0.pre.3

- old
+ new

@@ -36,9 +36,13 @@ # it's possible that gems from one source depend on gems from some # other source, so now we download gemspecs and iterate over those # dependencies, looking for gems we don't have info on yet. def double_check_for(*); end + def dependency_names_to_double_check + specs.dependency_names + end + def include?(other) other == self end def inspect