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