reidmorrison / symmetric-encryption

Symmetric Encryption for Ruby Projects using OpenSSL
https://logger.rocketjob.github.io/
Apache License 2.0
476 stars 92 forks source link

Fixed issues with named parameters as part of the generate CLI command. #107

Closed rmorlok closed 5 years ago

rmorlok commented 6 years ago

Fixed issues where named parameters weren't provided, and in some cases where they were provided, the receiving method wasn't expecting the parameter. Added catch-all **args to the keystores so that they could opt-in to desired information and ignore anything else.

Issue # (if available)

rocketjob/symmetric-encryption#106

Description of changes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

viniciusnz commented 6 years ago

Thank you very much @rmorlok ...

tilsammans commented 6 years ago

Can this be merged? 4.1.1 is broken at the moment.

reidmorrison commented 5 years ago

Thank you for the pull request