Project

General

Profile

Feature #10171 ยป DeprecatedMethodsAtDoctor.PATCH

gogotanaka (Kazuki Tanaka), 08/27/2014 08:50 AM

View differences:

lib/rubygems/doctor.rb
next if ent == "." || ent == ".."
child = File.join(directory, ent)
next unless File.exists?(child)
next unless File.exist?(child)
basename = File.basename(child, extension)
next if installed_specs.include? basename
    (1-1/1)