Skip to content

Ruby 2.7 Compatibility

Latest
Compare
Choose a tag to compare
@johanns johanns released this 19 Feb 01:26
· 10 commits to master since this release
  • Replaced scanf usage to avoid the need for a runtime dependency with the upcoming Ruby 2.7.
  • Development: Added Rubocop and rules to the project.
  • Refactored:
    • Extracted (organized) Engine, Errors and Password class/modules into dedicated files in scrypt sub-directory.
    • Logic and syntax cleanup and formatting.