# File lib/isolate/entry.rb, line 111
    def matches_spec? spec
      name == spec.name and requirement.satisfied_by? spec.version
    end