summaryrefslogtreecommitdiff
path: root/lib/base64.gemspec
AgeCommit message (Collapse)Author
2024-01-17Extract base64 as bundled gemsHiroshi SHIBATA
2023-12-25[ruby/base64] Provide a 'Changelog' link on rubygems.org/gems/base64Mark Young
By providing a 'changelog_uri' in the metadata of the gemspec a 'Changelog' link will be shown on https://rubygems.org/gems/base64 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/ https://github.com/ruby/base64/commit/7cab043d67
2023-09-19[ruby/base64] Bump required_ruby_version to 2.4.0Jeremy Evans
The gem depends on String#unpack1, which was introduced in Ruby 2.4. https://github.com/ruby/base64/commit/9f0e4ba155
2023-04-03Fixed version detection paths in ruby repositoryHiroshi SHIBATA
2023-04-03[ruby/base64] Expose Base64::VERSIONHiroshi SHIBATA
https://github.com/ruby/base64/commit/dda85a0839
2021-10-14[ruby/base64] Bump up base64 version to 0.1.1Hiroshi SHIBATA
https://github.com/ruby/base64/commit/b9e23b27f9
2021-04-21[ruby/base64] gemspec: Use an explicit file listOlle Jonsson
This avoids shelling out to git. https://github.com/ruby/base64/commit/f45f06f93f
2021-04-21[ruby/base64] gemspec: Explicitly empty executables listOlle Jonsson
This gem exposes no executables. https://github.com/ruby/base64/commit/9d2c49cb19
2020-09-10Promote base64 to default gemsHiroshi SHIBATA