summaryrefslogtreecommitdiff
path: root/lib/securerandom.gemspec
AgeCommit message (Collapse)Author
2025-01-06[ruby/securerandom] Provide a 'Changelog' link on rubygems.org/gems/securerandomMark Young
By providing a 'changelog_uri' in the metadata of the gemspec a 'Changelog' link will be shown on https://rubygems.org/gems/securerandom which makes it quick and easy for someone to check on the changes introduced with a new version. Details of this functionality can be found on https://guides.rubygems.org/specification-reference/#metadata https://github.com/ruby/securerandom/commit/3e0249deaf
2024-12-02[ruby/securerandom] Random::Formatter is only provided from Ruby 3.1Hiroshi SHIBATA
https://github.com/ruby/securerandom/commit/90c7e390f5 Notes: Merged: https://github.com/ruby/ruby/pull/12231
2023-12-29[ruby/securerandom] Update file list to packageNobuyoshi Nakada
https://github.com/ruby/securerandom/commit/647e5f0af8
2023-04-14[ruby/securerandom] Expose SecureRandom::VERSIONHiroshi SHIBATA
https://github.com/ruby/securerandom/commit/2e6434331d
2022-12-14[ruby/securerandom] Bump version to 0.2.2Hiroshi SHIBATA
https://github.com/ruby/securerandom/commit/9e16b597f5
2022-12-05[ruby/securerandom] Bump version to 0.2.1Hiroshi SHIBATA
https://github.com/ruby/securerandom/commit/5bfe7d6c16
2022-02-28[ruby/securerandom] Bump up v0.2.0Hiroshi SHIBATA
https://github.com/ruby/securerandom/commit/62ca2828f3
2021-12-14[ruby/securerandom] Drop support for old ruby versionsNobuyoshi Nakada
https://github.com/ruby/securerandom/commit/46943a991c
2021-10-21[ruby/securerandom] Bump up securerandom version to 0.1.1Hiroshi SHIBATA
https://github.com/ruby/securerandom/commit/5f9d3d1dfa
2020-09-11Promote securerandom to default gemsHiroshi SHIBATA