Changelog for
ruby3.1-rubygem-rotp-6.3.0-2.11.x86_64.rpm :
* Tue Nov 14 2023 Dan Čermák
- New upstream release 6.3.0, see bundled CHANGELOG.md
* Wed Dec 07 2022 Stephan Kulow updated to version 6.2.1 see installed CHANGELOG.md [#]## 6.2.1 - Removed old rdoc folder that was triggering a security warning due to an old version of JQuery being included in the HTML docs. This has no impact on the Ruby library.
* Wed Jan 20 2021 Stephan Kulow updated to version 6.2.0 see installed CHANGELOG.md [#]## 6.2.0 - Update to expand compatibility with Ruby 3. This was only a change to the gemspec, no code changes were necessary.
* Fri Sep 25 2020 Stephan Kulow updated to version 6.1.0 see installed CHANGELOG.md [#]## 6.1.0 - Fixing URI encoding issues again, breaking out into it\'s own module due to the complexity - closes #100 (AATTatcruice) - Add docker-compose.yml to help with easier testing
* Thu May 07 2020 Stephan Kulow - updated to version 6.0.0 see installed CHANGELOG.md [#]## 6.0.0 - Dropping support for Ruby <2.3 (Major version bump) - Fix issue when using --enable-frozen-string-literal Ruby option #95 (jeremyevans) - URI Encoding fix #94 (ksuh90) - Update gems (rake, addressable) - Update Travis tests to include Ruby 2.7
* Fri Jul 19 2019 Stephan Kulow - updated to version 5.1.0 see installed CHANGELOG.md [#]## 5.1.0 - Create `random_base32` to perform `random` to avoid breaking changes - Still needed to bump to 5.x due to Base32 cleanup [#]## 5.0.0 - Clean up base32 implementation to match Google Autheticator - BREAKING `Base32.random_base32` renamed to random - The argument is now byte length vs output string length for more precise bit strengths
* Sat Mar 02 2019 Stephan Kulow - updated to version 4.1.0 see installed CHANGELOG.md [#]## 4.1.0 - Add a digest option to the CLI #83 - Fix provisioning URI is README #82 - Improvements to docs
* Thu Nov 22 2018 Stephan Kulow - updated to version 4.0.2 see installed CHANGELOG.md [#]## 4.0.2 - Fix gemspec requirment for Addressable [#]## 4.0.1 - Rubocop for style fixes - Replace deprecated URI.encode with Addressable\'s version [#]### 4.0.0 - Simplify API - Remove support for Ruby < 2.0
* Sat Mar 03 2018 factory-autoAATTkulow.org- updated to version 3.3.1 see installed CHANGELOG.md [#]### 3.3.1 - Add OpenSSL as a requirement for Ruby 2.5. Fixes #70 & #64 - Allow Base32 with padding. #71
* Fri Sep 23 2016 cooloAATTsuse.com- updated to version 3.3.0 see installed CHANGELOG.md [#]### 3.3.0 - Add digest algorithm parameter for non SHA1 digests - #62 from AATTbtalbot