You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gem2Rpm.show_message("Gem fetch failed with error: #{e.message}")
exit(1)
end
end
However, it would be much better if RubyGems are used for this purpose. This would provide more consistent experience, because RubyGems are currently queried for the download URL:
Currently, the gems are fetched via
URI.open
from custom URL:gem2rpm/bin/gem2rpm
Lines 52 to 67 in 331c674
However, it would be much better if RubyGems are used for this purpose. This would provide more consistent experience, because RubyGems are currently queried for the download URL:
gem2rpm/lib/gem2rpm.rb
Lines 46 to 62 in 331c674
The text was updated successfully, but these errors were encountered: