summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #81 from halostatue/switch-to-standardrb-formattingHEADmainAustin Ziegler2022-07-0529-887/+937
|\ | | | | Switch to standardrb formatting
| * Update codeql analysisAustin Ziegler2022-07-041-29/+29
| |
| * Update changelogAustin Ziegler2022-07-041-0/+2
| |
| * standardrb --only Style/BarePercentLiterals --fixAustin Ziegler2022-07-041-1/+1
| |
| * standardrb --only Style/StringLiteralsInInterpolationAustin Ziegler2022-07-041-0/+6
| |
| * standardrb --only Style/StringLiteralsInInterpolation --fix and moreAustin Ziegler2022-07-041-9/+8
| |
| * standardrb --only Style/RedundantBegin --fixAustin Ziegler2022-07-041-5/+3
| |
| * standardrb --only Standard/BlockSingleLineBraces --fixAustin Ziegler2022-07-042-5/+5
| |
| * standardrb --only Style/StringCharsAustin Ziegler2022-07-042-3/+3
| |
| * standardrb --only Style/RescueModifier --fixAustin Ziegler2022-07-041-1/+5
| |
| * standardrb --only Style/Alias --fixAustin Ziegler2022-07-043-5/+5
| |
| * Clean up lint directivesAustin Ziegler2022-07-045-13/+9
| |
| * standardrb --only Style/EmptyMethod --fixAustin Ziegler2022-07-041-2/+4
| |
| * standardrb --only Layout/SpaceInsideHashLiteralBraces --fixAustin Ziegler2022-07-044-9/+9
| |
| * standardrb --only Style/ClassCheck --fixAustin Ziegler2022-07-044-12/+12
| |
| * Ignore Style/HashSyntaxAustin Ziegler2022-07-047-1/+13
| |
| * standardrb --only Layout/LeadingCommentSpace --fixAustin Ziegler2022-07-046-19/+19
| |
| * Fix :yields: directive for rdocAustin Ziegler2022-07-042-7/+7
| |
| * Fix Style/AndOrAustin Ziegler2022-07-045-17/+17
| |
| * ignore Layout/heredocIndentation due to old RubyAustin Ziegler2022-07-045-0/+16
| |
| * standardrb --only Layout/ExtraSpacing --fix and ignoreAustin Ziegler2022-07-049-41/+51
| |
| * standardrb --only Style/PercentLiteralDelimiters --fixAustin Ziegler2022-07-047-50/+50
| |
| * standardrb --only Style/StringLiterals --fixAustin Ziegler2022-07-0424-691/+691
| |
| * Add standardrbAustin Ziegler2022-07-041-0/+4
| |
| * Fix issues reported by fastererAustin Ziegler2022-07-045-10/+11
|/
* Update changelogAustin Ziegler2022-07-041-49/+54
|
* Update CI supportAustin Ziegler2022-07-041-35/+28
| | | | Resolves #82 (differently)
* Merge pull request #84 from justintsteele/jtsteele_license_updateAustin Ziegler2022-03-171-4/+6
|\ | | | | Update license file to use md format and clarify PAL reference
| * Add newline after ATX headers per code reviewJustin Steele2022-03-171-4/+6
| |
| * Add trailing space to ATX headers per code reviewJustin Steele2022-03-171-4/+4
| |
| * Update license file to use md format and clarify PAL referenceJustin Steele2022-03-171-4/+4
|/
* Prevent tests from running more than oncev1.5.0Austin Ziegler2021-12-231-2/+5
|
* Add codeql workflowAustin Ziegler2021-12-231-0/+70
|
* Make tests a little quieter by removing a debug statementAustin Ziegler2021-12-232-6/+5
|
* Prepare for release of 1.5.0Austin Ziegler2021-12-235-119/+168
|
* Merge pull request #80 from ↵Austin Ziegler2021-12-231-4/+9
|\ | | | | | | | | halostatue/reintroduce-the-threshold-test-optimization Reintroduce the threshold test optimization
| * Reintroduce the threshold test optimizationreintroduce-the-threshold-test-optimizationtiendo10112021-12-221-4/+9
| |
* | Merge pull request #79 from ↵Austin Ziegler2021-12-232-26/+26
|\ \ | |/ |/| | | | | halostatue/fix-failed-test-due-to-resolving-off-by-one-error Correct the expected diff
| * Updating the comment to reflect the new found logicfix-failed-test-due-to-resolving-off-by-one-errortiendo10112021-12-221-2/+3
| | | | | | | | More info can be found here: https://github.com/halostatue/diff-lcs/issues/77
| * Apply some performance improvementtiendo10112021-12-221-4/+6
| |
| * The symmetrically makes it easier to understandtiendo10112021-12-221-8/+8
| |
| * Use element directly instead of accessing it from the indextiendo10112021-12-221-9/+6
| | | | | | | | | | | | We have ai, bj to keep track of which index we're in for both a and b, so keeping i is not needed Without it, the logic will be simpler
| * Correct the expected difftiendo10112021-12-221-4/+4
|/ | | | | | | After fixing an off-by-one error at #75 Some tests are failed due to the reason specified at #77 After the discussion, we agree that we should fix it by changing the order of the expected diff
* Ensure that `rake test` runs `rake spec`masterAustin Ziegler2021-12-201-3/+3
|
* Remove rubocop configurationAustin Ziegler2021-12-201-133/+0
| | | | | - We will be moving to `standardrb` formatting rules as a last step to 1.5.0 (excepting the Ruby 1.8.x support issues).
* Remove probaby-unnecessary threshold map updateAustin Ziegler2021-12-201-0/+5
|
* Merge pull request #72 from tiendo1011/ax-unecessary-callAustin Ziegler2021-12-201-7/+6
|\ | | | | Ax unecessary call
| * Use comment to aid reverting in case the change is problematictiendo10112021-12-201-0/+3
| |
| * Ax unnecessary callstiendo10112021-12-191-7/+3
| |
* | Prepare for pre-release gemAustin Ziegler2021-12-193-7/+20
| |