# File lib/bundler/gem_helper.rb, line 81 def built_gem_path Dir[File.join(base, "#{name}-*.gem")].sort_by{|f| File.mtime(f)}.last end