houhoulis has quit [Remote host closed the connection]
_whitelogger has joined #rubygems
houhoulis has joined #rubygems
houhoulis has quit [Remote host closed the connection]
pombreda has quit [Remote host closed the connection]
pombreda has joined #rubygems
pombreda has quit [Read error: Connection reset by peer]
dragonchaser has joined #rubygems
<dragonchaser> hey, I was wondering why there are no checksums provided when I download rubygems from https://rubygems.org/pages/download, is there a special reason why those are not provided?
<dragonchaser> I mean being able to identify sources for a packagemanager would be really helpful
mudler has joined #rubygems
pombreda has joined #rubygems
<havenwood> dragonchaser: There isn't a special reason. Automatic checking is generally preferred to manual. I can see the argument for allowing manual nonetheless.
<havenwood> dragonchaser: You can check the RubyGems API for the checksum ^ in the meanwhile.
<havenwood> echo "$(curl -s https://rubygems.org/api/v2/rubygems/rubygems-update/versions/3.0.2.json | jq .sha -r) rubygems-update-3.0.2.gem" | shasum -c
<havenwood> #>> rubygems-update-3.0.2.gem: OK
<dragonchaser> havenwood: thx we will try that tomorrow