# File lib/gem2rpm.rb, line 21 def self.find_download_url(name, version) installer = Gem::RemoteInstaller.new dummy, download_path = installer.find_gem_to_install(name, "=#{version}") download_path += "/gems/" if download_path.to_s != "" return download_path end