class Bundler::EndpointSpecification

def executables

needed for binstubs
def executables
  if @remote_specification
    @remote_specification.executables
  elsif _local_specification
    _local_specification.executables
  else
    super
  end
end