Closed Earlopain closed 9 months ago
base64
The base64 gem is mostly a wrapper around pack/unpack and as such is easy to replace. Other gems have opted for the same approach:
pack
unpack
I like this approach.
Thanks @Earlopain
982 added
base64
as a dependency in order to avoid a warning with Ruby 3.3The
base64
gem is mostly a wrapper aroundpack
/unpack
and as such is easy to replace. Other gems have opted for the same approach: