summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* standardrb --only Standard/BlockSingleLineBraces --fixAustin Ziegler2022-07-041-1/+1
* standardrb --only Style/StringCharsAustin Ziegler2022-07-042-3/+3
* Clean up lint directivesAustin Ziegler2022-07-041-6/+2
* standardrb --only Layout/SpaceInsideHashLiteralBraces --fixAustin Ziegler2022-07-042-5/+5
* standardrb --only Style/ClassCheck --fixAustin Ziegler2022-07-041-1/+1
* Ignore Style/HashSyntaxAustin Ziegler2022-07-044-1/+7
* ignore Layout/heredocIndentation due to old RubyAustin Ziegler2022-07-041-0/+4
* standardrb --only Layout/ExtraSpacing --fix and ignoreAustin Ziegler2022-07-045-30/+40
* standardrb --only Style/PercentLiteralDelimiters --fixAustin Ziegler2022-07-045-48/+48
* standardrb --only Style/StringLiterals --fixAustin Ziegler2022-07-0411-550/+550
* Fix issues reported by fastererAustin Ziegler2022-07-041-3/+1
* Make tests a little quieter by removing a debug statementAustin Ziegler2021-12-231-1/+0
* Correct the expected difftiendo10112021-12-221-4/+4
* Fix off-by-one errortiendo10112021-12-191-4/+2
* Use new interface for SimpleCov::Formatter::MultiFormatterKenichi Kamiya2021-02-211-1/+1
* # This is a combination of 9 commits.Austin Ziegler2020-07-0119-72/+261
* Fix some issues with 1.4 on older Rubiesfix-ruby-1.8-supportAustin Ziegler2020-06-282-7/+15
* Fix filename substitutionAustin Ziegler2020-06-231-7/+8
* Test fix for timestamp issueAustin Ziegler2020-06-231-2/+2
* Change when max_diff_size is appliedAustin Ziegler2020-06-235-2/+54
* Fix windows test failuresAustin Ziegler2020-06-231-6/+8
* Fix an issue with negative hunk max_sizeAustin Ziegler2020-06-231-0/+10
* Finalize 1.4 releaseAustin Ziegler2020-06-221-4/+1
* Resolve multiple issues for 1.4Austin Ziegler2019-02-0410-39/+116
* Reintroduce Diff::LCS::Change#to_aryAustin Ziegler2019-02-011-0/+24
* Applied Rubocop rules that I likeAustin Ziegler2019-01-2711-509/+542
* Revert PR#47 "Add #to_ary to Diff::LCS::Changeā€¦"Austin Ziegler2019-01-271-24/+0
* Add #to_ary to Diff::LCS::Change and Diff::LCS::ContextChangeAkinori MUSHA2019-01-261-0/+24
* diff-lcs 1.3Austin Ziegler2017-01-1812-274/+457
* Fixing Coveralls for testing.Austin Ziegler2017-01-111-27/+21
* Enabling code coverage.Austin Ziegler2014-04-261-0/+37
* Release 1.25: Bugfix for pull request #23.Austin Ziegler2013-11-071-0/+12
* Fix pruning of common sequences at start.Paul Kunysch2013-04-201-0/+6
* fix indentation of examplesJon Rowe2013-04-111-32/+27
* protect against no dataJon Rowe2013-04-111-0/+14
* Finalizing encoding-aware diff fixes.Austin Ziegler2013-03-301-10/+14
* wrap tests in 187 protection tooJon Rowe2013-03-151-20/+22
* fix issues with encoding caused by using literalsJon Rowe2013-03-151-0/+57
* Fixing a left-in debugging statement.Austin Ziegler2013-01-201-1/+0
* Fixed Issue #1 patch direction detection.Austin Ziegler2013-01-202-13/+17
* Cleaning up unnecessary comments.Austin Ziegler2013-01-199-20/+0
* Starting on a substantial refactoring to fix bugs.Austin Ziegler2012-03-242-5/+5
* Major investigation to Diff::LCS bugs.Austin Ziegler2012-03-218-92/+260
* Fix+specs for Diff::LCS::ChangeTypeTests predicatesMichael Granger2012-01-241-0/+70
* Aliasing shared example code for better readingAustin Ziegler2011-08-014-56/+57
* Fixing an error in helper balanced_reverse sortingAustin Ziegler2011-08-011-1/+1
* Cleaning up the specs.Austin Ziegler2011-07-318-345/+331
* Expanding rspec tests to reflect reality.Austin Ziegler2011-07-312-94/+226
* Convert to RSpecAustin Ziegler2011-07-317-0/+1199