0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 03, 2025 — Sep 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Release 2.0.1 (#125) More... about 2 months ago
Merge pull request #124 from kugaevsky/fix/unicode-downcase-index-shift More... about 2 months ago
Link the CHANGELOG fix entry to PR #124 More... about 2 months ago
Test DictionaryRanker directly for length-changing words More... about 2 months ago
Cover the length-changing-downcase case on both matcher paths More... about 2 months ago
Document the scorer's match-index precondition More... about 2 months ago
Fix scorer crash on characters whose downcased form is longer More... about 2 months ago
Release 2.0.0 (#123) More... 3 months ago
Mark thread safety spec as :no_rbs (#122) More... 3 months ago
Merge pull request #121 from envato/miscellaneous-low-priority-fixes More... 3 months ago
Suppress plaintext password/token from Score and Match inspect More... 3 months ago
Document expand_year boundary and negative-year edge case More... 3 months ago
Guard sequence matcher against empty passwords More... 3 months ago
Add Limitations section to README More... 3 months ago
Fix to_hash migration snippet in CHANGELOG More... 3 months ago
Remove unreachable `shifted.zero?` branch in spatial_guesses More... 3 months ago
Fill test gaps in guesses_to_score, Scorer DP, and Guesses (#120) More... 3 months ago
Return `guesses` as Float for empty password (#119) More... 3 months ago
Guard `add_word_list` against reserved dictionary names (#118) More... 3 months ago
Coerce user_inputs to Array[String] at public boundaries (#117) More... 3 months ago
Merge pull request #116 from envato/gem-metadata More... 3 months ago
Update gem summary, description, and README intro More... 3 months ago
Add Orien Madgwick to authors More... 3 months ago
Tidy gemspec field ordering and use gem.name for homepage URL More... 3 months ago
Rename `Zxcvbn.tester` to `Zxcvbn.tester_builder` (#115) More... 3 months ago
Merge pull request #114 from envato/create-zxcvbn-ruby-rb More... 3 months ago
Build user_inputs dictionary once per call, skip the Trie (#113) More... 3 months ago
Suppress large inspect output on Data and Trie (#112) More... 3 months ago
Avoid O(n³) string copies in bruteforce DP segments (#111) More... 3 months ago
Validate TesterBuilder inputs at the call site (#110) More... 3 months ago