| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ruby4.0-rubygem-base32 | Distribution: openSUSE Tumbleweed |
| Version: 0.3.4 | Vendor: openSUSE |
| Release: 1.25 | Build date: Fri Sep 25 15:41:46 2020 |
| Group: Development/Languages/Ruby | Build host: reproducible |
| Size: 17717 | Source RPM: rubygem-base32-0.3.4-1.25.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Summary: Ruby extension for base32 encoding and decoding | |
Ruby extension for base32 encoding and decoding.
MIT
* Fri Sep 25 2020 Stephan Kulow <coolo@suse.com>
updated to version 0.3.4
see installed CHANGELOG.md
[#]# 0.3.4
- PR #7: Updated README formatting (contributer: codehs)
- PR #8: Include license in gemspec (contributer: flavio)
- PR #9: Detect invalid characters when decoding (contributer: voondo)
- PR #10: Properly initialize character table (contributer: pwnall)
- PR #11: Move version.rb into lib/base32 (contributer: pravi)
- PR #12: Fix deprecation warnings (cont