ninech / netbox-client-ruby

A ruby client library for Netbox v2.
MIT License
24 stars 21 forks source link

sha256 mismatch on gem v0.4.8 #27

Closed bleything closed 6 years ago

bleything commented 6 years ago

According to rubygems.org the SHA-256 sum of v0.4.8 should be 923da7747009e3bbb8acc37b56dca3e1b7e86720929ec9d000d32f37db82a475. But when I download the file:

$ curl -sLO https://rubygems.org/downloads/netbox-client-ruby-0.4.8.gem
$ shasum -a 256 netbox-client-ruby-0.4.8.gem
7369d19d40d39d060abe413bfa026170f94403a8c2c31d97dea077bba3b84108  netbox-client-ruby-0.4.8.gem

This is relevant because bundler will refuse to install the gem if the SHA-256 doesn't match.

I did some digging and turned up rubygems/rubygems.org#1551, and in particular this comment which discusses causes and potential resolutions.

It seems like the only solution right now is to release a new version :/

cimnine commented 6 years ago

Thank you for raising this issue and researching solutions.