DEV Community

Peter H. Boling
Peter H. Boling

Posted on • Edited on

πŸ’Ž ANN: stone_checksums v1.0.2

Why are all gems now built in 1980?

Bundler v2.7.0 had a change that went largely unnoticed: reproducible builds. See https://reproducible-builds.org/

Previously biulds were only reproducible if you set SOURCE_DATE_EPOCH in the env.

Gems that relied on reproducible builds, like stone_checksums, wouldn't work without it and enforced it.

But in bundler v2.7+ SOURCE_DATE_EPOCH is not required, so I've released stone_checksums v1.0.2, with support for both types.

And now all ruby gems are built in the same second in 1980.

Support & Funding Info

I am a full-time FLOSS maintainer. If you find my work valuable I ask that you become a sponsor. Every dollar helps!

πŸ₯° Support FLOSS work πŸ₯° Get access "Sponsors" channel on Galtzo FLOSS Discord πŸ‘‡οΈ Live Chat on Discord
OpenCollective Backers OpenCollective Sponsors Buy me a coffee Donate at ko-fi.com Donate on PayPal Donate on Polar Sponsor Me on Github Liberapay Goal Progress

Top comments (0)