# File lib/rubygems-bundler/noexec.rb, line 76
  def rubygems_spec
    @rubygems_spec ||= old_specs.detect{|spec| spec.executables.include?(bin) }
  end